Account Object
Unique billing account
Fields
#
hardBounceLimit
Int !
Non-null
Maximum amount of hard bounces a contact can have before being marked as undeliverable.
softBounceLimit
Int !
Non-null
Maximum amount of soft bounces a contact can have before being marked as undeliverable.
createdBy
String !
Non-null
ID of user who created the account. Refer to the user query to get user information.
modifiedBy
String !
Non-null
ID of user who last modified the account. Refer to the user query to get user information.
dedicatedIps
[ AccountIp !]!
Non-null
Collections of dedicated IP addresses used for sending transactional and marketing emails
Usages
#
References
#
- Field account from Query
- Field createAccount from Mutation
- Field updateAccount from Mutation
Previous
AIRequestSortInput
Next
AccountAddOnHistory