Is it Possible to Shorten the Chat Transcript URL?

Hi,

Is Is it Possible to Shorten the Chat Transcript URL ??

Hi @Tejas_Shetty
You can use “tinyUrl” API for shortening any url.

curl --location -g --request POST 'http://tinyurl.com/api-create.php?url={{url}}' \
--header 'Content-Type: application/json'

@Sakshi_Mishra Any limitations on how many times we can use this API call?

Hi @Harikrishnan_T No limitation as far as i know.