Customer.io
Learn how to integrate ContextPush with Customer.io.
Integrating ContextSDK Push Notifications with Customer.io
Step 1: Add a Webhook Action
Step 2: Set Up Request Headers
Step 3: Define the Request Body
{
"bundle_id": "com.contextsdk.demo",
"platform": "ios",
"user_id": "{{customer.email}}",
"content": {
"title": "It's time to get started with crypto",
"body": "Just upload your ID, and start trading now"
},
"deliver_within_hours": 6,
"campaign_id": "daily_reminder"
}Last updated
Was this helpful?