Skip to main content

createDocument

Create a new document in a team. For most use cases, the send mutation is preferred as it creates and sends in a single call.

Input

documentCreateInput

Return Type

ID

Example

mutation CreateDocument {
createDocument(input: {
groupId: "Z3JwMTIzNDU2"
templateId: "dHBsMTIzNDU2"
title: "Draft Contract"
})
}

Export This Article

Save a copy of this page as PDF or plain text.