Enroll a store into a cadence

POST/cadences/{id}/enrollmentsPilot

This 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

ParameterInTypeDescription
idrequiredpathstringCadence id
Idempotency-KeyrequiredheaderstringStable caller request ID. Required so retries never request or spend for a second report.

Request body

FieldTypeAllowed valuesDescription
store_idrequiredstringany string
contact_idstringany stringOptional; the best contact with confirmed recipient permission is chosen otherwise

Responses

StatusDescription
200Enrolled
401Missing or invalid API key
403Key lacks the required scope
409Already in a cadence / not enrollable
422No usable contact for the store
429Rate limit exceeded (see Retry-After)
Is this page helpful?