POST
https://stoplight.io/mocks/replyteam/reply/765516802
/
sequences
/
{id}
/
contacts
/
bulk
curl --request POST \
  --url https://stoplight.io/mocks/replyteam/reply/765516802/sequences/{id}/contacts/bulk \
  --header 'Content-Type: application/json' \
  --data '{
  "contactIds": [
    123
  ],
  "forcePush": false,
  "startStep": "<string>"
}'
{
  "added": [
    123,
    124,
    125
  ],
  "invalidEmailSkips": [
    126,
    127
  ],
  "ownershipSkips": [
    128
  ],
  "optOutSkips": [
    129,
    130
  ]
}

Path Parameters

id
string
required

Sequence ID

Body

application/json

Response

201
application/json

Contacts added to sequence

The response is of type object.