Graphql fields and variables for the email query
Last updated 4 months ago
Was this helpful?
Scope required: standard:read
For a complete list of possible response fields see the type.
query email ($id: ID, $code: String, $format: String) { email (id: $id, code: $code, format: $format) { accountId body bodyRendered contactId contentType createdAt formattedCreatedAt formattedUpdatedAt id recipient statusMessage statusSubtype subject updatedAt uuid } }
id
ID
code
String
format