Skip to main content

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.

Content and/or connection permissions are not automatically provided to the user during a 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"
  }
}

Properties

path
string
The path to redirect to.

Example

{
  "name": "navigate",
  "payload": {
    "path": "/dashboards/abcd1234"
  }
}