Forum Discussion
There are two adds on I know that will receive incoming emails and parse them to write out a quickBase record.
Juiced tech has an email parser. https://www.juicedtech.com/email-parser
Soft Tech Experts also has one. https://www.softtechexperts.com/
or else perhaps a pipeline could accept the email and then you would need to figure out how to parse the response.
Mark
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------
- ChayceDuncan2 years agoQrew Captain
Is your intent that the 'reply' will prepopulate the email with the content you're looking to confirm / gather? You can get really creative with a mailto in a <a> tag that prepopulates the entire thing for them to fill something in or say yes / no etc.
Like:
<a href='mailTo:inbox@company.com?subject=Confirmation&body=Fill in whatever HTML data you want to prepopulate>Reply</a>
You could fill in the body with whatever Quickbase data or format you were looking to collect.
Then to Marks point your could use Pipelines or the native Connected Table Sync to parse out their responses / look for certain values as their sign off.
------------------------------
Chayce Duncan
------------------------------- AdamKrzyzanek2 years agoQrew Captain
Yes I know that I can use Mailto for this to construct
What I find difficult to imagine is:
1) Where to send this mail (to which mail address as reply) - We use MS Office Outlook.
2) How Pipeline should reach for this mail with answer (should I use Search Email?)Any idea for such process??
How do you see that after I send mail it is add to "Table" where later Quickbase pull it by "Native Connected Table Sync"
------------------------------
Adam Krzyzanek
------------------------------- ChayceDuncan2 years agoQrew Captain
The email would be up to you - I would suggest making a new email address like replies@companyname.com that you set up specifically for this process so that you don't get any additional traffic that you have to worry about.
As for the Pipeline - you would do the trigger when a new email is received
And then from there if you needed to search attachments or search for more detail you would use the query features based on the outlook ID of the email received.
------------------------------
Chayce Duncan
------------------------------