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.setPromotion Name(string: promotion_name)
- 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.setValue Paid(string: value_paid)
- 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.setUser Promo Email(string: user_promo_email)