Context Menu
Context Menu
Section titled “Context Menu”Run the flow from the browser context menu.
What it does
Section titled “What it does”Triggers workflow execution from the browser’s right-click context menu on pages, links, or selected content.
When to use it
Section titled “When to use it”Use this trigger to create custom context menu actions for quick access to workflows while browsing.
Inputs and settings
Section titled “Inputs and settings”| Setting | Notes |
|---|---|
| Menu Contexts | Source-backed field from the node schema. |
| Document URL Patterns | Source-backed field from the node schema. |
| Target URL Patterns | Source-backed field from the node schema. |
Outputs
Section titled “Outputs”Starts the workflow and passes trigger context to downstream nodes when context is available.
Dependencies and credentials
Section titled “Dependencies and credentials”- No explicit credential or node dependency is declared in the node description.
Example workflow
Section titled “Example workflow”Create a workflow with Context Menu as the first node, then connect it to the action nodes that should run after the trigger fires.
Troubleshooting
Section titled “Troubleshooting”- Check that required settings are present before running the node.
- If the node uses browser page data, run it on the target tab after the page has loaded.
- If it calls an external service, verify credentials, permissions, and rate limits.
- This node has source tests; use them as the reference for edge-case behavior during maintenance.