Email in. Native ticket out.
Point a mailbox or JSON webhook at OpsIQ. Messages are thread-matched, create-or-append, and attachment-aware.
25+ official connectors and 1,200+ executable actions. The AI works from real platform data and can take action — with your approval. Categorised, live-status flagged, signed and sandboxed, with a clean pattern so you can build your own in an afternoon.
OpsIQ connectors run where your platform already lives: inside your own install, self-hosted or cloud. They pull live context, expose approved actions, verify packages, and keep every signal flowing into the same AI behind chat, tickets, CRM, analytics and promotions.
A third-party hub turns your customer data into rented traffic. OpsIQ flips the route: connectors sit inside your install, talk directly to the systems you already run, and become first-class AI context, actions, audience signals and audit events.
contextProviders()
registerActions()
identityProviders()
subscribers()
handleWebhook()
A connector is discovered when its folder lands in place. Implement the methods your platform supports; OpsIQ wires the admin UI, AI action contract, events, webhooks and identity layer without changing core code.
The in-app builder walks through identity, auth, test, actions, triggers and review. It keeps testing until the connection returns a clean 200 OK, then generates a signable connector folder.
base_url: https://api.platform.com
auth: Bearer ••••••••
Connected · 200 OK
Generates connector.php + settings.json + actions.json
Inbound email and webhooks become real work. Outbound events stream out signed. Every retry, identity decision and action can be audited back to the source.
Point a mailbox or JSON webhook at OpsIQ. Messages are thread-matched, create-or-append, and attachment-aware.
Register an external system to receive HMAC-signed events with automatic retry, delivery logs and idempotency.
The WHMCS Bridge is the reference for depth: customers, services, invoices, tickets, attachments, identity resolution, AI actions and audience flags all moving through one connector.
Set up the WHMCS BridgeRequire a trusted OpsIQ signature before install, re-verify installed connectors against their manifest, and reject dangerous uploaded packages before files touch your server.
Any connector can publish an audience catalog and resolve flags for a known visitor. Promotion Studio reads those flags to target real platform state, fail-closed.
Explore promotionsEvery connector duck-types the same contract. Implement only what your platform supports, and the matching capability lights up automatically.
Live platform data inside the AI prompt.
Platform operations with role gates and audit logs.
Map anonymous visitors to real customers.
React to platform, CRM and promotion events.
Backfill records, poll and receive webhooks.
Pull and push replies with attachments.
Publish targeting signals for promotions.
Share blocked-IP and risk state.
Official connectors follow one contract and stay grouped the way teams actually search for them, with live and coming-next signals visible at a glance.
Use the deep native path when you want a full connector. Use the universal API plus inbound and outbound webhooks when a lighter integration gets the job done in hours.
connectors/your_platform/
├─ connector.php // extends AbstractConnector
├─ actions.json // action contract manifest
├─ settings.json // admin config schema
└─ ContextProvider.php // live data → AI prompt
REST endpoints, inbound webhooks and outbound signed events cover most custom integration jobs without a native connector.
Read API docsWhat an in-platform, AI-native connector gives you that a bolt-on integration marketplace never will.
| Capability | Third-party integration hub | OpsIQ connectors |
|---|---|---|
| Live data feeds the AI prompt | — | Context providers, grounded |
| AI runs platform actions (with approval) | Manual / Zapier steps | 1,200+ universal actions |
| Where your data flows | Through a vendor hub | Directly between your systems |
| Runs on a self-hosted install | — | ✓ |
| Build your own | Limited / paid tier | No-code wizard or one PHP class |
| Supply-chain safety | Varies | Signed manifests + static scan |
| Bidirectional ticket mirroring (+ attachments) | Email forward | Both ways, native tickets |
| Audience targeting from billing state | — | audienceFlags() → Promotion Studio |
| Per-event pricing | Metered task runs | Included with the platform |
Everything teams ask before they wire OpsIQ into the systems they already run.
/connectors/<slug>/. You can scaffold it with the no-code Connector Builder (six guided steps) or write it directly — implement only the methods your platform needs, like contextProviders(), registerActions() and handleWebhook(). OpsIQ discovers the folder automatically and renders the admin form from your settings.json. Most connectors are 200–400 lines.eval, exec and system before anything is written to disk.