POST
/
unified
/
sales-engagement
/
sequence_state
curl --request POST \
  --url https://api.openint.dev/v0/unified/sales-engagement/sequence_state \
  --header 'Content-Type: application/json' \
  --header 'x-apikey: <api-key>' \
  --header 'x-connection-id: <api-key>' \
  --data '{
  "record": {
    "contact_id": "9f3e97fd-4d5d-4efc-959d-bbebfac079f5",
    "mailbox_id": "ae4be028-9078-4850-a0bf-d2112b7c4d11",
    "sequence_id": "b854e510-1c40-4ef6-ade4-8eb35f49d331",
    "user_id": "c590dc63-8e43-48a4-8154-1fbb00ac936b"
  }
}'
{
  "record": {
    "id": "<string>"
  }
}

Authorizations

x-apikey
string
header
required
x-connection-id
string
header
required

Body

application/json
record
object
required

Response

200
application/json
Successful response
record
object