ModelEventType

open_in_new

Event types that can be subscribed to. See doc comments for each value to see which version of webhooks these are valid for.

GraphQL Schema definition

  • enum ModelEventType {
  • # The activation state of the model changed (active, archived or pending)
  • #
  • # Valid for v2
  • activation_state_changed
  • # An addon bundle for this model was completed
  • #
  • # Valid for v1
  • bundle_completed
  • # An addon bundle for this model was requested
  • #
  • # Valid for v1
  • bundle_requested
  • # The state of an addon bundle for this model changed (requested or delivered)
  • #
  • # Valid for v2
  • bundle_updated
  • # Valid for v1 or v2
  • created
  • # Valid for v1 or v2
  • deleted
  • # Valid for v2
  • details_changed
  • # Valid for v1
  • inserted
  • # Valid for v1 or v2
  • processed
  • # Valid for v1
  • replaced
  • # Valid for v2
  • restored
  • # Valid for v2
  • transferred_in
  • # Valid for v2
  • transferred_out
  • # Valid for v1
  • updated
  • # Valid for v1
  • uploaded
  • # Valid for v2
  • visibility_changed
  • }