Welcome to Fireapis
  • Welcome
  • The Basics
    • Basics
    • Environment
      • Creating an Environment
      • Configure Domain
    • Auth
    • Secrets
    • Tables
      • Creating Table
      • Testing Tables
      • Add a New Column
      • Table Properties
      • Endpoints
      • Data
      • Deleting a Column
      • Deleting a Table
    • Webhooks
    • Marketplace
    • Logics
      • Dynamic Data Source Selection
      • Testing Logics
      • Actions
        • External API Request
        • Query Builder
        • Data Transformation
        • Build Object
        • Build Conditions
        • Other Utilities
          • Token Generation
          • Token Decryption
          • Hashing
          • Validate Hash
          • Encrypt
          • Decrypt
        • Date Utilities
          • Find Difference Between Dates
          • Add/Subtract Dates
          • Format Date
          • Apply Timezone to Date
  • Next steps
    • What Next?
Powered by GitBook
On this page
  • Creating Webhooks
  • Testing Webhooks
  • Updating a Webhook
  • Deleting a Webhook

Was this helpful?

  1. The Basics

Webhooks

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

PreviousDeleting a TableNextMarketplace

Last updated 3 months ago

Was this helpful?

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.

  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.

  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.

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.

  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.

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.

Test Webhook Popup Working
Video of Real Time Testing of Webhooks
Create Webhook
Test Button of Webhook
Updating a Webhook
Deleting a Webhook