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

# Event Types

> Determine which events an endpoint receives.

Events are sent to an endpoint depending on the event type, which is defined when creating the endpoint, defaulting to `"*"` if not set — a catch-all for all events. An endpoint can define multiple event types, in which case it will receive an event from all of those types. Event types are matched using direct string comparison and are case sensitive. Support for regex event matching is planned.
