Enroll a store into a cadence

POST/cadences/{id}/enrollments

Requires scope: write:outreach

Parameters

ParameterInTypeDescription
idrequiredpathstringCadence id
Idempotency-KeyheaderstringAccepted; enrollment dedupe is one-live-per-store so a repeat is a no-op.

Request body

FieldTypeAllowed valuesDescription
store_idrequiredstringany string
contact_idstringany stringOptional; the best contact on file 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?