Cumulocity send email API endpoint

What product/components do you use and which version/fix level?

Cumulocity 10.13.xxxx

What are trying to achieve? Please describe in detail.

Is there a way to send email through Cumulocity? Is there an API endpoint to send emails through Cumulocity build-in SMTP service?

Hi Nick,

you can send emails via Apama EPL apps:

using com.apama.cumulocity.SendEmail;

send SendEmail(EMAIL_SUBJECT, emailMessage, EMAIL_SENDER, [EMAIL_RECIPIENT], new sequence<string>, "", new dictionary<string,string>) to SendEmail.SEND_CHANNEL;

not sure if there is anything available for the Microservice SDK.

Best regards
Christian

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.