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.

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


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.


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


@jayeshkumarbhatia

FYI: Webhooks by Zapier do support GraphQL.


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


@jayeshkumarbhatia 

GraphQL, JavaScript, cURL are all supported for Monday APIs

 


@jayeshkumarbhatia

GraphQL, JavaScript, cURL are all supported for Monday APIs

 

Thanks, I dont know how i missed this.