Skip to main content
Best answer

Create board in monday.com on specific workplace

  • 24 September 2021
  • 7 replies
  • 281 views

Is there a way to create new board that goes to a specific workplace? the default “create board” goes directly to main workplace.

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

7 replies

Userlevel 7
Badge +14

Hi @wearemarque 

This can be done using the Monday API: https://api.developer.monday.com/docs/boards#create-a-board

App APIs can be used in Zaps with the Code app or Webhooks app.

Webhooks: https://zapier.com/apps/webhook/integrations

Code: https://zapier.com/apps/code/help

Userlevel 6
Badge +6

Hi @wearemarque , The best solution is to reach out to Zapier team on https://zapier.com/app/get-help

Monday API’s are GraphQL which Webhooks by Zapier do not support.

Userlevel 7
Badge +14

@wearemarque

You can hire a Zapier Expert to help you with this: https://experts.zapier.com/

And to clarify, Webhooks by Zapier do support GraphQL.

I’ve used Monday’s APIs on many client projects.

Userlevel 7
Badge +14

@jayeshkumarbhatia

FYI: Webhooks by Zapier do support GraphQL.

Userlevel 6
Badge +6

Thanks for the clarification @Troy Tessalone . I thought we can connect only REST API's via Webhooks by Zapier.

Userlevel 7
Badge +14

@jayeshkumarbhatia 

GraphQL, JavaScript, cURL are all supported for Monday APIs

 

Userlevel 6
Badge +6

@jayeshkumarbhatia

GraphQL, JavaScript, cURL are all supported for Monday APIs

 

Thanks, I dont know how i missed this.