Get started
Quick start
Create the tutorial workflow, test it on the canvas, then turn it Active so a real webhook can fire.
- Create template
- arrow_forwardTest on canvas
- arrow_forwardSave + Active
- arrow_forwardPOST webhook
- 1
Create Learn the canvas
Use the button below, or open /automation and pick that template. You get a webhook, a JSON transform, and a sticky note.
- 2
Press Test
Use sample JSON { "email": "[email protected]" }. The transform should write hello from {{email}} and when from {{$now}}. Test does not need Active.
- 3
Save and turn Active on
Live webhooks, cron, practice, lessons, and payments only enqueue while Active is on.
- 4
POST to the hook URL
Copy the private URL from the workflow and POST the same JSON from curl, Postman, or n8n.