ElasticEmail / ElasticEmail.WebApiClient-php

Easily send emails with Elastic Email using Web API PHP Client https://elasticemail.com/
MIT License
22 stars 17 forks source link

Api returns different set of data for LoadHistory than is seen in UI #10

Open AlexAscherson opened 5 years ago

AlexAscherson commented 5 years ago

Hey guys,

Was just checking out using the api to load the history for a contact, aka see a list of what what emails we have sent them via the api.

When I look an email up via the api, I get only a fraction of the contact history though the completeness of this list seems to vary from contact to contact.

I am looking at one contact that only returns 4 items from this lookup, whereas the web interface indicates over 20.

This is the UI url im using in the ui: https://elasticemail.com/account#/activity/emails?search=email_address_here and in api: https://api.elasticemail.com/v2/contact/loadhistory?apikey=key_here&email=email_here

While perhaps not specifically a problem with the php client since this seems to be an issue with the api itself, would it be possible to investigate whats going wrong here / point me towards some explanation of what im doing wrong if thats the case?

Thanks!

ryancwalsh commented 4 years ago

Did they ever help you?