has anyone come across an example how to find a list of emails in a Highrise app dating back X days?
We have a large database of customers and the solution I had in mind:
- get all people
- get emails for each of them
- parse results / filter by date
seems too inefficient
maybe getting the last email ID and traverse back until -X days would be better? Is it possible to find the last email ID then?
I do not care which API wrapper to use, but have been playing with https://github.com/AppSaloon/Highrise-PHP-Api
thanks