@@CodingDecay So if I want to send all the messages sent by the bot to my server do I add a "Before Outgoing Message" hook and send a post request to my server? I want the server to send back the messages to my client side using firebase which isn't doable in botpress that's why I need the messages to be sent there.
Thanks mate this was super helpful! Put the puzzle pieces together for me. I have one small challenge, when I create a trigger in botpress studio I don't get the option for Webhook Event? (only 'Conversation Started' and 'Custom Trigger' ?)
bro, thank you so much for this tutorial, will always be greatful fot this!
How do I send the messages that the bot outputs back to my server?
Hey there,
The all of the execute code card already requires Axios. axios-http.com/docs/intro
@@CodingDecay So if I want to send all the messages sent by the bot to my server do I add a "Before Outgoing Message" hook and send a post request to my server?
I want the server to send back the messages to my client side using firebase which isn't doable in botpress that's why I need the messages to be sent there.
Thanks mate this was super helpful! Put the puzzle pieces together for me. I have one small challenge, when I create a trigger in botpress studio I don't get the option for Webhook Event? (only 'Conversation Started' and 'Custom Trigger' ?)
cool thanks for the new video!
For me in the body attributes only appears text and type. Any suggestion to solve this?