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

Update a Switchboard Counter

Use this action to set, increment, or decrement a Switchboard Counter.

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 set, increment, or decrement a Switchboard Counter.
API endpoint slug
switchur.update_switchboard_counter
Filter code method
Switchur.updateSwitchboardCounter.skip(string?: reason)
Runtime method
runAction("switchur.update_switchboard_counter", {})

Action fields

Switchboard counter item Dropdown list

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

Operation Dropdown list

Label
How do you want to update it?
Helper text
You can add, subtract or assign a number to your counter.
Slug
operation
Required
true
Can have default value
true
Filter code method
Switchur.updateSwitchboardCounter.setOperation(string: operation)

Number Text input > Other

Label
By number?
Helper text
Enter the number you want to add, subtract or assign to your counter. A maximum of two decimal places.
Slug
number
Required
true
Can have default value
true
Filter code method
Switchur.updateSwitchboardCounter.setNumber(string: number)