Skip to content
BoardroomBoardroom
← LibraryBuilder · B12

Webhooks

Build-along · ~15 min at your own keyboard

A webhook is a doorbell: when something happens elsewhere (an enquiry form submitted, a document-request lands, a tour gets booked), that service calls your URL and your workflow runs, no human noticing required. Deploy only the deterministic execution to the cloud; keep the LLM orchestration local where you can watch it.

Do this

0/4

Share what happened

Paste the trigger source, proof the automatic run landed, and the malformed-payload behavior.