Mediavox Node for n8n
One node, full ecosystem. Connect data quality, security, AI document analysis, clinical intelligence, field sales, chat, and ERP to 500+ apps. Methods load dynamically from the API — new capabilities appear automatically.
Installation
npm: npmjs.com/package/n8n-nodes-mediavox
n8n-nodes-mediavox
Products
| Product | Key Operations | Description |
|---|---|---|
| mediaAPI | 48+ methods (dynamic) | Data quality, sanctions screening, phishing detection, brand intelligence, OCR, KYC |
| Turing AI | Send, Clear, Index, Feedback | AI chat with RAG knowledge base and function calling on real business data |
| DocumentPower | Analyze Full, Analyze Quick, Ask, Vault Browse, Vault Search, Vault Get, Vault Delete, Extract, Search | Document intelligence: NER, integrity scoring, template extraction, La Bóveda persistence, full-text search, follow-up Q&A |
| HealthPower | 20 operations | Clinical data: appointments, specialists, patients, consent, adherence, authorization, RIPS, risk scoring |
| Sales Copilot | Vendors, Orders | Field sales AI: vendor activity monitoring, orders, daily KPIs |
| Vixo ERP | Clients, Contracts, Projects, Invoices, Tasks, Custom | ERP operations via API |
Workflow Templates
Ready-to-use workflows. Download and import into your n8n instance (Workflows > Import from File).
HealthPower — Appointment + Authorization
Consent check → Validation Gateway (auto-approve/review/copay) → Book appointment.
Download JSON HPHealthPower — Ingest PDF + Risk Score
Upload clinical document → classify → extract entities → check patient risk.
Download JSON HPSales Copilot — Daily Vendor Report
Fetch vendors → detect inactive → email KPI report to manager.
Download JSON SCVixo ERP — Client Sync to Sheets
New clients → Google Sheets + Slack notification (real-time CRM mirror).
Download JSON VixoBrand Intelligence — Alert Monitoring
Check brand alerts → auto-report phishing → Telegram notify security team.
Download JSON BIBrand Intelligence — Verify URL Belongs to Brand
Resolve shortened URLs → Google Safe Browsing → typosquatting detection → brand validation. Route by verdict (legitimate/fraudulent).
Download JSON BICompliance — Full KYC Onboarding
Sanctions (OFAC/EU/UN) + Tax ID validation → composite risk → approve/review/reject.
Download JSON mediaAPIDocumentPower — Invoice Analysis
Upload document, extract NIT/items/totals, ask follow-up questions.
Download JSON DPSecurity — Phishing Detection
Analyze messages for fraud, resolve URLs, route by verdict.
Download JSON mediaAPImediaAPI — Data Validation
Standardize names, validate emails, normalize addresses with DANE/INEGI codes.
Download JSON mediaAPITuring AI — Chatbot
Ask your AI assistant questions with knowledge base context + feedback.
Download JSON TuringConfiguration
Add your API key in the credentials panel. Get your key from API Keys.
| Product | Key prefix | Auth method |
|---|---|---|
| mediaAPI | mak_ | X-API-Key header |
| Turing AI / DocumentPower | tk_ | api_key in body (automatic) |
| HealthPower | tk_hp_ | X-API-Key header |
| Sales Copilot | tk_sc_ | X-API-Key header |
| Vixo ERP | vxk_ | X-API-Key header |
Key Features
- Dynamic methods — new API methods appear in the dropdown automatically (no node update needed)
- File handling — upload PDF, Word, images directly from n8n binary data
- Multi-country — CO, MX, PE, CL, EC with official location codes (DANE, INEGI, UBIGEO)
- Offline resilience — if the API is unavailable, falls back to cached method list
- Friendly errors — no technical jargon in error messages
Changelog
- v1.7.2 (Jun 2026) — Auth standardized (underscore prefixes). HealthPower: 20 operations. Sales Copilot: vendor activity. DocumentPower: La Bóveda vault (browse, search, get, delete). Workflow examples. Full LATAM health sector coverage.
- v1.5.0 (Jun 2026) — Dynamic methods for all products. DocumentPower: Analyze Full/Quick, Ask, Clear, Extract, Search. 90s timeout for document analysis.
- v1.3.3 (May 2026) — Brand Intelligence: channels, alerts, dashboard, actions. GET/PUT support. Path parameter resolution.
- v1.0.0 (May 2026) — Initial release. mediaAPI, Turing AI, Vixo ERP.
Need help?
Contact us at [email protected] or check the API documentation.