testEmail
Graphql fields and variables for the testEmail mutation
mutation testEmail ($subject: String!, $body: String!) {
testEmail (subject: $subject, body: $body) {
errors
message
success
}
}Arguments
{
"subject": "",
"body": ""
}Name
Type
Description
Response
Name
Type
Description
Last updated
Was this helpful?
