cloudinary-webhooks

Installation
SKILL.md

Cloudinary Webhooks

Cloudinary sends webhook notifications to a URL you register, telling your app when assets are uploaded, eager transformations finish, moderation completes, assets are deleted or renamed, folders change, and more. Each POST is a JSON body signed with your account API Secret and delivered with two headers: x-cld-signature (a hex digest) and x-cld-timestamp (a unix timestamp).

When to Use This Skill

  • How do I receive Cloudinary webhooks / notifications?
  • How do I verify the x-cld-signature header on a Cloudinary webhook?
  • Why is my Cloudinary webhook signature verification failing?
  • How do I handle upload, eager, or moderation notifications?
  • What are the Cloudinary notification_type values?

Verification (core)

Installs
6
GitHub Stars
81
First Seen
Aug 2, 2026
cloudinary-webhooks — hookdeck/webhook-skills