Skip to main content
Best answer

Create board in monday.com on specific workplace

  • September 24, 2021
  • 7 replies
  • 300 views

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

Best answer by Troy Tessalone

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

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

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • Answer
  • September 24, 2021

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


jayeshkumarbhatia
Forum|alt.badge.img+7

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.


Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • September 24, 2021

@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.


Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • September 24, 2021

@jayeshkumarbhatia

FYI: Webhooks by Zapier do support GraphQL.


jayeshkumarbhatia
Forum|alt.badge.img+7

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


Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • September 24, 2021

@jayeshkumarbhatia 

GraphQL, JavaScript, cURL are all supported for Monday APIs

 


jayeshkumarbhatia
Forum|alt.badge.img+7

@jayeshkumarbhatia

GraphQL, JavaScript, cURL are all supported for Monday APIs

 

Thanks, I dont know how i missed this.