Webhooks
Transfer your data to another application or service for each action triggered in table using webhooks
Last updated
Transfer your data to another application or service for each action triggered in table using webhooks
Last updated
Fireapis allows your to configure webhooks for create, update and delete record in a table and this event can be configured as seperate webhooks also.
Go to Webhooks table in tables section, Click Create which opens create webhook popup
Now Enter name of webhook,
Enter target url for which request will be made along with data
Select the table from the list for which you need the webhooks to be triggered
Select the action (created, updated and deleted) based on this webhook request will be made to target url.
On clicking create button, You can see the webhooks has been created and listed in the user interface
Click the test button of any one webhook under webhooks listing.
Now test webhook popup opens.
Select your action and click Send button.
Now you will see the event gets received in the target url, if target url is valid and working.
Above video demonstates about the working of test webhook popup and how you can test your webhooks url is receiving the event from fireapis.
Click any one webhook which you want to update
Now you will see the Update webhook popup, where you can edit the required details and update it.
Deleting a webhook is simple , here is the image which explains deleting webhook
Realtime testing of webhooks
Below is the video which demonstrates how webhooks gets triggered in real time while using endpoint on various action performed in table