pub async fn send_email_with_id(
    configuration: &Configuration,
    email_template_id: &str,
    send_request: Option<SendRequest>
) -> Result<SendResponse, Error<SendEmailWithIdError>>
Expand description

Send an email using an email template id. You can optionally provide requestData to access key value pairs in the email template.