SDK workflows
Webhooks and Schedules
Trigger plays from inbound events or cron schedules. Use it to pilot on a few rows, verify the output, and scale the workflow safely.
Job: make a workflow run when the business event happens.
This workflow receives an inbound lead payload.
Start without HMAC while testing if your source allows it:
Add HMAC before production if the sender supports signatures.
Use this when freshness matters more than a human clicking run.
Then run a manual test before waiting for the schedule:
Manual tests prove the play logic before you wait for the next event.