Introduction
Last update: 28.04.2022
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 to the destination application. The APIFuse SDK is not fully declarative, which enables you to build your logic using javascript. You can also define any number of triggers and actions for any given connector.
Below are the terminologies used in APIFuse connectors. Get familiarized with these terms to better understand the SDK.
- Authentication
- Triggers
- Actions
- Input/Output Schema
- Execution Code
- Webhook Subscription code
- Webhook Unsubscription code
- Test Event Code
- Connections/Account