Skip to content

Commit b309fc1

Browse files
committed
Update webhook setup instructions for clarity and detail
1 parent 979a813 commit b309fc1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/notion/sources/common/base-webhook.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ export default {
1212
info: {
1313
type: "alert",
1414
alertType: "info",
15-
content: "Webhooks must be created and verified in Notion. [See the documentation](https://developers.notion.com/reference/webhooks#step-1-creating-a-webhook-subscription). Upon webhook creation, the source logs will display a verification token. Enter this in your Notion webhook settings.",
15+
content: `1. Create this Pipedream source and copy the Source Endpoint URL.
16+
2. In Notion, create a webhook subscription and paste the Source Endpoint URL as the webhook URL. See Notion's guide: https://developers.notion.com/reference/webhooks#step-1-creating-a-webhook-subscription
17+
3. After adding the subscription in Notion, you'll be prompted to verify the webhook using a secret. Open the Source Logs tab in this Pipedream source to find the verification secret (token) and enter it in Notion to complete verification.`,
1618
},
1719
},
1820
methods: {

0 commit comments

Comments
 (0)