Mutation.sendEmailTemplateTest
Render + enqueue a test send of this template to an address (uses store default sender). When subject+html are both supplied the content is rendered raw (unsaved); otherwise the saved template is rendered. sampleData merges over the default {first_name, email} context.
ReturnsBoolean!
Signature
sendEmailTemplateTest(id, sender_id, to, subject, html, sampleData):Boolean!Render + enqueue a test send of this template to an address (uses store default sender). When subject+html are both supplied the content is rendered raw (unsaved); otherwise the saved template is rendered. sampleData merges over the default {first_name, email} context.
idIDsender_idIDtoString!subjectStringhtmlStringsampleDataJSON
