Usecase: We have a requirement to create an canvas app and serve it through an API. I could create an app and also serve it through conversation message from Agent view but I am not quite sure how to send it through API.
When I intercept intercom UI (Through network monitor) and how it sends app in conversation it does three things
- Configures the card
- Initializes the card
- Sends the card in conversation
- {"app_id":"----","conversation_id":"15","blocks":;{"type":"messengerCard","canvas":{"id":"-----"
Is there any way to do the same thing using API?