ENUM
EmailStatus
The status of an Email
.
link GraphQL Schema definition
- enum EmailStatus {
- # The email was sent successfully
- # The email was bounced by the recipients mail server
- # The email was rejected by the recipients mail server
- # The email failed to send through the mail processor. This indicates a fatal
- # error
- # The email was opened by the recipient
- # The email was sent, but the receiving server has indicated that emails are being
- # delivered to it too quickly and that Mandrill should slow down sending
- # temporarily
- # The email was unable to be delivered because the recipient's email address is
- # invalid
- # The email was unable to be delivered because of a temporary issue with the
- # recipient's inbox
- # The email recipient clicked a link in the email
- # The email recipient marked the email as spam
- # The email recipient unsubscribed from seeing any additional emails
- # The email has been processed and is in progress.
- }
link Require by
- AccountA customer account.
- ContactA contact person.
- EmailAn email.
- EmailClickA single click for a sent email.
- EmailOpenA single open for a sent email.
- NetworkSiteA network site.
- PurchaseOrderA purchase order for items from a third party vendor.
- Querynull
- SmtpEventA single SMTP event for an email.
- TicketA ticket.
- TicketReplyA reply on a `Ticket`.
- UserA user that can login to Sonar.
- VendorA third party vendor of inventory models.