AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
Switchur AppSwitchur App

Update a Switchboard Switch

Use this action to turn on, turn off, or toggle a Switchboard Switch.

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
Use this action to turn on, turn off, or toggle a Switchboard Switch.
API endpoint slug
switchur.update_switchboard_switch
Filter code method
Switchur.updateSwitchboardSwitch.skip(string?: reason)
Runtime method
runAction("switchur.update_switchboard_switch", {})

Action fields

Switchboard switch item Dropdown list

Label
Which Switch do you want to update?
Slug
switchboard_switch_item
Required
true
Can have default value
false

Set value Dropdown list

Label
And set it to?
Helper text
You can turn your switch on, off, or toggle it.
Slug
set_value
Required
true
Can have default value
true
Filter code method
Switchur.updateSwitchboardSwitch.setSetValue(string: setValue)