Deliver a Transaction (Beta)

Beta. Delivers a Transaction to the receiver's active communication channels. The Transaction must already have been sent to the receiver; otherwise the request is rejected. If it has not yet been delivered to any communication channel, it is delivered for the first time. If it already has deliveries, it is re-delivered — to all active channels by default, or, when redeliveryStatuses is provided, only to channels whose latest delivery is in one of those statuses. The filter only narrows a re-delivery; it never blocks a first delivery.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
number
required
Body Params
redeliveryStatuses
array of strings

When re-delivering, restrict re-delivery to only the communication channels whose latest delivery is in one of the given statuses (FAILED, SENT, DELIVERED) — for example, ["FAILED"] to retry only channels that failed. Omit to (re-)deliver to all active channels. Has no effect on a first delivery: a Transaction that has been sent to the receiver but not yet delivered to any communication channel is always delivered to all active channels regardless of this filter.

redeliveryStatuses
Allowed:
Response
202
Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!