Skip to main content

ticketing.event.published

Generated from COPE public event contracts. Do not edit this page by hand.
Use this event to start or refresh vendor-owned event operations after a ticketing event becomes active.

Delivery Contract

FieldValue
EncodingCloudEvents 1.0 structured JSON
DeliveryAt least once
IdempotencyUse the CloudEvents source + id tuple, or COPE idempotency_key when available.
Sourcecope.ticketing
Subject patternevent:<identifier>
CategoryTicketing
AvailabilityAvailable in the public webhook reference.
Schema titleticketing.event.published v1 payload
Schema IDhttps://schemas.cope.com/events/ticketing.event.published/v1

Payload Fields

FieldRequiredTypeAllowed ValuesDescription
capacityyesinteger--
ends_atyesstring--
event_idyesstring--
event_product_idsyesarray--
event_typeyesconstticketing.event.published-
occurred_atyesstring--
schema_versionyesconst1.0-
starts_atyesstring--
statusyesconstpublished-
timezoneyesstring--
titleyesstring--
venuenoobject--

Example CloudEvent

{
  "data": {
    "capacity": 1000,
    "ends_at": "2026-05-05T12:00:00.000Z",
    "event_id": "example_id",
    "event_product_ids": [
      "example_event_product_ids"
    ],
    "event_type": "ticketing.event.published",
    "occurred_at": "2026-05-05T12:00:00.000Z",
    "schema_version": "1.0",
    "starts_at": "2026-05-05T12:00:00.000Z",
    "status": "published",
    "timezone": "example_timezone",
    "title": "example_title"
  },
  "datacontenttype": "application/json",
  "dataschema": "https://schemas.cope.com/events/ticketing.event.published/v1",
  "id": "ticketing.event.published:example",
  "idempotency_key": "ticketing.event.published:example",
  "source": "cope.ticketing",
  "specversion": "1.0",
  "subject": "event:example",
  "time": "2026-05-05T12:00:00.000Z",
  "type": "ticketing.event.published"
}

Compatibility

Fields may be added within the same major version. Removing or changing the meaning of a documented field requires a new event version.