Triggers section we saw how to set up polling triggers for your custom connector. In this section, we will see how we can set up the triggers for webhook-based applications. Setting up a webhook trigger is almost the same as a polling trigger except you need to add additional code to subscribe & unsubscribe the… Continue reading Building Webhook Trigger
Month: May 2022
Webhook Trigger
APIFuse provides a generic webhook trigger that can be used with any application. APIFuse generates a webhook URL on the fly when you set up the integration, you can post JSON/XML/Plain Text data to the URL which will trigger the workflow. You can use the webhook trigger and combine it with the script step to… Continue reading Webhook Trigger