Email Connector in Camunda 8 (SaaS)

Hello,

I trying to use the Email Connector of Camunda 8 to send emails from the process (Email Connector | Camunda 8 Docs). I am using SMTP with my google email. I enabled SMTP in my email settings and created an application password which I am using in Camunda.

However, when the connector activity is executed I get the following error: "
{“type”:“jakarta.validation.ValidationException”,“message”:“HV000090: Unable to access isEmailMessageValid.”}". I would like to understand the meaning of this error and get some help on how to resolve it.

Below is the connector attributes extracted from operate (sensitive info are anonymized with ****)

authentication: {“type”:“simple”,“username”:“@gmail.com",“password”:"”}

data: {“smtpConfig”:{“smtpHost”:“smtp.gmail.com”,“smtpPort”:“587”,“smtpCryptographicProtocol”:“TLS”},“smtpActionDiscriminator”:“sendEmailSmtp”,“smtpAction”:{“from”:“@gmail.com",“to”:@gmail.com”,“subject”:“test”,“body”:“test”}}

error: {“type”:“jakarta.validation.ValidationException”,“message”:“HV000090: Unable to access isEmailMessageValid.”}

protocol: “smtp”

Best regards,
Amine

Hi @Amine_Abbad_andalous - it sounds like you are attempting to use a value in a JSON object that doesn’t exist. Can you attach your BPMN model, or show a screenshot of all the properties of the email task?

Hi Nathan,

Thank you for your reply. I tried earlier, with the same model, same config and things seem to work fine again. Problem resolved!

Best regards,
Amine