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
Category: Custom Connector (SDK)
Building your first connector
Let’s build a custom connector for salesforce with our SDK. Please note that APIFuse has a prebuilt Salesforce connector but in this example, we will show you how to build a Salesforce connector leveraging our SDK one trigger and an action. Navigate to the “SDK” section and click on the “Add Connector” button to create… Continue reading Building your first connector
Introduction
You can build your own custom connectors in APIFuse using our SDK, which will be available for your customers to use. The APIFuse connector SDK makes it easy for you to build any complex integration while abstracting away how the plumbing works. You just focus on fetching data from the source application and posting data… Continue reading Introduction