For the complete documentation index, see llms.txt. This page is also available as Markdown.

quoteSignersSendEmail

Graphql fields and variables for the quoteSignersSendEmail mutation

Send the quote by email to the remaining signers

Scope required: standard:write

mutation quoteSignersSendEmail ($id: ID!) {
  quoteSignersSendEmail (id: $id) {
      errors
  }
}

Arguments

{
  "id": "456123"
}
Name
Type
Description

id

ID

Response

Name
Type
Description

errors

List (String)

Last updated

Was this helpful?