Actions
An action node is where the automation does something. Actions run in sequence after your trigger fires and any conditions pass. Each action receives the output of the node before it, and produces its own output that subsequent nodes can use via{{previous.fieldName}}.
Two types of actions
Collabase built-in
Native Collabase operations — create and update tasks, pages, and registry objects; run test cases; send in-app notifications. No connection setup required.
Connector actions
Actions from your 38 external connectors — Slack, GitHub, Jira, Stripe, Datadog, and more. Require a saved Connection with credentials.
Variable references
All action input fields support{{variable}} syntax to reference data from upstream nodes:
{{previous.ts}} (the message timestamp), a subsequent Update Message action can reference it.
Connector actions reference
Each connector’s available actions are documented on its individual page.Communication
Slack, Teams, Email, Telegram…
Developer Tools
GitHub, GitLab, Jira, Sentry…
AI & Utilities
OpenAI, HTTP, Transform, Code…

