Skip to content

Infobip

Infobip is a global communications platform that provide cloud-based messaging and omnichannel communication solutions for businesses.

Categories: communication

Type: infobip/v1


Connections

Version: 1

API Key

Properties

NameLabelTypeControl TypeDescriptionRequired
keyAPI KeySTRINGTEXTtrue
baseUrlBase URLSTRINGTEXTPersonalized base URL for API requests.true

Actions

Send SMS

Name: sendSMS

Send a new SMS message

Properties

NameLabelTypeControl TypeDescriptionRequired
senderFromSTRINGTEXTThe sender ID. It can be alphanumeric or numeric (e.g., CompanyName).true
toToARRAY
Items [STRING]
ARRAY_BUILDERMessage recipient numbers.true
textTextSTRINGTEXTContent of the message being sent.true

Output

Type: OBJECT

Properties

NameTypeControl Type
bulkIdSTRINGTEXT
messagesARRAY
Items [{STRING(messageId), {INTEGER(groupId), STRING(groupName), INTEGER(id), STRING(name), STRING(description), STRING(action)}(status), STRING(destination), {INTEGER(messageCount)}(details)}]
ARRAY_BUILDER

JSON Example

{
"label" : "Send SMS",
"name" : "sendSMS",
"parameters" : {
"sender" : "",
"to" : [ "" ],
"text" : ""
},
"type" : "infobip/v1/sendSMS"
}

Send Whatsapp Text Message

Name: sendWhatsappTextMessage

Send a new SMS message

Properties

NameLabelTypeControl TypeDescriptionRequired
fromFromSTRINGTEXTRegistered WhatsApp sender number. Must be in international format and comply with WhatsApp’s requirements.true
toToSTRINGTEXTMessage recipient number. Must be in international format.true
textTextSTRINGTEXTContent of the message being sent.true

Output

Type: OBJECT

Properties

NameTypeControl Type
toSTRINGTEXT
messageCountINTEGERINTEGER
messageIdSTRINGTEXT
statusOBJECT
Properties {INTEGER(groupId), STRING(groupName), INTEGER(id), STRING(name), STRING(description), STRING(action)}
OBJECT_BUILDER

JSON Example

{
"label" : "Send Whatsapp Text Message",
"name" : "sendWhatsappTextMessage",
"parameters" : {
"from" : "",
"to" : "",
"text" : ""
},
"type" : "infobip/v1/sendWhatsappTextMessage"
}

Additional instructions


CONNECTION