{
"id": "evt_00000000000000000000000000",
"type": "onboarding.started",
"created_at": 123,
"location": {
"funnel_id": "<string>",
"funnel_version": 123,
"origin": "<string>",
"query": "<string>",
"query_params": {},
"sandbox": true,
"onboarding": "<string>",
"experiment_id": "<string>",
"experiment_title": "<string>",
"experiment_alias": "<string>"
},
"profile": {
"id": "pro_00000000000000000000000000",
"session_id": "ses_00000000000000000000000000",
"email": "me@example.com",
"country": "GB",
"ip": "00.00.000.00",
"city": "Birmingham",
"region_code": "FL",
"postal_code": "33028",
"time_zone": "Europe/London",
"user_agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X)",
"locale": "๐ช๐ธ Spanish",
"locale_code": "en_US"
},
"project_id": "00000000000000000000000000",
"is_sandbox": false,
"session_id": "ses_00000000000000000000000000",
"data": {
"subscription_id": "sub_00000000000000000000000000",
"session_id": "<string>",
"starts_at": "2023-11-07T05:31:56Z",
"vendor": "<string>",
"vendor_product_id": "<string>",
"vendor_profile_id": "<string>",
"vendor_subscription_id": "<string>",
"entitlement": "<string>",
"expires_at": "2023-11-07T05:31:56Z",
"vendor_product_name": "<string>",
"vendor_transaction_id": "<string>"
},
"funnel_id": "00000000000000000000000000",
"profile_id": "pro_00000000000000000000000000"
}Webhook reference
Subscriptionauto renew off
WEBHOOK
subscription.auto_renew_off
{
"id": "evt_00000000000000000000000000",
"type": "onboarding.started",
"created_at": 123,
"location": {
"funnel_id": "<string>",
"funnel_version": 123,
"origin": "<string>",
"query": "<string>",
"query_params": {},
"sandbox": true,
"onboarding": "<string>",
"experiment_id": "<string>",
"experiment_title": "<string>",
"experiment_alias": "<string>"
},
"profile": {
"id": "pro_00000000000000000000000000",
"session_id": "ses_00000000000000000000000000",
"email": "me@example.com",
"country": "GB",
"ip": "00.00.000.00",
"city": "Birmingham",
"region_code": "FL",
"postal_code": "33028",
"time_zone": "Europe/London",
"user_agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X)",
"locale": "๐ช๐ธ Spanish",
"locale_code": "en_US"
},
"project_id": "00000000000000000000000000",
"is_sandbox": false,
"session_id": "ses_00000000000000000000000000",
"data": {
"subscription_id": "sub_00000000000000000000000000",
"session_id": "<string>",
"starts_at": "2023-11-07T05:31:56Z",
"vendor": "<string>",
"vendor_product_id": "<string>",
"vendor_profile_id": "<string>",
"vendor_subscription_id": "<string>",
"entitlement": "<string>",
"expires_at": "2023-11-07T05:31:56Z",
"vendor_product_name": "<string>",
"vendor_transaction_id": "<string>"
},
"funnel_id": "00000000000000000000000000",
"profile_id": "pro_00000000000000000000000000"
}Body
application/json
Fires when subscription auto-renewal was turned off. The subscription remains active until the end of the current period.
If the Adapty integration is enabled, FunnelFox schedules the Adapty access-level revoke at the period end so the user keeps access until then.
Example:
"evt_00000000000000000000000000"
Examples:
"onboarding.started"
"onboarding.completed"
"purchase.completed"
"profile.updated"
"subscription.activated"
"subscription.cancelled"
"subscription.renewed"
UNIX timestamp in seconds
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Example:
"00000000000000000000000000"
Example:
false
Example:
"ses_00000000000000000000000000"
Show child attributes
Show child attributes
Example:
"00000000000000000000000000"
Example:
"pro_00000000000000000000000000"
Response
200
Event received successfully
Was this page helpful?
