ringcentral-api-docs
ringcentral-api-docs copied to clipboard
Links in Glip message attachment long fields don't work
Sample attachment:
const attachments = [{
type: 'Card',
fields: [
{
title: 'title',
value: '[test](http://google.com/hello/world) http://google.com/hello/world',
style: 'Long'
}
]
})
}]
Sample output:

One more sample:

There are two links in the red rectangle, both of them are broken.
Verified for API.
Not an issue with inbound webhooks.
i think thats the developer tried to fix an xss issue
This request is now obsolete with the use of Adaptive Cards.