Webhook
Overview
Webhooks in DeepAgent allow you to send real-time data to external applications when specific events occur. By setting up a webhook, you can automate workflows, trigger actions in third-party tools, and enhance customer interactions.
This guide provides step-by-step instructions for integrating a webhook in DeepAgent.
Step-by-Step Instructions
Step 1: Access Webhook Integration
Log in to your GoZen DeepAgent account.
In the DeepAgent dashboard, navigate to the left menu.
Click on Integration.

Select Webhook from the available integration options.
Step 2: Configure Webhook Details
In the Webhook setup page, enter the Webhook URL where DeepAgent will send the data.

Ensure that the URL is publicly accessible and supports incoming requests.
Under Headers, add any required authentication or security parameters:
Key: Example -
Password.Value: Corresponding authentication value.
Step 3: Connect the Webhook
Click on the "Connect" button.

DeepAgent will validate the webhook URL. If successful, your webhook is now active.
Step 4: Test the Webhook

Once the webhook is connected, test it by triggering an event in DeepAgent (e.g., a new message or lead capture).
Check your external application to ensure that it receives the data correctly.
Step 5: If issues occur, verify that:
The webhook URL is correct.
Authentication details are valid.
The external system is correctly handling incoming requests.
Additional Notes
Use HTTPS URLs to ensure secure data transmission.
If your external system requires authentication, configure the appropriate headers.
Make sure your server can handle incoming POST requests from DeepAgent.
By integrating a webhook, you can automate data transfer between DeepAgent and your external platforms, enhancing workflow efficiency and real-time responsiveness.
Last updated