Skip to main content
10-Marble
October 5, 2021
Solved

Email notification from the service

  • October 5, 2021
  • 1 reply
  • 1200 views

Good time! Can you please tell me if it is possible to create a notification from the service using MailServer? Or just a subscription? There is a service that returns statuses and some more data, it is necessary to send a notification by email according to the status data. Or is it necessary to create a separate property and a subscription for it and embed it in the service?

thanks!

Best answer by PaiChung

The 'MailServer' Thing has a Service called SendMessage

You can create a service and trigger that from any event to invoke the SendMessage with the necessary information.

1 reply

PaiChung22-Sapphire IAnswer
22-Sapphire I
October 5, 2021

The 'MailServer' Thing has a Service called SendMessage

You can create a service and trigger that from any event to invoke the SendMessage with the necessary information.

10-Marble
October 5, 2021

That is, it is also normally called from the service? I only called it from subscriptions, so I decided to clarify