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-signatureheader on a Cloudinary webhook? - Why is my Cloudinary webhook signature verification failing?
- How do I handle
upload,eager, ormoderationnotifications? - What are the Cloudinary
notification_typevalues?