This feature only applies to Embedded iPaaS. This is a legacy feature and we highly suggest you use Custom Connector instead.
Overview
Embedded iPaaS supports nearly 400 (and counting) connectors. Unfortunately, we don’t have everything. As such, situations arise that may require you to API calls beyond the connectors we support natively.How it Works
To get started with the Custom API connector, add it to your workflow as seen below. The Custom API connector requires you configure the following:- URL: The place to send the HTTP request
- Request Method: The type of method you are making (i.e. GET, POST, etc)
- Headers: Any request headers you’d like to provide
- Body: Any body data to send along


