Registered Users
Learn how to get registered users to your server via webhooks
This webhook service notifies you about users who have visited your sales website and completed the registration process.
Setup the Endpoint URL
Webhook events are sent to your server via HTTP POST
. You configure the endpoint URL through Developer Tools / Webhooks menu under your project.
Events Format
Webhook events are serialized in JSON. The body of a POST
request to your server will contain the serialized event.
Fields
Last updated