Skip to main content
WEBHOOK

Body

application/json

Fires when the user reaches a final screen in your funnel. A final screen is currently defined as a screen with the screen type set to 'Finish' or with ID that starts with 'final'. Fires once per session.

id
string
required
Example:

"evt_00000000000000000000000000"

type
string
required
Examples:

"onboarding.started"

"onboarding.completed"

"purchase.completed"

"profile.updated"

"subscription.activated"

"subscription.cancelled"

"subscription.renewed"

created_at
integer<int64>
required

UNIX timestamp in seconds

location
object
required
profile
object
required
project_id
string
required
Example:

"00000000000000000000000000"

is_sandbox
boolean
required
Example:

false

session_id
string
required
Example:

"ses_00000000000000000000000000"

data
object
required
funnel_id
string
deprecated
Example:

"00000000000000000000000000"

profile_id
string
deprecated
Example:

"pro_00000000000000000000000000"

Response

200

Event received successfully