What I can't figure out is how to search by email_id. No matter what I do, I just end up with the first 10 of the whole list. My list_info data is:
- {
- "list_info":{
- "search_fields":{
- "email_id":"someone@somewhere.com"
- }
- }
- }
I've tried setting that as the body and as a param. Nothing seems to work.
Strangely, I'm getting a human-readable page back from the API when I attach the list_info to parameter input_data:
Doesn't seem like that's proper for an API to return. I'm used to getting the JSON errors (FAR too used to that!)
For reference, I'm working in Postman now, with the intent to eventually shove all this into an Azure logic app.
Thanks in advance for any advice you can offer!