sequences

Update sequence settings and/or schedule

Send a partial update — only the codes in <code>settings[]</code> are changed, the rest are preserved.

<strong>Unsubscribe link (code 1)</strong><br/>The value must contain the <code>{{link}}</code> placeholder (the server swaps in the recipient-specific unsubscribe URL when the email is sent). A non-empty value without <code>{{link}}</code> is rejected.

<strong>Accepted preset snippets</strong> (use these verbatim, or provide any custom HTML that includes <code>{{link}}</code>):

<ol><li><code>If you'd prefer not to receive email from me, &lt;a href="{{link}}" target="_blank"&gt;Unsubscribe here&lt;/a&gt;.</code></li><li><code>If you don't want to receive such emails in future, &lt;a href="{{link}}" target="_blank"&gt;Unsubscribe here&lt;/a&gt;.</code></li><li><code>Not up for all these emails? No Sweat! you can, &lt;a href="{{link}}" target="_blank"&gt;Unsubscribe here&lt;/a&gt;.</code></li></ol>Pass an empty string (<code>""</code>) to disable the unsubscribe link entirely.

<strong>Mutually exclusive with unsubscribe-text (code 2).</strong> Setting one to a non-empty value automatically clears the other.

patch/v1/sequences/{sequenceId}/settings

Path parameters

sequenceIdstring required

The ID of the sequence

Request body

scheduleIdstring

Hashed ID of the schedule to assign to this sequence.

Example request

{
  "settings": [
    {
      "code": 5,
      "value": "1"
    }
  ]
}

Response

Sequence settings updated

Changes

No recorded changes to this endpoint across all 1 revision of this API.