# Advanced nodes

Advanced nodes extend your AI agent's capabilities by enabling deeper logic, system integrations, and custom behavior.

# Connector

The Connector node allows you to connect your flow to external systems such as CRMs, ticketing platforms, or custom APIs.

Use this node to send data, retrieve information, or trigger external workflows based on user input or flow conditions.

Common use cases include:

  • Creating a support ticket in Zendesk
  • Fetching order details from an e-commerce platform
  • Updating a user record in your CRM

# Code

The Code node allows you to run custom logic within a flow.

Use this node to set or modify parameters, evaluate conditions, or perform calculations before moving to the next step.

Common use cases include:

  • Formatting a phone number before sending it to an API
  • Validating input values
  • Conditionally setting a parameter based on multiple factors

This node supports JavaScript and Python.

CodeCode


Last updated: 6/23/2025, 2:33:20 PM