Graphql fields and variables for the email query
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
}
}Arguments
Name
Type
Description
Response
Last updated
Was this helpful?
