AnonShot
← Guides

Get webhook notifications when your album receives photos

An HTTP POST webhook alerts you whenever new photos land in your album — ideal with Discord, Mattermost or your own server.

Published by AnonShot · Updated

A notification on every drop

When creating your album, set your webhook URL (Discord, Slack via a bridge, n8n, Zapier, your server…). Each time photos are added, AnonShot sends a JSON POST with the number of new photos and the current total.

What your endpoint receives

The payload is deliberately minimal: no photo content, only counters and the album identifier.

  • albumShortUrl: the album's short identifier.
  • added: how many photos this upload added.
  • total: the album's photo count after the deposit.
  • at: the ISO timestamp of the event.

Why nobody gets spammed by default

Without a webhook, nothing arrives in your chat: you avoid noisy notifications on a busy event. Turn it on only when you need it.

Frequently asked questions

Does the webhook send the photos themselves?
No. Only counters and public identifiers are transmitted — never the files or their content.
Can I disable the webhook later?
Recreate the album without the URL, or simply stop listening on your side.