Guide
Basic
Automation Guide
Integration Guide
Open API
Template Guide
database
self-hosted
Cookbook
Reference
Automation Triggers
Automation Actions
Integrations
Node Resources
Database Views
Database Fields
Dashboard Widgets
Missions
Ai Wizard
Formula
Space
Release Notes
Videos
Automation - Actions
An automation action refers to a step that carries out a task, activity, event, or change, such as sending an email. You can think of an action like this: When something occurs (the trigger) and the specified conditions are met, then this event (the action) takes place.
![]() | Find Members | Find space members who meet certain criteria. |
![]() | Find Records | Retrieve several records from a specified database, based on a view or filtering criteria. |
![]() | Create Record | Create a new record in a specified database. |
![]() | Update Record | Update one or more records in a specified database. |
![]() | Find Dashboard | Find a specified dashboard. |
![]() | Find Widget | Find a specified widget. |
![]() | Find Missions | Find specified missions. (Coming Soon) |
![]() | Create Mission | Create a new mission and assign it to specified members, roles, or teams. |
![]() | Run Script | Write script code to perform custom operations. Supports Python, JavaScript, TypeScript. |
![]() | FormApp.ai | FormApp.ai provides tons of AI models, actions and extentions to help you automate your workflow. You can also custom your own AI models, actions, APIs on it. |
![]() | Send HTTP Request | Initiate an HTTP request to interact with other systems. |
![]() | Send Message to WeCom Group | Send a message to a specified group via the WeCom group robot's Webhook URL. |
![]() | Send Message to Feishu Group | Send a message to a specified group via the Feishu custom robot's Webhook URL. |
![]() | Send Message to DingTalk Group | Send a message to a specified group via the DingTalk custom robot's Webhook URL. |
![]() | Send Message to Slack Channel | Send a message to a specified channel via the Slack app's Incoming Webhook. |
![]() | Send Message to Telegram | Send a message to a specified user or group via Telegram Bot. |
![]() | AI Text Summary | Summarize text content using an AI model. (Coming Soon) |
![]() | X(Twitter) - Create Tweet | Publish a tweet via the X(Twitter) API. |
![]() | X(Twitter) - Upload Media | Upload media files via X(Twitter) API, supporting images and videos. |
![]() | Condition | Execute different actions based on the result of a condition. (Coming Soon) |
![]() | Delay | Pause for a certain amount of time before executing the next action. |
![]() | Loop | Used for automating repetitive tasks by iterating through datasets and triggering corresponding actions based on preset conditions. |
![]() | Random | Randomly select one option from several inputs as the output. (Coming Soon) |
![]() | Round Robin | Sequentially cycle through several inputs as the output. |
![]() | Filter | If the filter conditions are met, subsequent actions will continue to run |
![]() | Send Report | Generate a report and send it to specified members or groups. |
![]() | Send Email | Send an email to specified recipients. |
![]() | OpenAI - Generate Text | Generate text content using the OpenAI API. |
![]() | DeepSeek | Generate text content using the OpenAI API. |
![]() | Create Document | Dynamically generate documents through a combination of multiple steps and variables. (Coming Soon) |
![]() | Create Node Resource | Dynamically generate resource nodes (database, document, automation, form, etc.) through a combination of multiple steps and variables. (Coming Soon) |
![]() | Replace File | Bulk replace files using records from the database. (Coming Soon) |
