Automations
Routine work, running itself.
Point each workflow at its n8n webhook. Fawn fires it on demand or by voice, then records every run for governance.
Sign in to connect your n8n workflows.
Hands-free
Sign in to run commands against live data.
Workflows
Sign in to load your workflows.
Recent runs
- No runs yet.
How to connect
- 1. In n8n, add a Webhook trigger node and copy its production URL.
- 2. Paste it above and save — Fawn posts JSON with the automation name, trigger and payload.
- 3. Choose a live trigger above — approvals, tasks, document uploads and signings then post to n8n the moment they happen.
- 4. To push results back into Fawn, have n8n POST to
/api/public/n8n/<event>with thex-fawn-secretheader. Body:{ table, id, patch }. - 5. Every fire is written to the run log and the audit trail.