Add new emails parsed by mailparser.io as rows to your MySQL database
The information you extract from those emails should be safe and accessible—a database is a perfect place for it. Set up this mailparser.io—MySQL integration and we'll take care of everything, too. Whenever a new message is parsed by mailparser.io after that, Zapier will automatically add the details to your MySQL database as a new row to be accessed when you need it.
The information you extract from those emails should be safe and accessible—a database is a perfect place for it. Set up this mailparser.io—MySQL integration and we'll take care of everything, too. Whenever a new message is parsed by mailparser.io after that, Zapier will automatically add the details to your MySQL database as a new row to be accessed when you need it.
InboxRequired
Try ItTable/ViewRequired
We expect at least one unique (and usually autoincrement) primary key column so we can deduplicate records properly! Otherwise we will make a best guess on a random column to use to deduplicate.
Order By
Highly recommended! Usually you want the results to be most recent first so we can skim off only new results, so choose something like
date_created
or your autoincrementid
. Column names that contain a space must be enclosed within brackets[ ]
.Dedupe Key
We default to what the primary key is on the table as the unique key to deduplicate on. If you prefer another field, select it here.
Try ItNew Table
Triggered when you add a new table.
Try ItTableRequired
Table/ViewRequired
Try ItQueryRequired
Query results must have a unique
id
field so we can deduplicate records properly! Otherwise we will make a best guess. You must also include desired ordering and limiting in the query.Note: This query must run in less than 30 seconds and it is recommended that you return no more than 5,000 rows
Try ItTable/ViewRequired
Primary KeyRequired
Usually something auto-incremented like
id
. Must be unique. Column names that contain a space must be enclosed within brackets[ ]
.Order ByRequired
Usually something like
date_updated
orlast_modified
. This should ideally be a datetime column that is set to the current datetime whenever a row is updated.Trigger Column
Trigger on changes to cells in this column only. Leave blank if you want to trigger on changes to cells in all columns.
Try ItTableRequired
ID ColumnRequired
Related categories
Related categories
Get started for free
You can't add more hours to the day. Zapier is the next best thing.