Database
Automailer
Automailer

Automailer

Documentation for the Automailer database schema.

Fields

FieldData TypeUsage
companyIdObjectIdUnique reference to company.
branchIdObjectIdUnique reference to branch.
nameStringThe name or title of the automailer.
fromStringStores the from data.
to[String]Stores the to data.
cc[String]Stores the cc data.
bcc[String]Stores the bcc data.
employeeIds[ObjectId]Unique reference to employees.
subjectStringStores the subject data.
contentStringStores the content data.
attachments[String]Timestamp/Date for attachments.
reportContextNumberStores the report context data.
monthNumberStores the month data.
yearNumberStores the year data.
sendDayNumberStores the send day data.
minStringStores the min data.
maxStringStores the max data.
validatorStringUnique reference to validator.
sendTimeStringTimestamp/Date for sendTime.
frequencyStringStores the frequency data.
statusStringTimestamp/Date for status.
lastSentDateStores the last sent data.
nextSendDateStores the next send data.
isPausedBooleanStores the is paused data.
sendLimitNumberStores the send limit data.
sendCountNumberStores the send count data.
extraAttachments[Mixed]Timestamp/Date for extraAttachments.
authorityTypeStringStores the authority type data.
createdByObjectIdTimestamp/Date for createdBy.
metadataMixedTimestamp/Date for metadata.
isDeletedBooleanStores the is deleted data.
deletedByObjectIdStores the deleted by data.
deletedTimeDateTimestamp/Date for deletedTime.