Webhooks Introduction

Webhooks allow BoldSign to automatically notify your application in real-time when specific events occur. These notifications are delivered as HTTP POST requests with JSON payloads to a configured webhook URL.

Webhook Types

  • App-Level Webhooks: An App Level Webhook triggers events for documents sent using a specific OAuth application. It is tied directly to the OAuth app, ensuring precise event tracking for that application.
  • Account-Level Webhooks: An Account Level Webhook triggers events for documents sent through the web application or the API. This webhook is not tied to a specific app and applies broadly across the account.