Absoluetly! Here is a link:
https://discord.com/channels/1108396290624213082/1111009377525186570/threads/1223702597408522240 (down below as well). I tagged you as well!
I'm very novice when it comes to HTTP post requests, so forgive me if I use improper terminology or don't explain things adequately. I'm happy to elaborate or clarify anything if needed!
Basically just trying to setup a POST request so I can send data from N8N to Botpress and use it in coversation. I've tried a lot of different strategies at this point, but nothing has worked.
In the thread, the method I tried was to setup a webhook node in Botpress and send the data from N8N using my webhook trigger. While I was able to receive the data within the Botpress emulator, when I tried to use it in an actual conversation, it said the payload was missing the "conversation" and/or "userid". I tried to circumnavigate this by setting up a Webhook node in N8N, sending the conversation/userId to N8N from Botpress, and then send the payload from N8N to Botpress with the Id's attatched, but I kept receiving the same error.
I'm not sure if I simply structured the payload incorrectly or if this method just doesn't work, but I'd be very interested to try the method you proposed?
I hadn't thought of using a return node and setting up an axios post request simply because, once again, I'm not the most well-versed in HTTP post requests, but at this point I am keen on trying any method that will allow me to send the data from N8N to Botpress and use it in conversation!