I really wish zapier would show me the actual request and reply from the server. In a previous step, I pulled a list of dates for public meetings. In this step, one of those dates gets submitted and returns a JSON list of agenda items. It works great in cURL. Zapier? Not so much.
At first, I tried a standard POST hook with unflattening turned on. Well, it put the underscores in the API call anyway.
here’s what that returned
So I tried putting all the fields in a single “Keywords” item, like so: k{"ID":102,"Value":"9/21/2021","KeywordOperator":"="}] - which returned the same error.
So, the custom request was my next try.
Here’s what pops up for just a second while it makes the call
It looks good to me - but I can't actually see the raw request or the response. Here’s what I get back:
However, cURL returns what I need. Here’s a partial response below.
{"Data":w{"ID":"2013344","Name":"Agenda Item No. C01 - CC Agendas for Council Meeting of 9/7/2021","DisplayType":"OleActivePage","DisplayColumnValues":null},{"ID":"2013010","Name":…
What am I missing?