Overview
Connect n8n to your Minoa workspace to build automated workflows powered by your sales data. Use n8n as a bridge to connect Minoa with hundreds of other tools.
This integration is currently in beta. Reach out to support@minoa.io to get access.
Use Cases
Getting Started
Prerequisites
- n8n Cloud account (or self-hosted instance)
- Minoa account with MCP enabled
Step 1: Create MCP OAuth Credential
- In n8n, go to Credentials → Add Credential
- Search for MCP OAuth2 API
- Configure the credential:
Important: Make sure “Authentication” is set to Body, not Header. Otherwise the token exchange will fail.
- Click Save → Connect my account
- Sign in to Minoa and authorize access
Step 2: Use Minoa in Workflows
- Create a new workflow with your preferred trigger
- Add an MCP Client node
- Select your Minoa MCP credential
- Choose a tool (e.g.,
list_business_cases or get_pipeline_analytics)
- Connect to other n8n nodes as needed
Troubleshooting
”OAuth Authorization Error” - Missing required parameters
Cause: Dynamic client registration failed because n8n looks for discovery endpoints at the root domain.
Solution: Disable “Use Dynamic Client Registration” and manually enter the Authorization URL and Access Token URL.
”Missing or invalid required parameters” on token exchange
Cause: n8n is sending client_id in the HTTP header instead of the request body.
Solution: In the credential settings, set Authentication to Body (not Header).
Need Help?
For access or other questions, reach out to support@minoa.io.