This action will trigger an AirMenu promotion.
- API endpoint slug
- airmenu.trigger_promotion
- Filter code method
- Airmenu.triggerPromotion.skip(string?: reason)
- Runtime method
- runAction("airmenu.trigger_promotion", {})
Action fields
- Label
- What's the enterprise to the place the order?
- Slug
- enterpriseId
- Required
- true
- Can have default value
- false
- Label
- What's the promotion name to trigger?
- Slug
- promotion_name
- Required
- true
- Can have default value
- true
- Filter code method
- Airmenu.triggerPromotion.setPromotionName(string: promotionName)
- Label
- What's the amount to be paid in this promotion?
- Slug
- value_paid
- Required
- true
- Can have default value
- true
- Filter code method
- Airmenu.triggerPromotion.setValuePaid(string: valuePaid)
- Label
- What's the email of the person who will get the promotion?
- Slug
- user_promo_email
- Required
- true
- Can have default value
- true
- Filter code method
- Airmenu.triggerPromotion.setUserPromoEmail(string: userPromoEmail)