Sleamhnú go príomh-ábhar

Quotas

Quotas holds document send credits and key contact information for an Organisation. Available to all users (unlike Billing which requires billing permission).

Fields

FieldTypeDescription
docSendCreditIntDocument send credit (null = unlimited / payments in arrears)
bulkSendCreditIntBulk send credit
contactPrimaryEmailAWSEmailPrimary contact email
contactSecondaryEmailAWSEmailSecondary contact email
contactTechnicalEmailAWSEmailTechnical contact email

Query

Accessed via Organisation.quotas:

query GetQuotas($orgId: ID) {
organisation(id: $orgId) {
quotas {
docSendCredit
bulkSendCredit
contactPrimaryEmail
}
}
}
  • Organisation — the parent organisation
  • Billing — detailed billing information (requires permission)

Export This Article

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