FlowiseAI / Flowise

Drag & drop UI to build your customized LLM flow
https://flowiseai.com
Apache License 2.0
31.81k stars 16.58k forks source link

takes user email address and sends them email of conversation history after chat #3473

Closed adebisi16 closed 2 weeks ago

adebisi16 commented 2 weeks ago

please how do i achieve this on flowise takes user email address and sends them email of conversation history after chat

HenryHengZJ commented 2 weeks ago

you will have to use API to fetch the messages: https://docs.flowiseai.com/api-reference/chat-message then loop through the leads and send the conversations. everything should be possible with a custom script