Content Library Item Created Webhook

This webhook is triggered when a new content library item (CLI) is successfully created and processed in PandaDoc. The webhook delivers comprehensive information about the newly created item, including its creation metadata and current status.

This event is useful for:

  • Synchronizing content library items with external systems
  • Triggering automated workflows when new templates become available
  • Maintaining audit logs of content library changes
  • Notifying teams about new reusable content components

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

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 details about the newly created content library item. The payload includes essential metadata captured at the time of creation, including creator information, timestamps, and version details.

Response
200

Success

LoadingLoading…