Sending A Email to person-in-charge when there is no files attached
Hi there,
I'm wondering if there's a way to send an email reminder to a specific email address / person in-charge of the project, if there's no attachment, 1 day after the creation of the item.
Thank you
-
Hello Zhao,
This can be easily done in Workflow Automation.
- When item is created -> Capture date of item creation and add one day and store that date in a hidden field under the same item
- create another date flow which is triggered when the hidden field matches current date, when this flow is triggered, make an API call to Podio API to get files on the single item.
- Podio API returns an array of files, if that array length is 0 then you can be sure no file is attached and you can send an email requesting files, if there is a file attached, return out of the flow
I can help you get this done quickly, let me know if you need any help?
Thanks!
Please sign in to leave a comment.
Comments
2 comments