Skip to main content
Function types determine how integration logic is implemented. Each Action and Flow node uses a function type.
Function TypeDescription
JavaScriptRun custom JavaScript/TypeScript logic
MappingTransform data using declarative field mappings
REST API MappingMap fields to REST API request parameters
GraphQL API MappingMap fields to GraphQL queries and mutations
API Request to External AppMake authenticated requests to a connected app’s API
API Request to Your AppMake requests to your backend’s Internal API
HTTP RequestMake arbitrary HTTP requests
Run ActionExecute another action