Skip to main content
POST
/
sequences
/
{id}
/
linkedin-account-links
Assign a LinkedIn account to a sequence
curl --request POST \
  --url https://api.reply.io/v3/sequences/{id}/linkedin-account-links \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "linkedInAccountId": 123
}
'
{
  "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

Required range: x >= 1

Body

application/json
linkedInAccountId
integer
required

LinkedIn account Id to assign

Response

LinkedIn account assigned to sequence successfully