AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
PushcutPushcut

Update a widget (to open a URL when tapped)

This action will update the configuration of a widget and set the "on tap" action to open a URL.

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 update the configuration of a widget and set the "on tap" action to open a URL.
API endpoint slug
pushcut.update_widget_on_tap_url
Filter code method
Pushcut.updateWidgetOnTapUrl.skip(string?: reason)
Runtime method
runAction("pushcut.update_widget_on_tap_url", {})

Action fields

Widget Dropdown list

Label
Which widget?
Slug
widget
Required
true
Can have default value
false

Content Dropdown list

Label
Which content/design?
Helper text
The name of the content/design you'd like to display. Leave empty to use the default content for the widget.
Slug
content
Required
false
Can have default value
false

Inputs Text input > Long text

Label
What inputs?
Helper text
Inputs to be passed to the widget. Provide a newline-separated list, starting with the first input (i.e. [[input0]]) and ending with the last input.
Slug
inputs
Required
false
Can have default value
true
Filter code method
Pushcut.updateWidgetOnTapUrl.setInputs(string: inputs)

Devices Checkboxes

Label
Which devices?
Helper text
Enter names of the devices to update. Leave empty to update all devices
Slug
devices
Required
false
Can have default value
false

URL Text input > Link

Label
What URL should open when the widget is tapped?
Helper text
Leave empty to open Pushcut when the widget is tapped
Slug
url
Required
false
Can have default value
true
Filter code method
Pushcut.updateWidgetOnTapUrl.setUrl(string: url)