Comment on page
Webhook
Gallabox offers a Webhook feature that allows you to set up real-time integration with external systems or services. This feature enables you to send data and notifications from Gallabox to other platforms, ensuring seamless communication and automation. Here is the key components in Webhook configuration:
- 1.Request URL: The Request URL is the endpoint where Gallabox sends data and events. This is typically an external system or service that can receive HTTP requests. You specify the URL of the receiving system here.
Go to Settings in the left navigation panel and select Webhook. Click on + Add new.

Add the Request URL, secret, headers, and select the events.

Webhook Logs provide detailed information about webhook events, their status, and associated data. Here's what you can find in the Webhook Logs in Gallabox:
1. Webhook Log ID: This is a unique identifier for each webhook log entry, enabling easy reference and tracking of webhook activities.
2. Event: The "Event" column specifies the type of event that triggered the webhook. For example, "Conversation Update" or "Message Received."
3. Created At: This timestamp indicates when the webhook event occurred, offering a chronological view of webhook activities.
4. Status: The "Status" field represents the current state of the webhook event. In this context, "Failed" indicates that the webhook event was not successful.
5. Payload: The "Payload" refers to the data associated with the webhook event. It includes the content or information transferred from Gallabox to the external system or service via the webhook.

Last modified 1mo ago