Step 1: Create a new playbook
- Go to Playbooks in the Wayak dashboard
- Click New playbook
- Give it a name and description
Step 2: Set a trigger
Choose what kicks off the playbook:| Trigger type | Description |
|---|---|
| Schedule | Runs at a set time — daily, weekly, monthly, or custom cron |
| Event | Runs when something happens — a new record, a threshold crossed, a sync completed |
| Manual | Runs when a user or agent explicitly triggers it |
Step 3: Add steps
Build the workflow by adding steps in sequence. Each step performs one action:- Data step — query a data source or search a knowledge base
- Logic step — filter, branch, or loop based on conditions
- Skill step — execute an agent skill
- Action step — send an email, post to Slack, call a webhook, update a record
Step 4: Test and activate
- Click Test run to execute the playbook with live data
- Review the output of each step to verify correctness
- When satisfied, click Activate to put it on its trigger schedule

