email

Graphql fields and variables for the email query

Scope required: standard:read

For a complete list of possible response fields see the Email 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
  }
}

Arguments

Name
Type
Description

id

ID

code

String

format

String

Response

Last updated

Was this helpful?