Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| a_f:a:send [2022/09/01 01:23] – ↷ Page moved from a_f:3100_actions:send to a_f:a:send administrator | a_f:a:send [2023/05/09 01:45] (current) – sean | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{tag>Actions | + | {{tag>Index Action |
| ====== SEND ====== | ====== SEND ====== | ||
| Line 10: | Line 10: | ||
| ===== Example ===== | ===== Example ===== | ||
| - | <code aim>SEND ReservationOfferEmail TO Reservation.Member</ | + | <code aim>SEND ReservationOfferEmail TO Reservation.Member </ |
| Note that the receiver of the notification must be an intelligent business object with active communication channels. | Note that the receiver of the notification must be an intelligent business object with active communication channels. | ||
| Line 16: | Line 16: | ||
| The '' | The '' | ||
| - | <code aim>SEND ReservationOfferNotification TO Reservation.Member VIA Email</ | + | <code aim>SEND ReservationOfferNotification TO Reservation.Member VIA Email </ |
| If the '' | If the '' | ||
| Line 22: | Line 22: | ||
| The '' | The '' | ||
| - | <code aim>SEND ReservationOfferNotification TO Reservation.Member USING EmailAccount</ | + | <code aim>SEND ReservationOfferNotification TO Reservation.Member USING EmailAccount </ |
| 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. | 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. | ||
| Line 30: | Line 30: | ||
| For example, | For example, | ||
| - | <code aim>SEND Reply TO EmailSender</ | + | <code aim>SEND Reply TO EmailSender </ |