Asana · Schema

Asana Webhook Event

An event object representing a change to a resource, delivered asynchronously to the target location of an active webhook subscription.

CollaborationProductivityProject ManagementProjectsTask ManagementTasksWorkflow

Properties

Name Type Description
user object The user who triggered the event. May be null for system-generated events.
resource object The resource that triggered the event by being modified.
type string Deprecated. The type of the resource that generated the event.
action string The type of action taken on the resource.
parent object For added/removed events, the parent object. Null for other event types.
created_at string The timestamp when the event occurred.
change objectnull Information about the field-level change. Only present when action is 'changed'.
View JSON Schema on GitHub