Skip to main content

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!

 

 

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.