v1

latestOpenAPI 3.1.02026-07-26359254.7 MB
Sequence Email Accounts

Set sequence email accounts

<small>Requires the sequences:operate scope (or a broader one that includes it).</small>

Replaces all email account links for the sequence with the provided list. Any previously linked accounts not in the new list will be unlinked.

put/v3/sequences/{id}/email-account-links

Path parameters

idinteger required

Sequence ID

Request body

emailAccountIdsinteger[] required

IDs of email accounts to link to the sequence (replaces existing links)

Example request

{
  "emailAccountIds": [
    12345,
    67890
  ]
}

Response

Sequence email accounts updated successfully. The response body is empty.

{"stackTrail":"paths:/v3/sequences/{id}/email-account-links:put:responses:204:content:application/json:schema","oasType":"schema","type":"unknown","description":"Empty body"}