Sign in

Custom unsubscribe

documented

Mark a delivery as unsubscribed via a custom unsubscribe flow.

POST /unsubscribe/{delivery_id}Subscriptionsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://track.customer.io/api/v1/unsubscribe/{{$delivery_id}}" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"unsubscribe": {{$unsubscribe}}}'
Custom unsubscribe · Customer.io · OpenIntegrations