Hello, I'm having automation that send multiple mails with attachments on daily basis and mail recipients are expected to download and use received files. Is there a way to extract download attachment count per message Id from the API? In "Sent" in the web form there is such summary, and it is more convenient to automatically aggregate such info instead of browsing through file download receipts. BR, Daniel Dimitrov
Nowadays this statistics are not available via API. If it helps bit there is possible to export that information to a CSV file in "Admin > Data > Messages > Export CSV" and filter/sort the download counts from there.
Hello, i currently encounter teh same problem and like to ask if something changed and if tehre is a way to check if an item was already downloaded by accessing it's download amount ?
If it helps nowadays LF has Download Log API. You can view who downloaded what and when from LiquidFiles: https://docs.liquidfiles.com/api/v4.2/download_log.html
Yes it helps somewhat but requires an extra step. Adding the field downlaoded_at in a future patch to the attachment api would be helpfull.