Enroll a store into a cadence
POST
/cadences/{id}/enrollmentsPilotThis operation is available only to approved Outreach Studio pilot workspaces.
Sends route from the key creator's own connected Google mailbox. An agency-scoped key with no owning user cannot send and returns a 422 no-own-mailbox error.
Requires scope: write:outreach
Parameters
| Parameter | In | Type | Description |
|---|---|---|---|
idrequired | path | string | Cadence id |
Idempotency-Keyrequired | header | string | Stable caller request ID. Required so retries never request or spend for a second report. |
Request body
| Field | Type | Allowed values | Description |
|---|---|---|---|
store_idrequired | string | any string | |
contact_id | string | any string | Optional; the best contact with confirmed recipient permission 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?