SEND Action
The SEND action allows sending a notification to a particular notification receiver. For example,
SEND ReservationOfferEmail TO Reservation.Member
The receiver of the notification must be an intelligent business object with active communication channels (see Intelligent Business Objects).
The VIA keyword can be used to indicate the specific channel through which a notification will be sent, for example
SEND ReservationOfferNotification TO Reservation.Member VIA Email
If the VIA keyword is not specified, the default channel of the business object is used.