Skip to main content

New `create_doc` mutation

  • June 22, 2023
  • 4 replies
  • 549 views

rachelatmonday
Forum|alt.badge.img

Due to popular demand, we’re excited to present the brand new create_doc mutation that allows you to create a new doc in a document column! Check out the documentation and give it a try 📃

mutation {
  create_doc (location: { board: {item_id: 1234567890, column_id: "monday_doc"}}) {
    id
  }
}

4 replies

  • New Participant
  • August 6, 2023

Is there a way to change the document name from “Untitled” on creation? I read through the docs and did not see any mentions for modifying the document name.


rachelatmonday
Forum|alt.badge.img
  • Author
  • monday.com Team Member
  • August 7, 2023

Hi @dreww,

Welcome to the community!

At this moment, we don’t support that, but I gave the team your feature request 😃 Let us know if you have any other questions.

Best,
Rachel


rachelatmonday
Forum|alt.badge.img
  • Author
  • monday.com Team Member
  • August 11, 2023

Hi @dreww,

Just wanted to follow up directly 🙂

We just added the option to create a new document in a workspace. When creating the doc there, you have the option to create a custom name. I still put in that feature request to create a doc with a custom name in a monday doc column.


dipro
Forum|alt.badge.img
  • Leader
  • August 24, 2023

2 posts were split to a new topic: How to create a doc and add content to it?