Overview
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.Workflow
1. 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
2. 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
3. Add Actions and Logic Blocks
- Hover over your trigger and click the plus icon 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
4. 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
5. Publish Your Workflow
- Once it’s set up, click Publish to activate it
- You can pause or update a workflow anytime
6. Run the Workflow
- Automatically, based on the trigger
- Manually, using a “manual run” trigger block