Change the status or completely cancel sending of scheduled messages.

Required Scope:

  • 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.
StatusThe status of the scheduled message(s).

Example Output

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

Workflow Library Example

Update Scheduled Sms Message Status with Infobip and Send Results Via Email

Preview this Workflow on desktop