v1

latestOpenAPI 3.1.02026-07-26359254.7 MB
Sequence Email Accounts

Assign email account to sequence

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

Links an email account to the sequence so it can be used for sending outbound emails.

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

Path parameters

idinteger required

Sequence ID

Request body

emailAccountIdinteger required

ID of the email account to link to the sequence

Example request

{
  "emailAccountId": 12345
}

Response

Email account is already linked to the sequence (idempotent)