Skip to main content
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
You can easily configure the Custom API block authentication (we support basic auth, header auth, and no auth). Use the Variable Selector to map fields accordingly.

Alloy X-Headers

Whenever you make a request using the Custom API block, Alloy Embedded attachs the following headers:

Wrapping Up

In this article, we took a look at how to use the Custom API block to make HTTP requests.