Skip to main content
Solved

API Endpoint that Returns a list of profiles in a Flow filtered via Recipient Activity

  • April 29, 2024
  • 2 replies
  • 37 views

Forum|alt.badge.img
  • Contributor I
  • 1 reply

I tried finding an answer to this question but I wasn’t able to find one. I could have missed it too so I apologize ahead of time if the answer is available somewhere. 

 

When you view a Flow, you can view Recipient Activity which contain profiles filtered by Waiting, Needs Review, Recipients, Opened, etc. Is there an API endpoint that would do something similar? For example, can I make an API request to a Flow, and respond back with a JSON of all the profiles along with the scheduled send date/time that are in the Waiting status? The JSON would contain data that looks like:
{
     “email”: “johndoe@acme.com”,

     “schedule”:”2024-05-10T08:30:00” 
}

 

Any help or suggestions would be greatly appreciated. 

Best answer by Brian Turcotte

Hi @cmas!

This is not possible with our current APIs, but I will update the thread if anything changes in the future!

 

- Brian

View original
Did this topic or the replies in the thread help you find an answer to your question?

2 replies

Brian Turcotte
Forum|alt.badge.img+37
  • Klaviyo Alum
  • 1393 replies
  • Answer
  • April 30, 2024

Hi @cmas!

This is not possible with our current APIs, but I will update the thread if anything changes in the future!

 

- Brian


Forum|alt.badge.img
  • Author
  • Contributor I
  • 1 reply
  • May 1, 2024

Thanks @Brian Turcotte !