Flow ID

Where can i find the ID number from a flow?

Go to https://developer.athom.com/tools/api-playground, enter Homey.flow.getFlows(), run it, and find the flow you’re looking for in the response data.

If you know the name, you can limit the search:

Homey.flow.getFlows({ filter : { name : 'FLOW NAME'  } })
4 Likes

@robertklep
Thanks for that answer. To make it more complete,
1/ can the id be something like this ?
image

2/ Must that id be used in the following field to launch a flow from a fibaro walli switch output2 ?
image

I have no idea, I don’t have Fibaro devices :frowning: But I doubt that those settings are used to trigger flows.