Skip to main content

Node catalog

Nodes are grouped by what they do. Triggers start a workflow; everything else acts on the data flowing through it.

Triggers

Every workflow begins with exactly one trigger.

NodeWhat it does
Trigger manuallyClick to run and test.
When data is receivedStarts when your app or website sends data to a webhook URL.
On a scheduleRuns at regular intervals (e.g. hourly) or a custom cron expression.

Communicate

NodeWhat it does
Send WhatsAppSend a WhatsApp message via Twilio.
Send EmailSend a transactional email.
HTTP RequestCall an external HTTP endpoint (GET/POST/…).

Agent

NodeWhat it does
Run Chat AgentInvoke one of your Nanovate chat agents inside the flow.

Data

NodeWhat it does
Google Sheets AppendAppend a row to a Google Sheet.
Set VariableStore a value for use later in the workflow.

Logic

NodeWhat it does
Wait / DelayPause for a duration before continuing.
ConditionBranch on a true/false test (exposes true and false outputs).

Coming soon

These nodes are on the roadmap and appear disabled on the canvas today:

:::note Roadmap

  • Run Voice Agent — invoke a voice agent from a workflow.
  • Update CRM — push records to your CRM.
  • Send SMS — send an SMS message.
  • Send Telegram — send a Telegram message. :::