# 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&#x20;

```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&#x20;

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