Skip to main content
POST
/
sequences
/
{id}
/
email-account-links
Assign email account to sequence
curl --request POST \
  --url https://api.reply.io/v3/sequences/{id}/email-account-links \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "emailAccountId": 12345
}
'
{
  "title": "Validation Failed",
  "status": 349,
  "detail": "The scheduler with ID 'daily-9am' does not exist in your account",
  "errorCode": 1004
}

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header

Path Parameters

id
integer
required

Sequence ID

Body

application/json
emailAccountId
integer<int64>
required

ID of the email account to link to the sequence

Required range: x >= 1

Response

Email account linked to sequence successfully