What is an Action Node?

- 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
How to use the Action node

- Click the node.
- In the right panel, search and select an action from the desired node.
- 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.

