Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
stylenone

...

image-20240510-084426.pngImage Added

Chats without channels and pragmatically creating chats

You can create a single chat, chats without channels (54.3.2. Channels) this is useful for 'one-way' communication from a user with dedicated person on the receiving end (think of a support chat).

This can be achieved by creating a ChatContext-object and providing it to the page as desired (datasource or parameter), configuring the ChatContext_ChatMember_Current association as desired and placing the snippet SNIP_Chat on your page with the ChatContext parameter available.

...

(the list of chats available to the user). A typical example of this would be a support chat or a chat about a particular task or case.

To see how to do this we rocommend you check out the “New Chat” folder under Examples. This shows you how you can easily create a new chat and use it in the UI.

...