Skip to main content
Nodes are the building blocks of the Agent Editor graph. There are two main categories: Convo (conversation flow—what the agent says and does during a call) and Logic flow (branching, data, integrations, and internal steps). Function nodes are composable in both; flow branching nodes (Condition, Categorize, Merge, Flow) exist only in logic flows.
NodeDescription
First MessageFirst MessageWhat the agent says first when the call starts.
ConversationConversationA step in the conversation; add a title to describe what it covers.
Extract InfoExtract InfoCaptures information from the call and saves it to a variable you name.
EndEndEnds the call.
Transfer CallTransfer CallTransfers the call to another number.
PBX Transfer CallPBX Transfer CallTransfers the call using your PBX (3CX, Yeastar, Webex, or generic). Configure the number, message, and transfer type.
FunctionFunctionA tool the agent can use during the conversation (e.g. send email, call a webhook, or run an integration).
Edges and conditions. All nodes support an optional when condition. This is seen by the agent as a conditional statement in the prompt.