Webhook integrations
Notebooker speaks webhooks. Trigger workflows from any service that sends them, and push events out to anything with a URL.
Slack
Incoming OutgoingPost notebook updates to channels via incoming webhooks; trigger workflows from Slack events.
Webhook docsDiscord
Incoming OutgoingSend messages to channels through webhook URLs, and receive interaction events from your server.
Webhook docsMicrosoft Teams
IncomingPost cards and notifications to Teams channels via incoming webhooks.
Webhook docsZapier
Incoming OutgoingUse Webhooks by Zapier to trigger Notebooker workflows or fan out events to thousands of apps.
Webhook docsMake
Incoming OutgoingBuild no-code automations that send to or receive from Notebooker via custom webhooks.
Webhook docsn8n
Incoming OutgoingSelf-hostable automation platform with first-class incoming and outgoing webhook support.
Webhook docsIFTTT
Incoming OutgoingUse the Webhooks service to fire IFTTT applets from Notebooker, or trigger workflows from applets.
Webhook docsGitHub
OutgoingSubscribe to repository events with webhooks, and trigger workflows on push, PR, issue, and more.
Webhook docsLinear
OutgoingGet notified about issue, project, and comment changes via webhooks delivered to your workflows.
Webhook docsNotion
OutgoingSubscribe to database and page changes with Notion's webhook events.
Webhook docsStripe
OutgoingReceive payment, customer, and subscription events to power billing-aware workflows.
Webhook docsTrello
OutgoingListen for board, list, and card events with Trello's webhook API.
Webhook docsTelegram
Incoming OutgoingUse bot webhooks to send notifications to chats and receive updates as workflow triggers.
Webhook docsCustom Webhook
Incoming OutgoingAny service that can POST JSON can trigger a Notebooker workflow, and any workflow can POST to any URL.
Webhook docsHow webhooks work in Notebooker
Webhooks are powered by the Notebooker Workflows feature. Workflows give you a visual builder for what to do when an event arrives, and what to send out when something happens.
Incoming webhooks
Every workflow gets a unique URL. Point any service at that URL and the request body becomes the workflow's input — ready to parse, transform, save as a source, or hand off to a model.
- Create a workflow and choose the Webhook trigger.
- Copy the generated URL and paste it into the external service.
- Send a test payload — the workflow runs against it immediately.
Outgoing webhooks
Add an HTTP Request step to any workflow to POST to an external URL. Send headers, a JSON body templated from earlier steps, and capture the response for the next step.
- Open an existing workflow or start a new one.
- Add an HTTP Request step and paste the destination URL.
- Template the body with variables from earlier steps, then run.
Don't see your favorite tool?
If it sends or receives a webhook, it works with Notebooker. Reach out and we'll add it to the list.
Contact us