A single API to manage your business communications. Seamlessly integrate powerful communications tools like SMS, fax and more with existing software and applications.
API documentation
In-depth API documentation available for developers to start building instantly.
Libraries & SDKs
Intuitive and simple SDKs for .Net, Node.js and more in our readily available API libraries.
Quick-start guides
Handy quick-start guides for new developers working to implement fax & SMS into existing software.
APIs built to power your business communications workflows
var recipients = new List
{
new SmsRecipient
{
Type = SubmitSmsRequestRecipientType.MobileNumber,
Value = “+6141111111”
}
};
var request = new SubmitSmsRequest
{
Body = "Hello John!",
Recipients = recipients,
From = "+61412345678"
};
var response = await _smsService.SubmitSmsAsync(request);
const { NotifyreAPI, RecipientType } = require('notifyre-nodejs-sdk');
const notifyreAPI = new NotifyreAPI('apiKey');
const smsService = notifyreAPI.getSmsService();
await smsService.submitSms({
body: 'test',
from: '',
recipients: [{ type: RecipientType.SmsNumber, value: '+61444444444' }],
scheduledDate: null
});
import notifyre
client = notifyre.Client('YOUR_ACCESS_KEY')
message = client.message_create(
'Notifyre',
'1234567890',
'This is a test message.'
)
msg, err := sms.Create(
notifyre.New("YOUR_ACCESS_KEY"),
"notifyre",
[]string{"1234567890"},
"This is a test message.",
nil,
)
NotifyreService service = new NotifyreServiceImpl("YOUR_ACCESS_KEY");
NotifyreClient notifyreClient = new NotifyreClient(service);
List recipients = new ArrayList<>();
recipients.add(new BigInteger('1234567890'));
MessageResponse response = NotifyreClient.sendMessage(
"Notifyre",
"This is a test message.",
recipients
);
Backed by secure, compliant & reliable messaging infrastructure
Pricing
Cancel at anytime
Flexible pricing
Top-up at anytime
Free trial