Using webhooks

A webhook is a simple way to send data to another application or service. It can be used to automate tasks, trigger actions, collect data, create dashboards, and build chatbots.


Steps:

  1. Click the "Webhook" action.
  2. Select the "Run" option (before or after).
  3. Select the "Method" (GET, POST, PUT, PATCH, DELETE).
  4. Enter the URL of the webhook.
  5. You may need to enter these Header values. You have the option to use the "+ Add Headers" button and fill in the "Key" and "Value" (for example, the API key).
  6. You will also need to enter Parameter values. To do this, you can use the button "+ Add Parameters" and fill in the "Key" and "Value" (for example, the data of longitude and latitude, city, age, etc.).
  7. Click the "Save" button.

The table provides information on the various methods and their descriptions.

Method Description
POST Creates a new resource on the server.
GET Retrieves a resource from the server.
PUT Updates an existing resource on the server.
PATCH Updates a portion of an existing resource on the server.
DELETE Deletes a resource from the server.