If a Flow doesn’t appear or can’t be triggered from Zendo, it’s usually due to one of the following reasons.Documentation Index
Fetch the complete documentation index at: https://docs.myzendo.com/llms.txt
Use this file to discover all available pages before exploring further.
Flow requires an input value
Some Flows are configured with input arguments (e.g. a text value or a number) that must be provided when the Flow is started. Zendo does not currently support triggering Flows that require input values.We are working on adding support for Flows with input values.
Advanced Flow missing a Start card
In Homey’s Advanced Flow editor, a Flow must have a Start card (the play icon) to be triggerable externally. Without it, there is no entry point for Zendo or any other app to start the Flow. Advanced Flows are a visual, node-based automation editor in Homey. Unlike simple Flows which always have a “When…” trigger, Advanced Flows can contain logic nodes without an explicit start point. If your Advanced Flow was built without a Start card, it cannot be triggered on demand.How to fix it
- Open the Homey app or Homey web interface.
- Go to Flows and open the Advanced Flow that isn’t working.
- In the flow editor, add a Start card (this is the card with the play icon).
- Connect it to the first action or logic node in your flow.
- Save the flow.