Get the URL for the posted message in channel
Get the URL for the posted message in channel
I'm using the following API to send message in a channel:
https://www.zoho.com/cliq/help/restapi/v2/#Post_Message_Channel
with `sync_message` flag that gives me back the message_id of posted message. It seems the URL cannot be obtained by a combination of channelid/message_id.
Is there any way to get URL of the message I have posted?
I've also look into following APIs:
https://www.zoho.com/cliq/help/restapi/v2/#Get_Messages
https://www.zoho.com/cliq/help/restapi/v2/#Retrieve_Message
but there are two problems:
1) their responses doesn't seems to include the URL of the message, at least in the samples provided in docs.
2) I couldn't get them working to retrieve channel messages (while
it has been mentioned they should be support channels
). What should we pass as CHAT_ID for channels?