Reach the World
Enrich your application with easy-to-integrate, secure communication APIs offering channels your customers widely use and love.
import { Infobip, AuthType } from '@infobip-api/sdk';
const infobipClient = new Infobip({
baseUrl: process.env.INFOBIP_URL,
apiKey: process.env.INFOBIP_KEY,
authType: AuthType.ApiKey,
});
try {
const infobipResponse = await infobipClient.channels.sms.send({
type: 'text',
messages: [{
destinations: [
{
to: '447123456789',
},
],
from: 'Infosum SDK Test',
text: 'Hello World',
}],
});
} catch (error) {
console.error(error);
}


SMS
Simply send anywhere
Send and receive SMS messages with just a few lines of code. View logs and track delivery receipts while we handle the complexity of mobile operators, network logic, and local regulations.
Try it

Engage with rich content
Use our WhatsApp Business API to send and receive simple text or engage your audience with interactive buttons, lists, and rich media. Automate your messaging with easy-to-use templates.
Try it




Tools and SDKs





Shopify for people
Integrate Shopify data with Infobip to communicate with customers across multiple channels.
Read more
Slack messaging
Integrating Slack with Infobip Conversations platform lets you move messages into Slack channels.
Read more
Zapier messaging
Connect Zapier with the Infobip platform for the SMS, Voice, and Viber communication channels.
Read more