Webhooks

Transfer your data to another application or service for each action triggered in a table using webhooks.

Fireapis allows your to configure webhooks for create, update and delete actions in a table. These events can also be configured as separate webhooks.

Creating Webhooks

  1. Go to the Webhooks section in the tables area and Click Create, which opens the "Create Webhook" popup.

Create Webhook
  1. Enter the name of the webhook.

  2. Enter the target URL where the request will be sent along with the data.

  3. Select the table from the list for which you want the webhooks to be triggered.

  4. Select the action ( Create, Update, and Delete ). Based on the selected action, the webhook request will be made to the target URL.

  5. After clicking the Create button, you will see the webhooks created and listed in the user interface.

Testing Webhooks

  1. Click the Test button for any webhook in the webhooks listing.

Test Button of Webhook
  1. The Test Webhook popup will appear.

  2. Select the action and click the Send button.

  3. The event will be sent to the target URL, if it is valid and working.

Test Webhook Popup Working

The video above demonstates how the Test Webhook popup works and how you can test if your webhooks URL is receiving event from Fireapis.

Updating a Webhook

  1. Click the webhook you want to update.

Updating a Webhook
  1. The Update Webhook popup will appear, where you can edit the required details and save the changes.

Deleting a Webhook

Deleting a webhook is simple. Below is the image that explains how to delete a Webhook.

Deleting a Webhook

Realtime testing of webhooks

The video below demonstrates how webhooks are triggered in real time when using endpoints for various action performed in a table.

Video of Real Time Testing of Webhooks

Last updated

Was this helpful?