Hello There,
Consider me new to the intercome and don't have an idea about even the basics of integration.
I'm presenting the use case and seeking a solution for it.
Once the user opens up the messenger, he will be shown up with a form that is generated through my server (it is not the same every time. It is based on some conditions). The form content is different for different users based on the logic on the server.
The user clicks on a button on this form and the response is sent back to the server for some business decisions.
So I'm confused with following things
- How should my server be intimated when the user opens up a messenger (with the user detail)
- How can I send the UI back in form of JSON
- How can I record the response back if a button in that UI is pressed
The information available is in bits and pieces and I'm not able to find the end to end example.
Looking forward for an end to end example do acheive the use case.
Regards,