Solved

What Event endpoint should be used for Email metrics in a Flow?


Badge +1

The Get Event end points appear to return person attributes for all metrics except for those generated by Flows. I’d like to export the persons that are opening and clicking emails that they received from my flows.

I found the undocumented Flow end point but it only returns the meta data regarding a flow or list of flows. Is there an end point for persons opening emails sent by a Flow? 

Thanks

icon

Best answer by Taylor Tarpley 28 June 2022, 02:31

View original

3 replies

Userlevel 7
Badge +60

Hi @joe_legends

 

Welcome to the Community! 

 

Yes, the ‘GET’ API endpoints  are very helpful for returning information for profiles, flows, campaigns etc. This should be possibly depending on which GET endpoint you’re using, do you mind sharing which endpoint you have already tried without success?

 

Thanks for sharing your question with the Community!

-Taylor 

Userlevel 7
Badge +60

Hi @joe_legends,

 

After conversing with some specialists, the best way to go would be using this Metric Export endpoint and then use the Where parameter with the $attributed_flow = FLOW_ID as shown in the example.

 

 This should give the results for whatever metric you’re interested in whether it be Opened Email, Clicked Email, etc for the FLOW_ID that you’re looking for!

 

Hope this helps!

-Taylor

Badge +1

Thanks Taylor! I played around with the Metric end point some more and found the flow ID appears in the JSON only when the event is related to a flow. However, I didn’t realize we can query on FLOW_ID which will come in handy!

Reply