Hello guys have you used webhooks before on botpre...
# 💻developers
d
Hello guys have you used webhooks before on botpress? Can you please let me know if you have faced a bug similar to this after trying to send a message after a webhook is triggered?
Copy code
js
Error sending outgoing message {
  integration: 'webhook',
  messageType: 'text',
  payload: '{"type":"text","text":"Send this text after webhook","typing":true}',
  error: yt [Error]: request/body must have required property 'conversationId' (Error ID: err_1692750351837x6761F623)
      at Mr (/var/task/customer_code.js:8:27984)
      at Ot (/var/task/customer_code.js:8:27764)
      at w (/var/task/customer_code.js:8:67151)
      at /var/task/customer_code.js:8:62051
      at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
      at async Object.flushSendMessages (/var/task/customer_code.js:294:5069)
      at async runDialogEngine (/var/task/customer_code.js:315:3624)
      at async startEventProcessing (/var/task/customer_code.js:315:3220)
      at async Object.onEvent (/var/task/customer_code.js:315:8254)
      at async handler (/var/task/customer_code.js:429:2262) {
    isApiError: true,
    code: 400,
    description: 'The request payload is invalid.',
    type: 'InvalidPayload',
    error: undefined
  }
}
https://github.com/botpress/botpress/issues/12787
17 Views