Outcome: Receive data from Integromat in a conversation
Question: How do you receive a message from an API in a conversation?
Situation:
- Data is sent to webhook from FlowXO into Integromat (including bot connection ID, bot ID, user connection ID, etc)
- Integromat does a bunch of stuff and has data to send back to the conversation
- I’m able to get the API data (and encoded message ID) in Integromat
- I would guess I would need to make an HTTP POST call in integromat to the FlowXO API for that conversation, but looking for guidance on this process.
- This is where I’m lost.
How do I get that data into the conversation?
Does the API allow you to POST data into a conversation?
Do I use the ‘Wait For A Response’ action?
Would love if someone was able to forward some instructions or walk through this posting process.
Thank you!