sendBulk
Dispatches all queued documents in a bulk send task. Call this after startBulk and addBulkDocument.
The full bulk flow is:
startBulk→ returns bulk ID (UUID)addBulkDocument× N → queue documentssendBulk→ sends all queued documents
Input
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
})
}
Related
- addBulkDocument — queue documents
- startBulk — trigger sending