Update a send

Updates an existing send configuration. All fields are optional - only the provided fields will be updated.

Partial Updates

You can update any combination of fields. The send type can be changed, and when changing type, make sure to provide the type-specific required fields for the new type.

Important Notes

  • The active field is read-only and cannot be updated via this endpoint
  • When updating fromEmail, the reply email is automatically updated if it matches the old sender email
  • You can update timing fields without changing the type
  • Segments can be completely replaced by providing a new segmentIds array

Validation

Same validation rules as create apply for the fields being updated.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

The ID of the send to update

Body Params
integer

The ID of the list to send to

segmentIds
array of integers

Array of segment IDs to filter recipients

segmentIds
string

The sender email address

string

The sender name

string

The email subject

integer

The ID of the email to send

string
enum

The type of send

Allowed:
date-time

For ABSOLUTE type

date

For SMART_SEND type

string

For RELATIVE types

integer

For RELATIVE_AFTER_DATE

integer

For RELATIVE_AFTER_DATE

integer

For RELATIVE_AFTER_DATE

string

For RELATIVE_AFTER_DATE

integer

For RELATIVE_AFTER_MINUTES

integer

For RELATIVE_AFTER_MINUTES

integer | null

For SUBSCRIPTION and DATA_UPDATE types

string

Name for the send

Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json