I reviewed the API v2 documentation and the API code for `Transactional_emailsController.php`, but I still do not understand how MailWizz API is used for sending a transactional email.
Is this the endpoint I'm supposed to use: https://api-docs.mailwizz.com/#create-a-transactional-email ?
Which property do I set for using a template, is it `template_uid`...?
And how do I pass data variables like ['activationUrl' => '...', 'username' => '...', etc].
Or, do I have to manually get the template content, interpolate the data variables, and pass that content as the `body` property?
Also, once I "create" a transactional email, I'm assuming it will be queued and sent once the cron task triggers?
Is this the endpoint I'm supposed to use: https://api-docs.mailwizz.com/#create-a-transactional-email ?
Which property do I set for using a template, is it `template_uid`...?
And how do I pass data variables like ['activationUrl' => '...', 'username' => '...', etc].
Or, do I have to manually get the template content, interpolate the data variables, and pass that content as the `body` property?
Also, once I "create" a transactional email, I'm assuming it will be queued and sent once the cron task triggers?