Best answer

No Query String was Present

  • 26 February 2021
  • 2 replies
  • 635 views

Userlevel 1

Hi @Troy Tessalone and Zap Community. 


I saw you were helping another community member with their Zap, and I am in a similar position. But never saw the solution as the initial request got dropped.

Goal: I am trying to use Zapier to Automate the Creation of a Monday Workspace when a Webhook catches a change. 
Step 1 works. 
Step 2 does not, as I get two different errors. 

Monday Workspace Documentation: https://monday.com/developers/v2#mutations-section-workspaces

Two errors I experience: 

E1: "No Query String was Present" when I do not set up a header of "content-type"
E2: "The APP returned bad request" the same setup and ADD in the "content-type".

Here is a link to images, I truly hope you are able to assist me. 

Thank you in advance. Corey

https://drive.google.com/drive/folders/1B-iz7vheF9O1oWu-aWC4X4ppk4WURFqk?usp=sharing

icon

Best answer by Troy Tessalone 26 February 2021, 16:33

View original

2 replies

Userlevel 7
Badge +14

Hi @coreymasson 

Try using the POST method instead of the Custom method with 1 parameter of query (on the left side) then the JSON based on examples from the Monday.com API (on the right side) which shouldn’t need any characters escaped with a leading “\”.

Userlevel 1

Hi @Troy Tessalone, genius. 

I truly appreciate your assistance. I have read a few posts from you, and you’re truly professional and thoughtful.


Thank you.

Reply