Overview

Run serverless code directly within workflows to execute complex operations or integrate with external systems.

Use Cases

  • Custom Computations: Perform calculations or processing using serverless logic.
  • System Integrations: Connect with external services or APIs.

Configuration Fields

Language

  • Description: Select the programming language for the serverless function.
  • Options: Python, Node
  • Required: Yes

Serverless Code

  • Description: Enter the serverless function code to execute.
  • Example: Python or Node script performing custom logic.
  • Required: Yes

Serverless API URL

  • Description: Provide the API URL for the deployed serverless function.
  • Required: Yes (auto-generated upon deployment)

Output Variable Name

  • Description: Assign a variable name to store the result of the serverless function.
  • Example: “function_result” or “api_response.”
  • Validation: Only letters, numbers, and underscores (_) are allowed.
  • Required: Yes