Infobip
Reference
Infobip is a global communications platform that provide cloud-based messaging and omnichannel communication solutions for businesses.
Categories: [communication]
Version: 1
Connections
Version: 1
API Key
Properties
Name | Type | Control Type | Description |
---|---|---|---|
API Key | STRING | TEXT | |
Base URL | STRING | TEXT | Personalized base URL for API requests. |
Actions
Send SMS
Send a new SMS message
Properties
Name | Type | Control Type | Description |
---|---|---|---|
From | STRING | TEXT | The sender ID. It can be alphanumeric or numeric (e.g., CompanyName). |
To | [STRING] | ARRAY_BUILDER | Message recipient numbers. |
Text | STRING | TEXT | Content of the message being sent. |
Output
Type: OBJECT
Properties
Type | Control Type |
---|---|
STRING | TEXT |
[STRING($messageId), {INTEGER(groupId), STRING(groupName), INTEGER(id), STRING(name), STRING(description)}($status), STRING($to), INTEGER($smsCount)] | ARRAY_BUILDER |
Send Whatsapp Text Message
Send a new SMS message
Properties
Name | Type | Control Type | Description |
---|---|---|---|
From | STRING | TEXT | Registered WhatsApp sender number. Must be in international format and comply with WhatsApp’s requirements. |
To | STRING | TEXT | Message recipient number. Must be in international format. |
Text | STRING | TEXT | Content of the message being sent. |
Output
Type: OBJECT
Properties
Type | Control Type |
---|---|
STRING | TEXT |
INTEGER | INTEGER |
STRING | TEXT |
{INTEGER(groupId), STRING(groupName), INTEGER(id), STRING(name), STRING(description)} | OBJECT_BUILDER |