Skip to main content
FlowFn
IntegrationsTemplatesPricingDocsBlogSign inStart free
All documentation

Custom API

UpdatedApr 3, 2026Reading time1 min read

← Back to built-in platform tools overview

Overview

The Custom API task calls any HTTP API from your workflow: set method, URL, headers, and body. Use it when no dedicated integration exists.

How to use

  1. Add a Platform tool task and select Custom API.
  2. Pick an action (e.g. GET, POST) and enter the URL. You can map URL segments, headers, and body from trigger or task outputs using placeholders.
  3. Handle authentication via headers (e.g. Bearer token). Do not hard-code secrets in shared templates; use workflow secrets or a prior task that supplies a token.

Test with a manual run and inspect the task output for status codes and response bodies.

Connection

This tool does not require a team connection. Add it as a Platform tool task in your workflow, choose an action, and map inputs from the trigger or previous tasks.

See also Platform Tools and Integrations and the Built-in platform tools overview.

Spotted an issue or have feedback?

support@flowfn.com
Back to docs hub →