emailDeliverability
Operator only (is_operator). Everything this API knows about whether an address can be emailed: its stored status, whether its domain is suppressed, and the recent SES events for it (the send written when the message was handed to SES, and the delivery / bounce / complaint that came back on the SNS webhook).
emailDeliverability(
email: String!
eventLimit: Int = 20
): EmailDeliverability!
Arguments
emailDeliverability.email ● String! non-null scalar
Address to look up. Matched exactly.
emailDeliverability.eventLimit ● Int scalar
How many recent events to return, newest first.
Type
EmailDeliverability object
Everything this API knows about whether an address can be emailed, and why.