See the status of scheduled messages.

Required Scopes:

  • sms:message:send

  • sms:manage.

External Documentation

To learn more, visit the Infobip documentation.

Parameters

ParameterDescription
Bulk IDA unique ID when grouping multiple recipients or messages in a single execution.Can be obtained from the response returned by Send SMS action.Note: The Length of the Bulk ID is between 0 to 100.

Example Output

{
	"bulkId": "BULK-ID-123-xyz",
	"status": "PAUSED"
}

Workflow Library Example

Get Scheduled Sms Messages Status with Infobip and Send Results Via Email

Preview this Workflow on desktop