You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there is a form available in the contact us section which (I'm pretty sure is not connected to a database) is practically useless since most of the communication is done over emails and text messages in team members' inbox. Mostly these messages have a similar topic and structure so it would be good to parse them in a structured template instead of direct mails/text messages in the inbox, so that further processing can be done on them based on their content.
We can start with:
Integrate a basic chatbot into the homepage that takes the same set of inputs from the user as the contact us form.
Send the collected data to a configured email address.
The text was updated successfully, but these errors were encountered:
Currently, there is a form available in the contact us section which (I'm pretty sure is not connected to a database) is practically useless since most of the communication is done over emails and text messages in team members' inbox. Mostly these messages have a similar topic and structure so it would be good to parse them in a structured template instead of direct mails/text messages in the inbox, so that further processing can be done on them based on their content.
We can start with:
The text was updated successfully, but these errors were encountered: