Skip to main content
POST
/
sequences
/
{sequence_id}
/
contacts
Add contacts to a continuous sequence
curl --request POST \
  --url https://api.open.cx/sequences/{sequence_id}/contacts \
  --header 'Content-Type: application/json' \
  --data '
{
  "contacts": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
    }
  ]
}
'
{
  "run_id": "<string>"
}

Path Parameters

sequence_id
string
required

The unique identifier of the sequence

Body

application/json
contacts
object[]
required

Response

Default Response

run_id
string
required