Start a live notification
Start a live notification for a profile. Customer.io mints an instance_id for the new activity and returns it. You'll use this ID to update, end, or check the status of the activity.
On iOS, this delivers a push-to-start event through APNs, so the person's device must have a registered push-to-start token for the notification_type (the SDK registers one automatically when your app registers the activity type). Push-to-start requires iOS 17.2 or later. iOS starts also require a push_payload.alert with a title and body.
On Android, this delivers an FCM data message, which the SDK renders without your app being open.
Request body
Response
The activity was queued. Returns the instance ID for the new activity.
Changes
No recorded changes to this endpoint across all 1 revision of this API.