Hi community, what would be the best way to integrate FlowXO into a custom iOS/Android application? My users would be asking questions via the app which gets routed to my server. The issue I see with FlowXO is that there is no clean way of doing this as there is no web api.
My understanding of how to accomplish this: after receiving a user’s question from the iOS app on my server, send a webhook request to FlowXO. The webhook endpoint should route the user’s question to trigger the proper flow. The triggered flow will send a Custom HTTP Request back to the server with the answer.
This doesn’t fully work for my use case because I will have long dialogs created in FlowXO so there will be no way to have ongoing discussions if the webhook can’t trigger a Message or Question in the middle of a flow.
Any thoughts/suggestions are appreciated!