Show pageOld revisionsBacklinksExport to PDFExport Page to HTML/PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. {{tag>Index Action Action_List Service Process Business_Rule}} ====== SEND ====== This action allows sending a notification to a particular notification receiver. ===== Syntax ===== ''SEND'' Id() ''TO'' AttributeIdentifier () [ ''VIA'' ChannelName ] [ ''USING'' AttributeIdentifier () ] ===== Example ===== <code aim>SEND ReservationOfferEmail TO Reservation.Member </code> Note that the receiver of the notification must be an intelligent business object with active communication channels. The ''VIA'' keyword can be used to indicate the specific channel through which the notification will be sent, for example <code aim>SEND ReservationOfferNotification TO Reservation.Member VIA Email </code> If the ''VIA'' keyword is not specified, the default channel of the business object is used. The ''USING'' keyword can be used to send emails using a particular email account, for example: <code aim>SEND ReservationOfferNotification TO Reservation.Member USING EmailAccount </code> Here the instance of the EmailAccount object is taken from the Context and it should contain email account values to use when sending an email (host server, port, authentication details etc). Therefore, the object representing an account must have certain attributes defined. The definition of such an object can be created in the Configuration Tool using the “Add Outgoing Email Account” command. When processing incoming emails (in the rules attached to the IncomingEmail notification), the reply can be sent to the predefined business object called EmailSender. For example, <code aim>SEND Reply TO EmailSender </code> Last modified: 2023/05/09 01:45 Log In