Send Email on Event creation using Web SDK

Product/components used and version/fix level:

Cumulocity IoT 10.18

Detailed explanation of the problem:

Is there a way to send an email to the user when an event is created on the platform using Angular Web SDK. I know its possible in Apama but couldn’t figure out how to do it using Web SDK.

Hi Balpreet,

There is nothing directly included in the Web SDK regarding sending emails, but you could of course do a REST call to some endpoint which will send out the email.
If you are able to send emails from apama by listening on a cumulocity event, you could also create such an event from the UI and let apama take care of sending the email.

Regards,
Tristan