Analytics & Reporting
Learn how to track ContextPush metrics.
Webhooks
Format
POST /your_webhook_endpoint HTTP/1.1
Host: your.host
X-ctx-secret: your_shared_secret
Content-Type: application/json
[
{
"device_token": "push_token",
"user_id": "your_user_id",
"campaign_id": "your_campaign_id",
"idempotency_key": "idempotency_key",
"delivery_status": "opened",
"delivery_method": "context_aware",
"planned_delivery_method": "context_aware",
"timestamp": "2025-02-07T15:20:40.599Z",
"content": {
"title": "James, it's time for your English course! 👑",
"body": "Start your English course now!"
}
},
…
]Attaching Extra Information
Explanation of Delivery Status
Explanation of Delivery Methods
Identifying a Single Message
Other Implementation Notes
Last updated
Was this helpful?