Receiving data from HTTP request
# 🤝help
m
I'm trying to make sure my bot can both send and recieve data from Make.com automations / scenarios and using Webhooks for that. It works perfectly when I'm sending data from the bot, but receiving is a bit tricky for me. I current have a HTTP POST action set up in Make which sends data along with the application/json header to the Botpress webhook that I enabled in Integrations tab: URL https://webhook.botpress.cloud/my_id Request content { "content" : "my content", "conversationId" : "convo-10", } Then in my bot creation UI I have a webhook trigger and trying to just output {{event.payload.body.content}} This doesn't work. In my console I have the following error: Error sending outgoing message { integration: 'webhook', messageType: 'text', payload: '{"type":"text","text":"Hook text:","typing":true}', error: yt [Error]: request/body must have required property 'conversationId' (Error ID: err_1692359485820xA9211F1C) Is there something I'm missing or some other way to test the integration?
I realized I was using emulator conversationId, changed it to the real one but still get the same issue
Also, I have no way to explore received hooks or change trigger settings. Is this normal?

https://cdn.discordapp.com/attachments/1142063762426302505/1142072158177202208/Screenshot_2023-08-18_at_13.26.27.png

e
I need it too
w
Hello, did you fix the issue? I am having the same problem
141 Views