> ## Documentation Index
> Fetch the complete documentation index at: https://help.lobyco.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Events

> JSON Schemas for the event payloads Lobyco publishes.

JSON Schema (draft 2020-12) definitions for the event payloads Lobyco publishes. Delivered to your endpoint by the [OutboundAPI connection](/integration/external-integrations/outboundapi-connection).

<Columns cols={2}>
  <Card title="Offer Events" icon="tag" href="/integration/external-integrations/events/offer-events">
    5 events — the offer definition lifecycle.
  </Card>

  <Card title="Coupon Events" icon="ticket" href="/integration/external-integrations/events/coupon-events">
    6 events — a customer's coupon lifecycle.
  </Card>

  <Card title="Challenge Events" icon="trophy" href="/integration/external-integrations/events/challenge-events">
    5 events — the challenge definition lifecycle.
  </Card>

  <Card title="Card Events" icon="id-badge" href="/integration/external-integrations/events/card-events">
    4 events — a customer's challenge card lifecycle.
  </Card>

  <Card title="Purchase Events" icon="receipt" href="/integration/external-integrations/events/purchase-events">
    1 event — a purchase loaded into Lobyco.
  </Card>
</Columns>

## Catalogues

| Catalogue                                                                      | Scope      | Publishing service |
| ------------------------------------------------------------------------------ | ---------- | ------------------ |
| [Offer Events](/integration/external-integrations/events/offer-events)         | Definition | Promotion Platform |
| [Coupon Events](/integration/external-integrations/events/coupon-events)       | Customer   | Promotion Platform |
| [Challenge Events](/integration/external-integrations/events/challenge-events) | Definition | Challenges         |
| [Card Events](/integration/external-integrations/events/card-events)           | Customer   | Challenges         |
| [Purchase Events](/integration/external-integrations/events/purchase-events)   | Customer   | Purchase           |

Field definitions follow the request and response models of the corresponding endpoints in the [API Reference](/api-reference/api-reference).

<Info>
  Events for other activities — games, bonus — will be added here as separate pages.
</Info>
