woodennickel
Member
Here is my challenge: I receive bills, e.g., hydro, that are just notifications of a bill. I have to sign in for each client into their hydro account, get the bill, and save it to my PC. Then I have to upload the bill to the OCR processing software (e.g., Dext / ReceiptBot).
Here is what I was looking at doing:
- Manually sign into the client.
- Get the bill and save it to a Dropbox folder.
- Pabbly trigger: When a new file is in a Dropbox folder then...
- Action: Send Email via Gmail.
However, where I am stuck is getting that NEW file from Dropbox attached to the gmail email.
Then as a subsequent step I would delete the file from the Dropbox folder once the email is sent.
I see I can send an attachment with Gmail, but it's getting the right attachment from the Dropbox folder that is my first hiccup.
Now, if I wanted to use a webhook/API with Receipt-Bot, they seem to have the ability to upload documents directly to the client without the need for emailing the attachment as another option. Yet, it's still a question of getting the right document to upload. https://documenter.getpostman.com/view/14388213/2s83mbrQy3
Any advice or direction? I see lots of documentation on saving a file to eg. onedrive, but not how to pick a document out of a file folder to forward as an attachment.
Thanks