Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

How to send an immediate notification for a specific event.


Used example: In this business scenario, the name of an accommodation type has changed and customers that booked this type and arrive within 60 days need to be informed.

How to create a manual task

  1. Enter a name
  2. Choose the context  → reservation
  3. Choose type of trigger → manual
  4. Optional to enter a desciption

 


How to create an action

  1. Enter a name
  2. Choose a type of receiver → customer
  3. Select email report you want to send → "Name change of reserved accommodation"


How to create conditions

  1. Enter a name
  2. And → 
    1. Subcontext: Reservation
    2. Parameter: Location
    3. Operator: Equals
    4. Value: choose the required location
  3. And →
    1. Subcontext: Reserved Item
    2. Parameter: Reserved resource id
    3. Operator: Equals
    4. Value: choose the applicable accommodation type ID
  4. And →
    1. Subcontext: Reservation
    2. Parameter: Arrival date
    3. Operator: Is before or on
    4. Value: Current date (meaning today)
    5. Plus or Minus: Plus 60 days


Back to top


  • No labels