Send Webhook
The Send Webhook action allows you to send data, triggered by an event, to a specified URL. This action is useful when you want to integrate Tabidoo with external systems or services, enabling you to push data to other applications or APIs.
Configuration Options:
Webhook URL
- The Webhook URL field is where you specify the destination URL to which the data will be sent. This is the endpoint of the external service or API that will receive the data triggered by the workflow.
- Make sure the URL is correctly formatted and accessible from the server, as the webhook will make an HTTP request to this address.
Headers (Optional)
- In the Headers section, you can configure custom HTTP headers that will be included in the request. This is useful if the external API requires specific headers, such as an Authorization Bearer Token for security or other custom headers for processing the request.
- You can add key-value pairs to define headers, for example:
Authorization: Bearer <your-token>
Content-Type: application/json
Choose API Token
- From the Choose API Token dropdown, you can select an API token that will be used to secure any sensitive fields (such as images, files, etc.) that are included in the webhook data. This token ensures that data sent via the webhook is securely linked to the application, preserving integrity and authenticity when the data reaches the destination.
Use Case Examples:
- Send data to an external CRM system when a new lead is created in Tabidoo.
- Push a status update to a monitoring service whenever a record is updated or deleted.
- Integrate with a third-party app by sending data to a specific API endpoint after a certain trigger is activated.
By using the Send Webhook action, you can extend the functionality of your Tabidoo workflows, allowing seamless integration with other platforms, automating processes, and ensuring that data flows between systems as needed.