Webhook actions
Use webhook actions in Notion’s automation features 🪝
With the Send webhook
action in buttons, database buttons, and database automations, you can set up a trigger to send an HTTP POST request to a specific URL.
With this feature, you can leverage Notion to initiate workflows in your internal applications or third-party apps using low-code or no-code automation platforms like Zapier, Make, and more.
Webhook actions are available to users on paid plans in automations across buttons, database buttons, and database automations.
Note: The Send webhook
action doesn’t require authentication.
To set up a webhook action:
In a button, database button, or a database automation, select
Add action
.Select
Send webhook
.Enter your URL. Any custom URL can be used.
If you’d like, select
Add custom header
and enter yourKey
andValue
.If you’re setting up the webhook in a database automation, you can select properties for your webhook’s content. Note that database button properties can’t be selected.
If your webhook action fails or doesn’t work as expected, you’ll see an exclamation mark next to where you set up the automation. The automation will automatically be paused, and you’ll need to resume the automation manually to use it again.
Get inspiration for using webhooks in this guide →
At this time:
You can set up a maximum of five webhook actions per automation.
Webhooks only support POST request types.
Webhooks aren’t available at the workspace level, but we’re working on this!
Only database page properties, not page contents, can be sent using webhook actions.
There isn’t a way to preview the payload for your requests, but you can use a website like webhook.site to do so.
If you’re a workspace owner on an Enterprise Plan, you can disable the Send webhook
action for your entire workspace. To do this:
Go to
Settings
in your sidebar.Open the
Connections
tab.Toggle off
Allow webhooks in automations
.
Once you’ve turned this feature off, members of your workspace won’t be able to select Send webhook
as an action for any automations they set up.