mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-30 11:49:45 +02:00
Update Webhook.md
update the image on the webhook page.
This commit is contained in:
@@ -28,7 +28,7 @@ Suppose you're using OpenSign to collect eSignatures:
|
||||
**Step 1:** Log in to your OpenSign account using your credentials.
|
||||
**Step 2:** Navigate to **Settings → Webhook**.
|
||||
|
||||

|
||||
<img width="861" height="407" alt="Navigate to Add Webhook" src="https://github.com/user-attachments/assets/883dc914-9316-42b0-b59c-10b168265b38" />
|
||||
|
||||
**Step 3:** Click **Add Webhook**.
|
||||
|
||||
@@ -36,8 +36,6 @@ Suppose you're using OpenSign to collect eSignatures:
|
||||
|
||||
> **Note:** To enable **Live Webhook** support, you must upgrade to a **paid plan** — either the **Professional** or **Teams** plan.
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
## 🧭 How to Create a Webhook Security Key
|
||||
@@ -49,10 +47,11 @@ A **Webhook Security Key** (also called a webhook secret) is a shared secret use
|
||||
1. Log in to your **OpenSign** account.
|
||||
2. Navigate to **Settings → Webhooks**.
|
||||
3. Add or edit a webhook endpoint.
|
||||
4. Generate a **Security Key** (or manually enter a strong secret).
|
||||
- Use a long, random string (at least 32 characters).
|
||||
4. Generate a **Security Key** click Enable authentication.
|
||||
- Example: `a50a904a2a329d761781dac27c984416a07396736ac5588b62c6fe226538fbca`
|
||||
5. Save the webhook configuration.
|
||||
|
||||
<img width="861" height="600" alt="webhook security key" src="https://github.com/user-attachments/assets/5a7702a6-998a-4d12-a073-5482c2300ffe" />
|
||||
|
||||
⚠️ **Important:** Store this key securely. Do not expose it in client-side code or public repositories.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user