Hi all,
I want to send a mail, which has the chat history attached as a file or as text within the message. Is it possible to access the history?
Thanks a lot for your support!
Hi all,
I want to send a mail, which has the chat history attached as a file or as text within the message. Is it possible to access the history?
Thanks a lot for your support!
Hi, all events are stored in the events table.
You can get the chat events in two ways:
With an sdk instance: bp.events.findEvents
Events table (need to parse the events manually from column ‘event’)