ringcentral-api-docs icon indicating copy to clipboard operation
ringcentral-api-docs copied to clipboard

Links in Glip message attachment long fields don't work

Open liugengyu opened this issue 7 years ago • 3 comments

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:

image

liugengyu avatar Jan 06 '18 14:01 liugengyu

One more sample:

image

There are two links in the red rectangle, both of them are broken.

liugengyu avatar Jan 06 '18 14:01 liugengyu

Verified for API.

Not an issue with inbound webhooks.

grokify avatar Jan 06 '18 15:01 grokify

i think thats the developer tried to fix an xss issue

zkebami avatar Dec 15 '20 18:12 zkebami

This request is now obsolete with the use of Adaptive Cards.

byrnereese avatar May 31 '23 18:05 byrnereese