Send a message to one or multiple recipients.

Required Scopes:

  • message:send

  • sms:message:send

  • sms:manage.

External Documentation

To learn more, visit the Infobip documentation.

Basic Parameters

ParameterDescription
Bulk IDA unique ID when grouping multiple recipients or messages in a single execution.Note: The Length of the Bulk ID is between 0 to 100.
FlashSelect to send a flash message.For more information see Flash SMS.
FromThe sender ID which can be alphanumeric or numeric (e.g., CompanyName).
Send AtDate and time when the message is to be sent. Used for scheduled SMS.Note: Must be sooner than 180 days from now.
TextContent of the message being sent.
ToA single recipient or a comma-separated list of message recipients.

Advanced Parameters

ParameterDescription
Callback DataAdditional data that can be used for identifying, managing, or monitoring a message. Data included here will also be automatically included in the message Delivery Report. The maximum value is 4000 characters.
Include SMS Count In ResponseThe total count of messages sent.Note that some messages may be split if they exceed the character limit. It will be reflected in the SMS count.
India DLT Content Template IDThe ID of your registered DLT (Distributed Ledger Technology) content template.
India DLT Principal Entity IDYour DLT (Distributed Ledger Technology) entity id.
India DLT Telemarketer IDYour assigned Telemarketer ID.
Intermediate ReportUse a real-time intermediate delivery report that will be sent on your callback server.For more information see real-time intermediate delivery report.
Language CodeLanguage code for the correct character set.
Notify Call BackSelect to set notification report details.
Notify Content TypePreferred delivery report Content Type.
Notify URLThe URL on your call back server on to which a delivery report will be sent.
South Korea Reseller CodeA 9-digit reseller identification code from the business registration certificate in South Korea. Resellers must provide this when sending.
South Korea TitleTitle of the message for South Korea.
Tracking TypeSets a custom conversion type naming convention(e.g. ONE_TIME_PIN, SOCIAL_INVITES, etc.).
TransliterationThe transliteration of your sent message from one script to another. Transliteration is used to replace characters which are not recognized as part of your defaulted alphabet.
Turkey IYS Brand CodeID of the company based on a company VAT number.
Turkey IYS Recipient TypeType of recipient for Turkey IYS.
Validity PeriodThe message validity period in minutes. When the period expires, it will not be allowed for the message to be sent. Valid range is 1 - 2880 minutes (48 hours).

Example Output

{
	"bulkId": "2034072219640523072",
	"messages": [
		{
			"messageId": "2250be2d4219-3af1-78856-aabe-1362af1edfd2",
			"status": {
				"groupId": 1,
				"groupName": "PENDING",
				"id": 26,
				"name": "PENDING_ACCEPTED",
				"description": "Message sent to next instance"
			},
			"destination": "41793026727",
			"details": {
				"messageCount": 1
			}
		}
	]
}

Workflow Library Example

Send Sms with Infobip and Send Results Via Email

Preview this Workflow on desktop