API Node Configuration
Admin Guide › Flow Builder › Process Tab › Node Config
| ← Previous: User Node | Next: Decision Node → |
API Node Configuration
When you select an API Call step, the right panel lets you set the endpoint, authentication, and request body.
General
- Label — Display name of the step.
Endpoint
- Method — HTTP method (GET, POST, PUT, PATCH, DELETE, etc.).
- URL — Endpoint URL; can include path and query. You can use placeholders or variables where supported.
- Connector status — Indicates whether the endpoint is configured and valid.
Auth
- Auth type — None, API Key, Bearer, Basic, or other supported types.
- API Key — If using API key auth, set the key value and location (header or query).
- Bearer / Basic — Configure token or credentials as applicable.
Body
- Body type — Raw (e.g., JSON) or form data.
- Body template — Define the request body. You can reference flow data (e.g., from data schema or prior steps) so the body is built from current flow state.
Headers
- Headers — Add or edit HTTP headers (e.g., Content-Type, custom headers).
Admin Guide › Flow Builder › Process Tab › Node Config
| ← Previous: User Node | Next: Decision Node → |