Skip to main content

Overview

Webhooks allow you to receive real-time notifications when specific events occur in your application. This guide explains how to configure and manage webhooks effectively.

Setting Up Webhooks

Creating a Webhook

  1. Navigate to Settings > Webhook
  2. Enter the following details:
    • Webhook URL

Event Types

  • Note Create
  • Note Updates
  • Note Delete

Security

  • Use HTTPS endpoints only
  • Implement signature verification
  • Set up IP whitelisting
  • Monitor webhook activity
  • Configure timeout settings
Webhook events are delivered in real-time, but may be delayed during high traffic periods.
Always backup your webhook configurations and maintain fallback notification methods for critical events.