Use Connector Builder to build your own custom connector.
Tips and trips for building new connectors or extending existing connectors.
Articles
Creating a Generic 'Forwarding' API
In some cases, a provider may return a fully formed URL, which can be used to make a specific API call. For example: {
...
"hireCandidate": "https://api.candidate.com/v1/candidates/123/hire"
} Instead of parsing the required information from t...
Resource Types
Builder provides an option to set the resource type in the resource configurations. The resource type is used to indicate when the resource should be triggered. Most standard resources are set to the resource type API . These API resources are tri...