When a new message is created in the API channel, you will get a POST request to the Callback URL specified while creating the API channel. The payload would look like this.
**Event type**: `message_created`
```json
{
"id": 0,
"content": "This is a incoming message from API Channel",