Skip to main content
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.