My softr app is a project management tool for video editing projects. I have built a “feedback” function which logs user input into my base and links it to the project record, and that works find for general project feedback. However there are still situations where the customer is emailing me directly and would love for those emails to also land into the project record so I can see all messaging in one place. There are also “system” emails that are sent to the users when certain things are triggered in each project, so I would like those messages to be retained in the project as well.
Is there any native way to do this? and/or has anyone built anything like this?
Based on some research about this topic, I have added “project code” field to all system emails so they can be identified for any automations etc.
And theoretically the customer email should map to the emails(s) I have associated with projects in my app, so that could potentially also be used to flag emails into the project project.
GPT is suggesting I use an automation tool to parse emails that meet trigger criteria and copy the email contents into a database record. I am not opposed to this, but am also looking to not reinvent the wheel if anyone has such a module that works.
Essentially I am trying to trying to re-create the kind of linkage one might see in a CRM where customer email messages get linked into an account record or a sales opportunity record.