App API
Reporting Webhooks
Set up webhooks to inform an external service about Customer.io events. Webhooks can notify you immediately when immediately when customer attributes change or when people open your messages.
Endpoints
- GET List reporting webhooks
/v1/reporting_webhooks - POST Create a reporting webhook
/v1/reporting_webhooks - GET Get a reporting webhook
/v1/reporting_webhooks/{webhook_id} - PUT Update a webhook configuration
/v1/reporting_webhooks/{webhook_id} - DELETE Delete a reporting webhook
/v1/reporting_webhooks/{webhook_id}