Skip to content

Event types

Every significant action in your organization emits one of 33 event types. These events drive both workflows (automations inside the platform) and webhooks (deliveries to your own systems), so the same catalog applies to both.

Assignments

EventFires whenTypical automation use
assignment.createdA new assignment is created.Notify the team that new work is available.
assignment.updatedAssignment details (name, reference, fields) change.Sync changes to your claim system.
assignment.status_changedAn assignment moves to a new status.Email the claims inbox on every status move.
assignment.archivedAn assignment is archived.Close out the record in external systems.

Users

EventFires whenTypical automation use
user.createdA user is added to the org.Send a welcome message or provision accounts elsewhere.
user.updatedA user's name or role changes.Keep an HR directory in sync.
user.deactivatedA user is deactivated.Revoke access in connected systems.
user.deletedA user is deleted.Final cleanup in connected systems.

Invitations

EventFires whenTypical automation use
invitation.sentAn assignment-level invitation is sent.Log outreach to contractors.
invitation.acceptedAn invitee accepts access.Notify the assignment owner their collaborator is in.
invitation.revokedAn invitation or grant is revoked.Confirm access removal for compliance records.

Access

EventFires whenTypical automation use
access.grantedA person is granted access to an assignment.Audit trail forwarding to a security system.
access.revokedAccess is removed.Confirm offboarding of a collaborator.

Locations (rooms)

EventFires whenTypical automation use
location.createdA room is added to an assignment.Track scope growth on a loss.
location.updatedA room's name, order, assignee, or notes change.Keep external room lists current.
location.deletedA room is soft-deleted.Flag scope changes for review.
location.claimedA field user claims a room to work it.See rooms being picked up in real time.
location.unclaimedA claimed room is released.Spot rooms going back to the pool.
location.completedA room is marked complete.Track per-room progress toward assignment completion.

Groups

EventFires whenTypical automation use
group.createdA media group is created.Mirror organizational structure externally.
group.updatedA group changes.Keep external groupings in sync.
group.deletedA group is removed.Clean up mirrored structures.

People

EventFires whenTypical automation use
person.createdA person record is added.Populate a contacts database.
person.updatedA person record changes.Keep contact details in sync.

Media

EventFires whenTypical automation use
media.capturedA photo, video, or audio clip is captured on a device.Real-time capture notifications.
media.uploadedA media item finishes uploading to the server.Trigger external processing or backups.
media.upload_failedAn upload fails.Alert team admins to connectivity problems.
media.updatedMedia metadata (tags, notes) changes.Sync tags to external review tools.
media.deletedA media item is soft-deleted.Record deletions for compliance.

Submissions

EventFires whenTypical automation use
submission.createdA locked hand-off is submitted from the field.SMS the team's admins that work has landed.

Profiles

EventFires whenTypical automation use
profile.createdA new capture profile draft is created.Track profile authoring activity.
profile.publishedA profile is published and becomes usable.Notify admins a new form is live.
profile.archivedA profile is retired.Stop using the profile in external intake tools.

Webhooks and integrations

EventFires whenTypical automation use
webhook.endpoint.createdA webhook endpoint is added.Security monitoring of integration changes.
webhook.delivery.failedA webhook delivery fails.Page the integrations owner when deliveries break.
integration.token.createdAn integration token is issued.Log credential issuance for audit.
integration.token.revokedAn integration token is revoked.Confirm credential retirement.

Same events, two consumers

Everything in this catalog can trigger a workflow in the console and can be delivered to a webhook endpoint. Use workflows for messages and status changes; use webhooks when your own systems need the raw event.

Contents Capture Admin Guide