Change the date and time of already scheduled messages.

Required Scopes:

  • 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.
Send AtDate and time when the message is to be sent. Used for scheduled SMS.Note: Must be sooner than 180 days from now.

Example Output

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

Workflow Library Example

Reschedule Sms Messages with Infobip and Send Results Via Email

Preview this Workflow on desktop