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.