> For the complete documentation index, see [llms.txt](https://docs.bird.com/api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bird.com/api/channels-api/api-reference/events.md).

# Events

This page provides a comprehensive overview of the partial event payload structure for channels of all types and their relevant information.

### channel. created

This event indicates a new channel is created following a create connector action. The event payload will provide important fields such as the channel status and the change ld. It supports the following filters

```json
                        "platformId",
                        "channelStatus"
```

### channel.updated

This event indicates a new channel was updated; for example, if its status changed, The event payload will provide an important field as the channel status and the channel. It support the following filters

```json
                        "platformId",
                        "channelStatus"
```
