Create a Workflow
Build your first automation using the workflow builder
Last updated
Was this helpful?
Build your first automation using the workflow builder
Last updated
Was this helpful?
You can build from scratch or use a template to speed things up. Each workflow runs step-by-step, executing the logic you define with dynamic inputs along the way.
Choose a starting point
Start from a blank canvas for full customization
Or select from templates to get a head start on common use cases
Add a trigger
Every workflow begins with a trigger (e.g. “Message received” or “Tag added”)
This determines when the workflow starts and what data is passed into it
Add actions and logic blocks
Hover over your trigger and click ➕ to add blocks from the action library
You can:
Send a reply
Assign a teammate
Add a delay
Inject AI
Notify someone via Slack or email
Branch the logic with conditional paths
Set inputs and variables
Configure each block in the right-hand panel
Use variables like {{guest.first_name}} or {{check_in_date}} to personalize messages or logic based on the data from the trigger
Publish your workflow
Once it’s set up, click Publish to activate it
You can pause or update a workflow anytime
Run the workflow
Automatically, based on the trigger
Manually, using a “manual run” trigger block
Variables update dynamically based on the specific message or reservation in each run
Deleting or reordering blocks: Select a block or path and hit backspace to remove; drag connections to rewire logic
Permissions: Some workflows require access to inboxes or integrations like Slack — you’ll be prompted if needed