Currently we receive about 3500 questions a day regarding various subjects that are typical in standard e-tailer businesses.
The general questions consist of
Do you ship to x
Why is my tax x
Will this item work with my x
How do i return x
Does this come bundled with x
etc, etc..most of the answers are on the website, however people don't seem to read the site and would prefer to send an email
Right now, we have about 5-10 "template" replies which are basically copy/pasted into a reply and sent.
What we would like to do is "detect" certain keywords in the emails and automatically send the correct template as a reply (similar to how dell and bigger companies do it)
I'm not looking for any type of code, but a methodology of how to accomplish this efficiently.
My first thought was to parse all messages, save each word occurance and which reply was used in a database, then increment the number of occurances when it was found and replied to. I have no idea if this would work or not, so I thought I would see if anyone has some ideas.
Thanks
The general questions consist of
Do you ship to x
Why is my tax x
Will this item work with my x
How do i return x
Does this come bundled with x
etc, etc..most of the answers are on the website, however people don't seem to read the site and would prefer to send an email
Right now, we have about 5-10 "template" replies which are basically copy/pasted into a reply and sent.
What we would like to do is "detect" certain keywords in the emails and automatically send the correct template as a reply (similar to how dell and bigger companies do it)
I'm not looking for any type of code, but a methodology of how to accomplish this efficiently.
My first thought was to parse all messages, save each word occurance and which reply was used in a database, then increment the number of occurances when it was found and replied to. I have no idea if this would work or not, so I thought I would see if anyone has some ideas.
Thanks