Skip to main content
An automation sends a Discord message to a specific channel whenever a chosen event fires. You can insert dynamic variables (task data, flow fields, data source fields) and format the message with Discord markdown.
Required permission:
  • Create automation
  • View flows

Creating an Automation

  1. Click the Create button in the top-right of the Manager page.
Create automation modal

The Create Automation modal with all required fields and the message builder.

  1. Fill in the fields:
FieldRequiredDescription
NameYesA descriptive name for the automation (e.g., “New Task Alert”).
EventYesThe event that triggers the message. See the table below.
FlowConditionalRequired for task events. Select the flow this automation applies to.
Data TypeConditionalRequired for data source events. Select the data type this automation applies to.
WebhookYesThe Discord channel to send the message to. Choose from your configured webhooks.
MessageNoThe message content. Composed using the Message Builder (see below).
UsernameNoCustom bot name for this automation. Overrides the default bot name.
Avatar URLNoCustom bot avatar for this automation. Overrides the default avatar URL.
  1. Click Save. The automation is created and immediately active.

Choosing an Event

The Event dropdown determines what triggers the automation and what variables are available in the message.

Task Events

These events require you to select a Flow. Only tasks from the selected flow trigger the automation.
EventWhen It Fires
Task CreatedA new task is created under the selected flow
Task AssignedA task from the selected flow is assigned to a user
Task FinishedA task from the selected flow is marked as complete

Data Source Events

This event requires you to select a Data Type.
EventWhen It Fires
Data Source CreatedA new record is added to the selected data type

Routing and Trip Events

These events do not require additional configuration.
EventWhen It Fires
Routing FinishedA route optimization calculation completes
Routing DispatchedAn optimized route is dispatched to users
Start TripA user starts a trip
Finish TripA user finishes a trip

Using the Message Builder

The Message Builder is a three-column editor for composing your Discord message.
Message Builder interface

Left: available variables. Center: message editor with formatting toolbar. Right: live preview.

Inserting Variables

The left column shows all available variables based on the event type and selected flow or data type.
  • Task variables (task events): Task ID, Status, Flow, Hub, Organization, Created By, Assignee, Timestamps, and more.
  • Flow fields (task events): Dynamic fields from the selected flow (text, number, date, select, etc.).
  • Data source variables (data source events): Data ID, Data Type ID, Created By, Organization ID, and more.
  • Data type fields (data source events): Dynamic fields from the selected data type.
  • Mentions: All configured mentions plus @here and @everyone.
Click a variable to insert it at the cursor position. Variables appear as {{variable_name}} in the editor and are replaced with actual values when the message is sent. Use the search box to find variables quickly.

Formatting Messages

The formatting toolbar above the editor provides buttons for all Discord markdown styles:
ButtonSyntaxResult
Bold**text**text
Italic*text*text
Bold Italic***text***text
Underline__text__underlined text
Strikethrough~~text~~text
Inline Code`text`text
Code Block```text```code block
Blockquote> textquoted text
Spoiler||text||hidden until clicked
Masked Link[text](url)clickable link
Heading 1# textlarge heading
Heading 2## textmedium heading
Heading 3### textsmall heading
Subtext-# textsmall gray text
List Item- textbulleted item
Select text in the editor, then click a formatting button to wrap it. Or click the button first and type inside the inserted markers.

Previewing

The right column shows a live preview of the formatted message. Variables appear as colored chips, mentions appear as highlighted tags, and markdown is rendered as it will appear on Discord. The preview updates as you type.