ENUM
EmailTrigger
The event that triggers a specific Email
.
link GraphQL Schema definition
- enum EmailTrigger {
- # A user forgets their password and requests a new one
- # A new user is created
- # A credit card is expiring
- # An automatic payment succeeds
- # An automatic payment fails
- # A payment succeeded
- # A payment failed
- # Billing runs successfully for an account
- # An initial invoice is generated for a newly activated account
- # An account becomes delinquent
- # An invoice is due in X days
- # An invoice will become delinquent in X days
- # An invoice is past due for X days.
- # An invoice has been delinquent for X days
- # An account is activated for the first time
- # A contract pending signature is emailed to a contact
- # A late fee is applied to an account
- # A credit card or bank account payment is refunded
- # A job is scheduled
- # An account hits X% of their bandwidth cap
- # A signed contract is emailed to a contact
- # An invoice is manually emailed to a contact
- # A receipt for a payment.
- # An account address is changed.
- # A contact's password is changed.
- }
link Require by
- CreateTriggeredEmailMutationInputThe input object that defines the fields for the createTriggeredEmail mutation.
- EmailCategoryA categorization of an `Email` by type.
- MessageCategoryA categorization of a message by type.
- Querynull
- TriggeredEmailAn `Email` that is sent when a particular event occurs.
- UpdateTriggeredEmailMutationInputThe input object that defines the fields for the updateTriggeredEmail mutation.