Appearance
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-inputsorcalculate-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:

