Enroll a store into a cadence
POST
/cadences/{id}/enrollmentsRequires scope: write:outreach
Parameters
| Parameter | In | Type | Description |
|---|---|---|---|
idrequired | path | string | Cadence id |
Idempotency-Key | header | string | Accepted; enrollment dedupe is one-live-per-store so a repeat is a no-op. |
Request body
| Field | Type | Allowed values | Description |
|---|---|---|---|
store_idrequired | string | any string | |
contact_id | string | any string | Optional; the best contact on file is chosen otherwise |
Responses
| Status | Description |
|---|---|
200 | Enrolled |
401 | Missing or invalid API key |
403 | Key lacks the required scope |
409 | Already in a cadence / not enrollable |
422 | No usable contact for the store |
429 | Rate limit exceeded (see Retry-After) |
Is this page helpful?