Integration Guides
Honest documentation of what is native today, what is generic HTTP/webhook only, and how to wire systems safely.
Native/Implemented Integrations
- HubSpot routes:
/api/integrations/hubspot/*(OAuth + sync + webhook/workflow ingestion) - Slack routes:
/api/slack/*(events, slash commands, OAuth install/status) - Visitor tracking:
/api/visitor-tracking/pixel.gifand/api/visitor-tracking/track - Apollo webhook ingest:
/api/webhooks/apollo/phone-numbers - LinkedIn safety/business-hours controls:
/api/abm/business-hours,/api/abm/linkedin/accounts
Not Native Connectors in This Repo
- No dedicated n8n connector package
- No dedicated Zapier app implementation in this codebase
- No dedicated Make app implementation in this codebase
These are still possible through standard HTTP requests and webhook modules.
