Skip to main content
PATCH
Edit a queued send's copy or time before it goes out

Authorizations

Authorization
string
header
required

Your API token (af_…) as the Basic-auth username, with an empty password.

Path Parameters

sendId
string
required

The queued send's id (the _id of a GET /business/campaigns/{campaignId}/scheduled-sends row, 24-character hex ObjectId).

Body

application/json
subject
string

Replacement subject (up to 500 characters, may be empty). Omit to keep the queued row's current subject.

Maximum string length: 500
body
string

Replacement message body (up to 20000 characters; {Variable} tokens substitute at send time). Omit to keep the queued row's current body.

Maximum string length: 20000
scheduledAt
string

New ISO 8601 send time (UTC). Omit to keep the queued row's current send time.

Response

Success

send
object
required