_ExcerptEventTypesWebhooks


  • name — The name of the event type. This typically consists of three parts — the entity performing the action, the action, and the version of the event type. The name of the event type can be used to create a new subscription.
  • description — A brief description of what the event type is and when it will be raised.
  • jsonSchema — The schema of the webhook event type. Each event type can have a different schema containing useful information about the event that occurred.
  • releaseStatus — Refers to the current state of an event type. Can be one of the following values:
    • Beta. The event type is part of the Early Access Program.
    • General Availability. The event type is ready for use.
    • Deprecated. The event type is outdated and shouldn't be used.