Each auction has a code, i.e. 130-smith or something like that.
I could create a table that looks kind of like this and the table would contain all the information I know I would need to sort the document into the right folder:
- Code: Select all
+--------------+----------------------------------------------------------------------+
| AUCTION CODE | IDENTIFIERS |
+--------------+----------------------------------------------------------------------+
| 130-smith | John Smith, Jane Smith, 130, 130-smith, Smith Estate, 123 Smith Road |
+--------------+----------------------------------------------------------------------+
| 131-jones | Jim Jones, 131, 131-jones |
+--------------+----------------------------------------------------------------------+
I can create a new Hazel rule using this information, but I don't want to have to do that every time we create a new auction.
How can I create a workflow that will automatically create a new Hazel rule each time we create a new auction?
We use Podio to manage our auctions and I can pull the information from there to just about anywhere with Zapier.
I don't know how to get it from Zapier to Hazel, however.
I think it will require copying the data from Podio to my mac and creating a table of some sort. Then, I assume I'll need to use Applescript to reference the data table and pass the information to Hazel. I need help. Thanks in advance.