Automation Templates
Learn about Automation Templates in WaymakerOS.
Start from pre-built automation patterns for common workflows. Templates give you a working automation that you can customise for your specific needs.
Using a template
- Go to Tools (Cmd+4) > Automations
- Click New Automation
- Click Start from Template
- Browse the available templates
- Click Use Template
- Configure the template's placeholders (e.g., select which form, which table)
- Activate
Available templates
Form → Table
Trigger: Form submission Actions: Create a table row with form field values
Use for: storing leads, registrations, feedback, applications.
Form → Email confirmation
Trigger: Form submission Actions: Send a confirmation email to the respondent
Use for: acknowledging receipt of contact forms, applications, registrations.
Form → Table + Email
Trigger: Form submission Actions: Create a table row AND send a confirmation email
Use for: the most common form workflow — store data and acknowledge the submission.
Scheduled report
Trigger: Weekly schedule (Monday 9 AM) Actions: Query table data and send a summary email
Use for: weekly team updates, status reports, metric summaries.
Webhook → Table
Trigger: Incoming webhook Actions: Create or update a table row from webhook payload
Use for: receiving data from external services (Stripe, Shopify, custom APIs).
Creating your own templates
Save any automation as a template:
- Open the automation
- Click Save as Template
- Name and describe the template
- The template is available to everyone in your organisation
Next steps
- Triggers — understand trigger types
- Actions — configure what happens
- Introduction to Automations — overview