Hi!
We are in the process of enhancing our integration (telephony) with Front by adding tag synchronisation. I have some questions around this I was hoping someone could help clarify.
Currently, we push messages into Front each time a call is made in Cordless (our platform). We want to extend this by also pushing tags, which our users assign to these calls within Cordless, into Front.
At the moment we’re using custom channels and custom messages https://dev.frontapp.com/reference/post_channels-channel-id-incoming-messages.
The question is: Is it possible to add tags to these custom messages (it is not clear from the documentation)? If so, how can we go about it? Specifically, we anticipate needing to update messages after they've been created in Front to attach these tags, as users might not assign tags instantly.
If we can’t update messages - I suppose, we can update a message’s conversation, but how do we find a conversation if we only know message_uid?
Thanks in advance for your help!