Skip to main content
Best answer

New Push trigger passing fields to Webhook, Error: The app returned “query failed validation.

  • April 22, 2022
  • 1 reply
  • 36 views

Hello!

 

I’m trying to trigger a webhook with a Push trigger, but it seems the Push is passing some fields to the webhook causing it to return errors in this form:

"query.title should not be present, instead was 'Zapier. Inc.'"

Any thoughts on how to avoid this? Thanks!

 

 

Best answer by Troy Tessalone

Hi @MatthewC 

Good question.

Looks like you are trying to use a GET request, which expects query string parameters per the note underneath the section.

Instead use Custom Request - GET.

 

View original
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

Troy Tessalone
Forum|alt.badge.img+14
  • Zapier Expert
  • 31058 replies
  • Answer
  • April 22, 2022

Hi @MatthewC 

Good question.

Looks like you are trying to use a GET request, which expects query string parameters per the note underneath the section.

Instead use Custom Request - GET.