Update Sequence Settings
PATCH /v1/sequences/{sequenceId}/settings
/v1/sequences/{sequenceId}/settings{sequenceId}/settingsUpdate sequence settings and/or schedule
Send a partial update — only the codes in settings[] are changed, the rest are preserved.
Unsubscribe link (code 1)
The value must contain the {{link}} placeholder (the server swaps in the recipient-specific unsubscribe URL when the email is sent). A non-empty value without {{link}} is rejected.
Accepted preset snippets (use these verbatim, or provide any custom HTML that includes {{link}}):
If you'd prefer not to receive email from me, <a href="{{link}}" target="_blank">Unsubscribe here</a>.If you don't want to receive such emails in future, <a href="{{link}}" target="_blank">Unsubscribe here</a>.Not up for all these emails? No Sweat! you can, <a href="{{link}}" target="_blank">Unsubscribe here</a>.
Pass an empty string ("") to disable the unsubscribe link entirely.
Mutually exclusive with unsubscribe-text (code 2). Setting one to a non-empty value automatically clears the other.
Authorization
x-api-key<token>
API key for Open API authentication
In: header
Request Body
application/jsonRequiredsettingsarray<object>
Array of settings to update. All codes are forwarded.
scheduleIdstring
Hashed ID of the schedule to assign to this sequence.
Path Parameters
sequenceIdstring
The ID of the sequence