Action Node
What is an Action Node?
An Action node allows your workflow to interact with external systems. You can use it to send data to other apps, update databases, trigger web searches, or automate other tasks across services.
This node is typically used after collecting and processing data through Input or LLM nodes.
Common uses include:
Sending rows to Airtable or Excel
Updating documents in Notion or MongoDB
Querying or writing to PostgreSQL
Triggering a Web Search and retrieving results
Sending Emails using Gmail or Outlook
These nodes help turn your workflows into automated agents that donβt just compute β they also take action.
How to use the Action node
To use the Action node:
Click the node.
In the right panel, search and select an action from the desired node.
Depending on the Action selected:
Input: Requires structured data (usually JSON or plain text) from a previous node.
Output: Sends data to an external service. The result can optionally be passed to an Output node or another processing node like an LLM.
Not all actions produce user-facing output. Some simply perform the task in the background β such as logging, sending an email, or updating a database.
Was this helpful?