Completed task in project
Triggered when any task is completed in the selected project.
New comment on task
Triggered when any new comment is made to the selected task.
New or updated task in project
Triggered when any task is added or updated in the specified project in the specified workspace.
New project in workspace
Triggered when a new project is added to the selected workspace.
New story on task
Triggered when any new story is made to the selected task.
New tag in workspace
Triggered when a new tag is added to the selected workspace.
New task assigned to you in workspace
Triggered when a task is assigned to you in the selected workspace.
New team in workspace
Triggered when a new team is added to the selected workspace.
New user
Triggered when a new user is created.
New workspace
Triggered when a new workspace is created.
Associate task to project
Associates a newly created task to a specified project in the specified workspace.
Create new comment
Creates a new comment on the specified task.
Create new project
Creates a new project in the specified workspace.
Create new task
Creates a new task in the specified project in the specified workspace.
Await form submission
Suspends the automation and awaits a submission from a form designed via the "create a form" action. This action, when configured, will use the closest "create a form" action that precedes it in the automation's logic flow.
Await form submission with timeout
Suspends the automation and awaits a submission from a form designed via the "create a form" action. This action, when configured, will use the closest "create a form" action that precedes it in the automation's logic flow. If nobody submits the form within the specified datetime, the automation wakes up and empty field values are emitted.
Await human moderation
Suspends the automation and awaits human moderation. Approval is performed by someone visiting the link emitted from the "get moderation request link" action.
Await human moderation with timeout
Suspends the automation and awaits human moderation. Approval is performed by someone visiting the link emitted from the "get moderation request link" action. If nobody moderates the item within the specified datetime, the specified default moderation result will be emitted.
Configure moderation queue UI
Configures the moderation queue's UI elements. Configuration can be done per automation and per scope.
Create a form
Creates a form using a WYSIWYG designer. Emits the URL to the form. The "await form response" action must be used to receive the submitted form information.
Display form waiting message
Displays a text message in a popup dialog along with a spinning animation icon and an optional halt button. This action can be called multiple times after a form is submitted to update progress before the next form is displayed.
Execute assembly in browser
Only for use in form app automations. Suspends the automation while the form in the browser executes the specified assembly in the browser.
There must be form actions that precede and follow this action.
Get moderation request link
Returns a moderation request link to be sent to a human. When the link is opened, they will see the provided title and description, along with buttons to take action.
Manually configure automation webhook triggers in browser
Only for use in form app automations. Suspends the automation while the form in the browser executes webhook triggers in the browser that need manual end user configuration.
There must be form actions that precede and follow this action.
Perform app connection workflow
Only for use in form app automations. Suspends the automation while the form in the browser walks the end user through the workflow for connecting the specified app.
There must be form actions that precede and follow this action.
This action may not result in an app actually being connected. Check the emitted "Action error message" field for any error message. Also, use the System "Does account have app connection" action to check for the presence of the app connection.