Skip to content

Updating visuals

If you see any images containing outdated UI, please bear with us.

We are updating all content as quickly as possible to mirror our new UI.

Call API

The Call API action lets one API Endpoint call another API Endpoint in your app.

Typical uses:

  • Reusing shared logic across many API Endpoints (for example, sanitize-inputs or calculate-pricing)
  • Calling a workflow that wraps an integration or complex database sequence
  • Building a simple internal "service layer" where small API Endpoints call more generic ones

The core behavior and configuration are described in the main documentation for this action:

Call API action →