v1
latestOpenAPI 3.1.02026-07-26359254.7 MBSequence 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
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"}