Skip to content

Webhook event types

The events that can fire a Timemark webhook and what each one means.


You’re setting up a webhook and need to know which Teamspace action triggers a delivery.

Triggerevent_typeFires when
New photophoto.uploadedA 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.

  • 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.

Last updated: