0

I am trying to get all emails that were sent to all contacts of a specific Tag.

I was checking Graphly and I noticed that they have this reporting called "Daily & Hourly Email Engagement" and they were able to group by an email to a specific Tag.

Here is their feature of that function: enter image description here

I am aware that Infusionsoft has an API for Email. But their API does not support grouping of emails by tags. They only have parameters of contact_id and email.

How did Graphly did their's? Am I missing something here?

I have been wondering for the past 3 days already. Your help is a gold mine to me!

Thanks.

PinoyStackOverflower
  • 5,214
  • 18
  • 63
  • 126

1 Answers1

0

I suppose they may combine results of several API requests. For example, it's possible to load contacts by a tag and use contact id in list emails request.

There's also some chance a legacy API data is in use.

Y. E.
  • 687
  • 1
  • 10
  • 29