Skip to main content
Action

Overview

The Action node executes operations in your connected integrations - send Slack messages, create CRM records, add rows to spreadsheets, update project tasks, and more.
Best for: Creating/updating records, sending messages, triggering actions in connected apps, and integrating with external services.

Configuration

  1. Select Integration: Choose from connected apps (Slack, Google Sheets, Notion, etc.)
  2. Choose Action: Select specific action (Send message, Create record, etc.)
  3. Map Fields: Provide data from previous nodes using variables
  4. Configure Settings: Action-specific options

Common Actions

Slack
  • Send message to channel
  • Send direct message
  • Create channel
  • Add reaction
Google Sheets
  • Add row
  • Update row
  • Delete row
  • Update cell
Gmail
  • Send email
  • Create draft
  • Add label
Notion
  • Create page
  • Update database record
CRM (Salesforce, HubSpot)
  • Create/update contact
  • Create/update deal
  • Add activity log

Example

Slack: Send Message Channel: #support Message: New ticket #{{trigger.ticket_id}}
Priority:
{{agent.output.priority}}
Assigned to:
{{condition.output.assignee}}

Next Steps