Skip to main content

Create a webhook trigger

A webhook will instantly trigger a Task, without any delay or waiting period. A webhook is a mechanism for sending data from one application to another in real-time, based on specific events or triggers. When the event or trigger occurs, the application sends a POST request to a specified URL, which includes the relevant data as payload.

In Swarm, a webhook trigger can be created by clicking on Triggers on the left sidebar.

Triggers screen

Click on the Create button on the right. Enter the trigger name and you select the Type as Webhook and you click on Save.

Specify the name and type

Upon saving, the new webhook will show in the list of Event Driven triggers.

View webhook