Hi guys I'm hitting my webhook with a payload like
{
"userId": "user_01HY5NH01KEPTRCQQCDH54EKWD",
"conversationId": "conv_01HY5NH006MJD4AGA9SS37C3RX",
"messageId":"791c5fb5-b34b-497d-80d0-408fb9dd9c46",
"type": "text",
"text": "text",
"payload": {
"foo": "bar"
}
}
the below but in the bot studio under discover events I'm not seeing any events detected - any idea how I can debug?