Documentation Index
Fetch the complete documentation index at: https://docs.omni.co/llms.txt
Use this file to discover all available pages before exploring further.
Properties
The path to redirect to.
Need help? Get answers from the docs with Omni's in-app AI! Log in to your Omni instance and open the Omni Agent in the sidebar.
Triggers a redirect to the path specified in the payload.
Documentation Index
Fetch the complete documentation index at: https://docs.omni.co/llms.txt
Use this file to discover all available pages before exploring further.
navigate event. This means if you redirect a user to a dashboard or workbook, the user will need the appropriate content and/or connection permissions to view the content.{
"name": "navigate",
"payload": {
"path": "string"
}
}
{
"name": "navigate",
"payload": {
"path": "/dashboards/abcd1234"
}
}
Was this page helpful?