This is an n8n community node. It lets you use Infobip SMS API in your n8n workflows.
Infobip is a global cloud communications platform that enables businesses to send SMS messages, make voice calls, and engage with customers through various messaging channels.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Resources
Follow the installation guide in the n8n community nodes documentation.
You can install this node using:
npm install @infobip/n8n-nodes-infobip-api
- Send SMS: Send SMS messages to recipients via the Infobip SMS API
- View SMS Delivery Report: Retrieve delivery reports for previously sent SMS messages
To use this node, you need an Infobip account and API credentials:
- Sign up for an Infobip account
- Obtain your API key from the Infobip Developer Hub
- In n8n, create new Infobip API credentials with:
- API Key: Your Infobip API key
- Domain: Your Infobip API domain (defaults to
https://api.infobip.com/
)
This node requires:
- n8n version 1.0 or later
- Node.js version 20 or higher