Automate Reddit
Explore Plans
Mobile menu Close menu
HomeyHomey

Start a Flow with Tags

This Action will start a Flow with Tags on Homey. Please install the IFTTT App on Homey and create a Flow that uses the Flow Card Trigger provided by the IFTTT App. You need to be an owner on your Homey in order to use this Applet.

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 start a Flow with Tags on Homey. Please install the IFTTT App on Homey and create a Flow that uses the Flow Card Trigger provided by the IFTTT App. You need to be an owner on your Homey in order to use this Applet.
API endpoint slug
homey.trigger_a_flow
Filter code method
Homey.triggerAFlow.skip(string?: reason)
Runtime method
runAction("homey.trigger_a_flow", {})

Action fields

Which flow Dropdown list

Label
Which Flow?
Slug
which_flow
Required
true
Can have default value
false

Variable 1 Text input > Other

Label
Tag 1
Helper text
This Tag will be available for use in your Homey Flow as a string.
Slug
variable_1
Required
false
Can have default value
true
Filter code method
Homey.triggerAFlow.setVariable1(string: variable1)

Variable 2 Text input > Other

Label
Tag 2
Helper text
This Tag will be available for use in your Homey Flow as a string.
Slug
variable_2
Required
false
Can have default value
true
Filter code method
Homey.triggerAFlow.setVariable2(string: variable2)

Variable 3 Text input > Other

Label
Tag 3
Helper text
This Tag will be available for use in your Homey Flow as a string.
Slug
variable_3
Required
false
Can have default value
true
Filter code method
Homey.triggerAFlow.setVariable3(string: variable3)