
- Name: Define a name to identify your webhook.
- Token: Authentication code (used by some tools to validate sending).
- Method: Currently the only available method is POST, which sends data in the request body.
- Webhook URL: Address where the information will be sent.
- Send Events: Enable this option if you want to send data about user actions (such as page accessed, click, etc.).
- Send Variables: You can select custom variables (such as name, email, result, responses) to be sent in the webhook body.
- Send leads to custom automations.
- Integrate with platforms that don’t have direct integration with XQuiz.
- Notify external systems in real-time about user actions.
- name
- final_result
- question1_answer
- Create variables throughout the funnel (using the Variable function).
- Go to the Webhook function.
- Select the variables you want to include in the sending.
- XQuiz will build a POST request, containing the selected variables in the sending body in JSON format.
- “name”: “Joana”,
- “email”: “joana@gmail.com”