Build with Notifyre

A single API to manage your business communications. Seamlessly integrate powerful communications tools like SMS, fax and more with existing software and applications.

Build with Notifyre

API docs

API documentation

In-depth API documentation available for developers to start building instantly.

View

Libraries & SDKs

Libraries & SDKs

Intuitive and simple SDKs for .Net, Node.js and more in our readily available API libraries.

View

Quick-start guides

Quick-start guides

Handy quick-start guides for new developers working to implement fax & SMS into existing software.

View

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
);
				
			

Easily add SMS and fax functionalityEasily add SMS and fax functionality into your service through our well documented API endpoints.

Push real-time notificationsPush real-time notifications to your system or application via our easy-to-deploy webhooks.

Download, send, receive and retrieve SMS and faxDownload, send, receive and retrieve SMS and fax data in minutes. Manage contacts & more.

Backed by secure, compliant & reliable messaging infrastructure

Backed by secure, compliant & reliable messaging infrastructure (2)

Business-grade securityBusiness-grade security and compliance measures to meet industry standards.

Smart message routing across our network of global carrier partners ensures outstanding reliability.Smart message routing across our network of global carrier partners ensures outstanding reliability.

Scalable messaging solution to meet business demand across any volume.Scalable messaging solution to meet business demand across any volume.

Pricing

blue-check Cancel at anytime

blue-check Flexible pricing

blue-check Top-up at anytime

blue-check Free trial