Send HTML Transactionalpost https://{APP_DOMAIN}/api/3.2/messages/transactionalsSends a custom HTML transactional email to a specific recipient. Optionally wrap with a template and replace macros.Body ParamsBody ParamsemailstringrequiredEmail to send the transnational message.htmlstringrequiredHTML content to be sentsender_idintegerrequiredSender ID used to send the message.reply_idintegerrequiredSender ID used in the reply to.subjectstringThe email subject linepublication_idintegerThe ID of the publicationtemplate_idintegerThe ID of the template to wrap the HTML content withbindingintegerThe binding to use for sending. Defaults to the sender's publication binding if not provided.variablesarray of stringsAn array of variables that you wish to be replaced when the email is sentvariablesADD stringpreview_linestringThe preview line of the auto responder.Response 201The created Html TransactionalUpdated 20 days ago