Skip to main content

createTemplateElement

Create a new element (field) in a template — such as a signature, text input, checkbox, or date field.

Input

templateElementCreateInput

Return Type

ID

Example

mutation AddField {
createTemplateElement(input: {
templateId: "dHBsMTIzNDU2"
elementType: "signature"
label: "Signature"
ax: 100
ay: 200
bx: 300
by: 250
page: 1
signer: 1
role: "Signer"
optional: false
})
}

Export This Article

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