Automation
Automate: schedules & webhook triggers
Schedules
On the Schedules page, add a cron schedule to a workflow (e.g. every day at 9am). It then runs automatically — no clicks.
Webhook triggers
- On the Schedules page, add a Webhook trigger to a workflow.
- Copy the generated URL (it contains an unguessable token).
- Have any external system POST JSON to that URL — the body becomes the workflow’s input and the run starts.
This is how you connect AgentMesh to events in your other tools.