Skip to main content
🔍

DAM Audit Webinar

Learn how to clean, organize, and optimize your DAM portal.

Our team has identified a use case where it would be valuable to notify any user that has downloaded an asset when a newer version is uploaded.

From what I’ve seen, the webhooks out of the box for the email or email-json options are great but only allows one email and don’t want to add a wide audience that will get blasted each time a new version is updated.

Are there any options to explore with the API that can pull a list of emails once an asset is updated?

Great to see you in the Community ​@peterm10! Thank you for taking the time to ask your question. It is possible to build something for this. With the analytics API, you could get the users who downloaded an asset, then use the retrieve users to get their emails.  The webhooks API can be used to trigger the action by capturing the new versions and sending an event to their service.

Here are a few API articles you might find useful -

Users: https://bynder.docs.apiary.io/#reference/users/user-operations/retrieve-users

Analytics: https://bynder.docs.apiary.io/#reference/analytics/asset-usage-v2/asset-downloads

Webhooks: https://bynder.docs.apiary.io/#reference/webhooks/retrieve-webhooks-configurations/get-webhook-configurations


Reply