Skip to content

๐Ÿ”„ Magic Promo Code Used

Topic: MAGIC_PROMO_CODE_USED

What It Does

A magic promo code was used in the Internet Booking Engine, applying a discount to the reservation prices.

โš ๏ธ Only available for LIKE MAGIC IBE

โš ๏ธ Only available for PMS Apaleo

Key Info

  • Object: Magic Promo Code
  • Actors: Guest
  • Source: GUEST_JOURNEY

When It Fires

  • Guest uses a magic promo code during IBE.

Context Data

{
  "reservations": [
    {
      "id": "AQPWMTNV-1"
    },
    {
      "id": "AQPWMTNV-2"
    }
  ],
  "magicPromoCode": {
    "type": "PERCENTAGE",
    "amount": {
      "amount": 510,
      "currency": "EUR"
    },
    "promoCode": "123456789",
    "singleUse": true,
    "percentage": "5.8",
    "discountHidden": true
  }
}

What To Do With It

  • Track promo code usage - Monitor which promo codes are being used and how often.
  • Analyze discount impact - Collect data to analyze the financial impact of discounts on reservations.
  • Update customer profiles - If applicable, associate promo code usage with the guest's profile for marketing purposes.