Workflow Templates¶
GloriaMundo includes pre-built demo workflows you can load directly onto the canvas. They’re designed to help you learn by example and to give you a strong starting point for common automation patterns.
These templates don’t run automatically. They’re meant to be reviewed, edited, connected, previewed in Virtual Run, and then executed when you’re ready.
Using Templates (Demo Workflows)¶
- Open the Agent Builder
- Find the Try a Demo Workflow section
- Click a demo card to load it onto the canvas
- Review the steps and adjust the trigger, destinations, and parameters
- Connect any required services
- Run Virtual Run to preview what will happen
- Run live when you’re satisfied
Included Demos¶
GloriaMundo ships with several showcase demos, including examples like:
- Sales Lead Qualification Pipeline
- Content Publishing Automation
- Customer Support Escalation
- Daily Executive Briefing
These demos intentionally include multiple branches and step types so you can see how larger workflows are structured.
Customizing A Demo Workflow¶
After loading a demo workflow, you can customize:
Parameters¶
Click any step to edit its parameters in the side drawer:
- URLs to scrape
- Slack channels to post to
- Email recipients
- Spreadsheet IDs
- Webhook endpoints
Steps¶
- Add steps: Use the node palette to insert new steps
- Remove steps: Remove steps you don’t need
- Reorder and rewire: Adjust edges and dependencies to change flow
- Edit copy and logic: Use the Prompt/Chat tabs to refine text and behavior
Trigger¶
Click the trigger node to change:
- Manual: Run on demand
- Scheduled: Set a cron schedule
- Webhook: Get a URL for external triggers
Template Tips¶
Start Simple¶
Begin with templates that match your existing tools. If you use Slack and Google Sheets, start with workflows that connect those — you'll have fewer OAuth connections to set up.
Preview First¶
Use Virtual Run to preview what the template will do before running it live. This shows you exactly what emails would be sent, what messages would be posted, and what data would be modified.
Iterate¶
Templates are starting points. Run the workflow, see what works, then customize. Add steps, remove ones you don't need, adjust prompts.
Check Connections¶
Before running a demo workflow, ensure all required services are connected. If something is missing, GloriaMundo will prompt you to connect it. See Connecting Services.