Skip to content
Webhook in YourGPT Chatbot Studio
Create Webhook

What are Webhooks?

Webhooks are user-defined HTTP callbacks that allow applications to send real-time data to other systems whenever a specific event occurs. Instead of continuously polling an API for updates, webhooks push data to a designated URL as soon as an event is triggered.

How to use Webhooks in YourGPT AI Studio?

  1. Go to Studio – Open Studio and navigate to your scenario.

  2. Add a Webhook – In the Start section, add a webhook to the flow.

  3. Define a Webhook Name – Enter a name to identify its purpose.

  4. Set Webhook URL – Provide the external endpoint that will receive the data.

  5. Test Webhook – Validate the webhook connection.

  6. Map Response Data – Configure how the chatbot handles the webhook response.

To Learn more about Webhooks, refer to the Webhooks Documentation.