Skip to content

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

NameTypeControl TypeDescription
API KeySTRINGTEXT
Base URLSTRINGTEXTPersonalized base URL for API requests.

Actions

Send SMS

Send a new SMS message

Properties

NameTypeControl TypeDescription
FromSTRINGTEXTThe sender ID. It can be alphanumeric or numeric (e.g., CompanyName).
To[STRING]ARRAY_BUILDERMessage recipient numbers.
TextSTRINGTEXTContent of the message being sent.

Output

Type: OBJECT

Properties

TypeControl Type
STRINGTEXT
[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

NameTypeControl TypeDescription
FromSTRINGTEXTRegistered WhatsApp sender number. Must be in international format and comply with WhatsApp’s requirements.
ToSTRINGTEXTMessage recipient number. Must be in international format.
TextSTRINGTEXTContent of the message being sent.

Output

Type: OBJECT

Properties

TypeControl Type
STRINGTEXT
INTEGERINTEGER
STRINGTEXT
{INTEGER(groupId), STRING(groupName), INTEGER(id), STRING(name), STRING(description)}OBJECT_BUILDER

Additional instructions


CONNECTION