Description

This event is sent to the event listener URL when a message is sent to an app's bot.

{
    "name": "chat.receiveMessage",
    "userId": "u:cfc76545-3400-4864-892a-513a9f4ae409",
    "message": {
        "from": "u:1e6429de-16b7-48b3-acc0-c2d7ec5ad195",
        "to": "b:8c67055b-202f-4ffe-a18f-1c4553a50175",
        "text": "<message text>"
    }
}

Event Attributes

Name
Type
Description
userIdStringUser identifier
messageA Message objectThe message that was sent to the app's bot