Skip to content

Webhooks

All webhooks

The Webhook trigger allows Workflows to be triggered by HTTP requests sent from external systems. This trigger enables seamless integration with other applications and systems, allowing workflows to be initiated based on external events or data changes. You can configure the Webhook Trigger to listen for specific HTTP requests and trigger the workflow accordingly. This trigger is useful for building automated workflows that respond to external events, such as data updates or notifications from other systems.

To set up a webhook, follow these steps

  1. Click on New Webhook to configure a new Webhook. Webhook

  2. Enter a descriptive name for the webhook.

  3. Provide the URL where the webhook’s notifications will be sent.This URL is the endpoint where Infoveave will deliver the data or trigger the action.

  4. Choose the type of Action type that will trigger the webhook. Infoveave offers two action types

    Data Upload This action type triggers the webhook when new data is uploaded to the specified Datasource table.

    • If you select Data Upload action, select the relevant Datasource from the dropdown list.

    • If you have selected the Data Upload action type, choose the corresponding table from the selected Datasource. This table represents the target where new data uploads will trigger the webhook.

    Execute Workflow This action type triggers the webhook when a specific workflow is executed.

    • Select the Workflow from the dropdown option.
  5. Click Save to add the new Webhook to the system.

  6. To edit any Webhook, select the required Webhook, and click on Edit icon.

  7. To delete any Webhook, select the required Webhook, and click on Delete icon.