Skip to main content
Question

Webhook: query string parameters not working with post method

  • September 23, 2024
  • 1 reply
  • 15 views

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":["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,

 

Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

  • Author
  • Beginner
  • 5 replies
  • September 24, 2024

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.