External Events are connector-level interfaces. To change them, you need to modify the
Connector that implements a given data collection.
As an alternative, you can define stand-alone External Event
Types directly in your workspace — useful when
you want to subscribe to events without modifying (or even thinking about) a connector. This feature is currently
experimental.
- Name
- Parameters (optional)
- Payload schema
events folder of the connector. Each event has its own folder named events/<event-key> (for example, events/user-created).
Event Specification
The event specification is located in thespec.yml file in the event folder. It has the following format: