Skip to main content

Hi there,

I’m trying to search and pull information from a system called Hub Planner.

According to the API docs, the POST method is the correct way to handle this. Reference: https://github.com/hubplanner/API/blob/master/Sections/milestones.md#search-milestones

Using the standard POST method (not custom method), when I try to pass the key of project and value of ABC1234, Zapier isn’t returning the correct record match. It does deliver a record though, so there’s no issue with connection.

I have tried a static value of ABC1234, a dynamic value using the field reference, I have even tried hard coding the array of {"$in":f"ABC1234"]}.

Unfortunately, nothing seems to pull the correct information.

Having spoken to Hub Planner support already, they advised this seems to work correctly when using a software such as Postman. It just seems to be Zapier that doesn’t pass the parameter correctly.

Am I misunderstanding the use case, or is this a possible bug within Zapier Webhook?

Thank you,

 

Perhaps my original question is a bit too niche.

I suppose what I could ask is whether there is a way to see the payload being sent by Webhooks by Zapier?

This may help me understand how Zapier is requesting this information.

Thanks.