Function Types
Function Types
Function types determine how integration logic is implemented. Each Action and Flow node uses a function type.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Function Type | Description |
|---|---|
| JavaScript | Run custom JavaScript/TypeScript logic |
| Mapping | Transform data using declarative field mappings |
| REST API Mapping | Map fields to REST API request parameters |
| GraphQL API Mapping | Map fields to GraphQL queries and mutations |
| API Request to External App | Make authenticated requests to a connected app’s API |
| API Request to Your App | Make requests to your backend’s Internal API |
| HTTP Request | Make arbitrary HTTP requests |
| Run Action | Execute another action |