Skip to main content

sendBulk

Dispatches all queued documents in a bulk send task. Call this after startBulk and addBulkDocument.

The full bulk flow is:

  1. startBulk → returns bulk ID (UUID)
  2. addBulkDocument × N → queue documents
  3. sendBulk → sends all queued documents

Input

SendBulkInput

Return Type

ID

Example

mutation SendBulk {
sendBulk(input: {
groupId: "Z3JwMTIzNDU2"
bulkId: "285f1987-e754-4e82-8d70-13befa0d2900"
name: "March Contracts"
enforceOrder: false
notifySender: false
notifySenderAttach: false
notifyParticipants: false
notifyParticipantsAttach: false
})
}

Export This Article

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