You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/help/Settings/Webhook.md
+128Lines changed: 128 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,134 @@ Suppose you're using OpenSign to collect eSignatures:
40
40
41
41
---
42
42
43
+
## 🧭 How to Create a Webhook Security Key
44
+
45
+
A **Webhook Security Key** (also called a webhook secret) is a shared secret used to verify that webhook requests are genuinely sent by OpenSign and have not been tampered with.
46
+
47
+
### Steps to Create a Webhook Security Key
48
+
49
+
1. Log in to your **OpenSign** account.
50
+
2. Navigate to **Settings → Webhooks**.
51
+
3. Add or edit a webhook endpoint.
52
+
4. Generate a **Security Key** (or manually enter a strong secret).
53
+
- Use a long, random string (at least 32 characters).
0 commit comments