AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
AirMenuAirMenu

Activate an AirMenu flag

This action will activate an AirMenu flag.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This action will activate an AirMenu flag.
API endpoint slug
airmenu.activate_flag
Filter code method
Airmenu.activateFlag.skip(string?: reason)
Runtime method
runAction("airmenu.activate_flag", {})

Action fields

Enterprise ID Dropdown list

Label
What's the enterprise to the activate the flag?
Slug
enterpriseId
Required
true
Can have default value
false

Flag key Text input > Short text

Label
What's the key of the flag to be to activated?
Slug
flag_key
Required
true
Can have default value
true
Filter code method
Airmenu.activateFlag.setFlagKey(string: flagKey)

Order ID Text input > Short text

Label
What's the order id where the flag is to be activated?
Slug
order_id
Required
true
Can have default value
true
Filter code method
Airmenu.activateFlag.setOrderId(string: orderId)