Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lc3 chat api with Markdown or HTML #4

Open
breadpanz opened this issue Mar 13, 2019 · 4 comments
Open

lc3 chat api with Markdown or HTML #4

breadpanz opened this issue Mar 13, 2019 · 4 comments

Comments

@breadpanz
Copy link

Is there a way to include a Markdown or HTML in send_event method?

@tomekvenits
Copy link
Contributor

Hi,
here you can find the list of possible events you can send: https://developers.livechatinc.com/beta-docs/agent-chat-api/#event

So basically right now we have:

  1. message
  2. form
  3. file
  4. rich message (text+image+button)

We are also working for solution to send iframes via chat. So probably it will solve your problem.

It really depends what exactly you want to archive :) Let me know if that helps you 👍

@breadpanz
Copy link
Author

breadpanz commented Mar 13, 2019

Is there a way that I can put HTML tags e.i <b>Message</b> in message event?

rich message might have it but, I can't find it in https://developers.livechatinc.com/beta-docs/agent-chat-api/#rich-message

@tomekvenits
Copy link
Contributor

The only way to do it will be to send iframe via chat. There you can build you own html and send it.
We are currently working on adding it. But I think it can take up to 2 weeks from now.

@breadpanz
Copy link
Author

aight mate. I will wait for it.

Thank you very much 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants