What you can ask
“What workflows do I have, and which are active?”
“Show me the last few runs of my onboarding-email workflow.”
“Why did that workflow execution fail?”
“Trigger the lead-sync workflow now.” (asks for approval before running)
“Turn off the abandoned-cart workflow.” (asks for approval before running)
Connecting
- Open Connections in the dashboard and click n8n → Connect.
- Enter your n8n instance URL,
https://<name>.app.n8n.cloudfor n8n Cloud, or your self-hosted URL. - In n8n, create an API key under Settings → n8n API, then paste it in.
- Ask Expertise to list your n8n workflows to confirm it’s live.
Tools
Good to know
- Triggering needs an active workflow with a webhook. Expertise can only run a workflow this way if it’s turned on and starts with a Webhook trigger node, for anything else, run it from n8n directly.
- Workflow-side webhook auth isn’t supported. If your webhook trigger expects its own authentication, Expertise can’t call it and will ask you to run it from n8n instead.
- Large execution data is summarized, not dumped, ask for specifics if you need a particular node’s output.
- Every write pauses for your approval, including turning a workflow’s live triggers on or off.
Troubleshooting
A trigger request says it can't run the workflow
A trigger request says it can't run the workflow
The workflow needs to be active and start with a Webhook trigger node,
check both in n8n, or ask Expertise to look up the workflow’s details
first.
Expertise can't see a workflow you know exists
Expertise can't see a workflow you know exists
Reconnect from the Connections tile, the API key may have been revoked
or regenerated in n8n.