Automation docs

Get started

Quick start

Create the tutorial workflow, test it on the canvas, then turn it Active so a real webhook can fire.

  1. Create template
  2. arrow_forwardTest on canvas
  3. arrow_forwardSave + Active
  4. arrow_forwardPOST webhook
  1. 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. 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. 3

    Save and turn Active on

    Live webhooks, cron, practice, lessons, and payments only enqueue while Active is on.

  4. 4

    POST to the hook URL

    Copy the private URL from the workflow and POST the same JSON from curl, Postman, or n8n.

Open Automation