event not detected in bot
# 🤝help
w
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?
f
Hey there, Can you make sure that its the correct webhook that you are sending it too?
w
@fresh-fireman-491 seems to be - the webhook returns 200OK and pastebin receives it but - the user doesn't get the message response
9 Views