Webhooks
Webhooks
The Webhooks section allows users to manage webhooks, including adding new ones and configuring existing ones.
Webhook List: Displays a table where existing webhooks would appear. The columns include:
Webhook Action Name: Name of the webhook or the action it triggers.
Request URL: The destination URL where the webhook sends data.
Status: Displays whether the webhook is active or inactive.
Action: Options to edit or delete webhooks.
Add Webhook Button: Clicking this button opens a form for creating a new webhook. The form includes:
Webhook Action Name: The name of the webhook being created.
Request URL: URL where the webhook will send data.
Request Method: The HTTP method (e.g., POST, GET) used by the webhook.
Request Format: Specifies the format (e.g., JSON, XML) in which data will be sent.
Request Headers: Option to add headers for the webhook request, including name-value pairs.
Request Body: Key-value pairs for the data that will be sent in the body of the request.
Search Bar: Allows users to search through the webhooks list by entering keywords.
This section enables users to integrate external systems by automating the flow of information using webhook triggers.
Log
The Webhooks Log subsection provides an overview of the webhook activity within the system. It logs details about each webhook request and response for tracking and troubleshooting purposes.
Log Table: Displays a list of logged webhook actions with the following columns:
Webhook Action Name: The name of the webhook action that was triggered.
Response Code: The HTTP response code received after the webhook was executed, indicating success or failure.
Action: Options to view more details or logs related to a specific webhook action.
Search Bar: Allows users to search through the log entries by entering keywords or webhook action names.
Entries Pagination: Controls the number of log entries displayed per page and allows navigation between pages when multiple entries are present.
This section helps monitor webhook performance and responses, aiding in the resolution of issues related to failed or misconfigured webhooks.
Last updated