Skip to content

Commit 0a77dad

Browse files
waleedlatif1claude
andcommitted
fix(triggers): clarify Notion webhook signing secret vs verification_token
Update placeholder and description to distinguish the signing secret (used for HMAC-SHA256 signature verification) from the verification_token (one-time challenge echoed during initial setup). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a4eef8b commit 0a77dad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/sim/triggers/notion/utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ export function buildNotionExtraFields(triggerId: string): SubBlockConfig[] {
4848
id: 'webhookSecret',
4949
title: 'Webhook Secret',
5050
type: 'short-input',
51-
placeholder: 'Enter your verification_token for signature verification',
51+
placeholder: 'Enter your Notion webhook signing secret',
5252
description:
53-
'The verification_token from Notion, used to validate X-Notion-Signature headers on incoming webhooks.',
53+
'The signing secret from your Notion integration settings page, used to verify X-Notion-Signature headers. This is separate from the verification_token used during initial setup.',
5454
password: true,
5555
required: false,
5656
mode: 'trigger',

0 commit comments

Comments
 (0)