Quote Updated Webhook

This webhook is triggered when a user clicks the "Save" button after updating a quote in the Quote Builder within PandaDoc. The webhook delivers comprehensive document information reflecting the updated quote state and pricing details.

Important Note: This event indicates that quote-specific updates have been made to a document, such as modifying product information, pricing, quantities, or other quote-related data through the Quote Builder interface.

This event is useful for:

  • Synchronizing quote updates with external pricing and inventory systems
  • Triggering automated quote approval workflows
  • Maintaining real-time pricing and product information
  • Audit logging and compliance tracking for quote modifications
  • Implementing dynamic pricing updates and calculations
  • Notifying sales teams about quote changes and revisions
  • Integrating with CRM systems for quote tracking

Quote-Specific Data: The payload includes comprehensive quote information including product details, pricing data, and quote-specific metadata that distinguish it from regular document updates.

Note: The webhook payload structure partially mirrors the Document Details API response, providing comprehensive document information captured at the time of quote update.

Security Note: All webhook requests include an HMAC-SHA256 signature for verification using your webhook shared secret.

Query Params
string
required

Webhooks are signed with a signature generated by taking an HMAC-SHA256 hash of the webhook post’s raw HTTP Body (UTF8 encoding).

Payload

Comprehensive document details captured at the time of quote update. The payload structure is synchronized with the Document Updated webhook and includes complete document information, recipient status, field values, pricing data, product information, and quote-specific metadata reflecting the current state after Quote Builder modifications.

Response
200

Webhook received successfully

LoadingLoading…