Webhook Trigger object representation

The webhooktrigger object representation and fields are described below.

webhooktrigger was introduced in API version V1

webhooktrigger has not been marked for deprecation

Description

Representation of a unique webhook trigger event

Fields

NameTypeDescriptionConstraints
urnString representation of a Unique Resource Name. Typically a UUID with 36 characters.The URN of the trigger event
ownerCompanyRequired on create.
timestampTimestamp expressed in ISO 8601 format without timezone including milliseconds. Note unless otherwise stated in UTC zone.The timestamp when the trigger event was created
subjectA string representation of a enumeration name restricted to the documented valuesThe subject of the webhook eventRequired on create.

Allowed values:

  • UNKNOWN
  • API_CLIENT
  • API_CLIENT_BEARER_TOKEN
  • API_CLIENT_OAUTH_TOKEN
  • BOOLEAN_ITEM
  • COMPANY
  • DATETIME_ITEM
  • DOUBLE_ITEM
  • ENTITY
  • ENTITY_LIST
  • GROUP_MEMBERSHIP
  • IDENTITY
  • IDENTITY_ADDRESS
  • IDENTITY_CLIENT_IDENTIFIER
  • IDENTITY_EMAIL_ADDRESS
  • IDENTITY_PERSON
  • IDENTITY_PERSON_NAME
  • IDENTITY_TELEPHONE
  • IMAGE_ITEM
  • LATLONG_ITEM
  • LONG_ITEM
  • MARKDOWN_ITEM
  • MEMBERSHIP_GROUP
  • MESSAGE_THREAD
  • MONEY_ITEM
  • PERMISSION
  • PERMISSION_ROLE
  • PROJECT
  • TASK
  • TEMPLATE_ITEM
  • TEXT_ITEM
  • THREAD_POST
  • WEBHOOK_SUBSCRIPTION
  • WORKFLOW
  • UNRECOGNIZED
eventA string representation of a enumeration name restricted to the documented valuesThe event type of the webhook triggerRequired on create.

Allowed values:

  • ALL
  • CREATE
  • UPDATE
  • DELETE
  • UNRECOGNIZED
targetUrnString representation of a Unique Resource Name. Typically a UUID with 36 characters.The URN of the representation triggered