Webhook event types
The events that can fire a Timemark webhook and what each one means.
When you’d do this
Section titled “When you’d do this”You’re setting up a webhook and need to know which Teamspace action triggers a delivery.
Available events
Section titled “Available events”| Trigger | event_type | Fires when |
|---|---|---|
| New photo | photo.uploaded | A new photo is uploaded to Teamspace within the webhook’s scope. |
New photo is currently the only trigger. The event_type field in the payload lets your endpoint branch if more events are added later.
A webhook fires only for photos in its scope, set when you configure it:
- All photos across the team, or
- a specific folder.
A webhook scoped to one folder won’t fire for photos in other folders. Events also fire only after the webhook is created; existing photos don’t trigger it retroactively.
Common pitfalls
Section titled “Common pitfalls”- Scope is narrower than you think. If a webhook doesn’t fire, confirm the photo is in the scope you selected.
- No retroactive delivery. Photos uploaded before the webhook existed never fire it.
See also
Section titled “See also”Last updated: