Best answer

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

  • 22 April 2022
  • 1 reply
  • 35 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!

 

 

icon

Best answer by Troy Tessalone 22 April 2022, 20:07

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

Userlevel 7
Badge +14

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.