Question

How to format the glip-bot responses?

  • 10 May 2017
  • 3 replies
  • 2962 views

Hi,


I am trying to format the glip-bot responses so that it can send html-tables as output. Can you tell me does Glip support this kind of responses? If no, please let me know the formatting rules that can be used to send the responses with rich content. (i am also looking out for how to embed images, videos, etc).


Thanks in advance,

Bhargava


3 replies

Bhargava,


Glip supports Glipdown, a flavor of markdown which includes table support. Emojis are supported along with the following syntax:

*italics*
**bold**
[a link](http://google.com)
> quote
~~strikethrough~~
_underline_
* bullet
|three|column|table|

This is described more in detail in Glip when creating a Glip Webhook integration

In our upcoming release (which is very soon) we would also be supporting rich media which will include the below formats:
  • Images
  • Videos
  • File Attachments
We will update this thread when we have the feature available. 
In addition to the above, you can use pre-formatted text for code using code blocks that start with [code] and ends with [/code].


Have you added support for images, videos, and file attachments?

Reply