Question

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

  • 29 April 2024
  • 2 replies
  • 17 views

Badge

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. 


2 replies

Userlevel 7
Badge +36

Hi @cmas!

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

 

- Brian

Badge

Thanks @Brian Turcotte ! 

Reply