Skip to main content

CloudStore

A CloudStore connects a Group to external cloud storage for automatic transfer of completed documents. Supported providers are SharePoint and Amazon S3.

Fields

FieldTypeDescription
organisationIdID!Organisation ID
groupIdString!Group ID
locationCloudStoreLocationSHAREPOINT or S3
contactEmailAWSEmailContact email for notifications
connectedBooleanWhether the connection is active
cloudstoreIdIDUnique identifier
createdAWSDateTimeWhen the connection was created
userIdStringUser who created the connection

Naming Options

FieldTypeDescription
namingDateformatStringDate format for file naming
namingSlugifyBooleanSlugify file names
namingDateFormAddBooleanAdd date to file names

Transfer Options

FieldTypeDescription
removeTemplateBooleanRemove template after transfer
removeDocumentBooleanRemove document after transfer
storeDelayIntDelay before transfer (seconds)

Relationships

FieldTypeDescription
connectionCloudStoreConnectionConnection details (root, folder, username, password)

Query

CloudStore is accessed as a field on Group:

query GetGroupCloudStore {
group(id: "Z3JwbGVnYWxlc2lnbxRldg==") {
cloudStore {
location
connected
contactEmail
connection {
root
folder
}
}
}
}
  • Group — the group this cloud store belongs to

Export This Article

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