emailRetry
Graphql fields and variables for the emailRetry mutation
Retry sending an email
Scope required: standard:write
mutation emailRetry ($uuid: String!) {
emailRetry (uuid: $uuid) {
email {
accountId
body
bodyRendered
contactId
contentType
createdAt
formattedCreatedAt
formattedUpdatedAt
id
recipient
statusMessage
statusSubtype
subject
updatedAt
uuid
}
errors
}
}
Arguments
{
"uuid": ""
}
Name
Type
Description
uuid
String
Response
Name
Type
Description
errors
List (String)
Last updated
Was this helpful?