Skip to main content

HTTP

Call any external REST API from your automations — with full control over headers, authentication, request body, and query parameters. Use it for APIs that don’t have a dedicated Collabase connector.

Authentication

Auth type: None (configure per-action) The HTTP connector does not use stored credentials. Configure authentication inline within each action.

Actions

HTTP Request

The single action on this connector handles all HTTP methods. Outputs:

Example — call a private REST API

To use secrets in HTTP headers without hardcoding them, store the value in an automation variable using a Set Variable node, then reference it as {{varName}} in the header value.
Last modified on April 2, 2026