Compliance built into your existing workflow
Don't change how your team works. Bring Komplync into Word, Outlook, your CRM, or connect via API — compliance happens where the content lives.
Microsoft Office
Word Add-in
Coming soonCheck compliance directly inside Word. One-click review without leaving your document.
Outlook Add-in
Coming soonScan investor emails and newsletters before hitting send.
SharePoint
Coming soonAuto-trigger compliance checks when documents are uploaded to SharePoint libraries.
Teams
Coming soonReview and approve content in Microsoft Teams channels with the Komplync bot.
CRM & Marketing
Salesforce
Coming soonAttach compliance reports to campaign records and opportunities.
HubSpot
Coming soonCheck marketing emails and landing pages from your HubSpot workflows.
Mailchimp
Coming soonPre-send compliance check for newsletters sent via Mailchimp.
Document Management
Google Drive
Coming soonReview Google Docs and presentations stored in Drive.
Dropbox
Coming soonTrigger compliance checks on documents added to monitored Dropbox folders.
Notion
Coming soonReview compliance of content written in Notion before publication.
Developer & API
REST API
AvailableFull REST API to programmatically submit content, retrieve compliance reports, and manage your account.
Webhooks
AvailableReceive real-time notifications when a compliance check completes — trigger downstream workflows.
Make (Integromat)
Coming soonNo-code automation: connect Komplync to 1,000+ apps without writing a line of code.
Zapier
Coming soonBuild automated compliance workflows across your entire marketing stack.
Build your own integration
Full programmatic access to Komplync's compliance engine. Submit content, retrieve reports, and trigger downstream actions — all via secure REST endpoints.
REST API
Submit any content via POST — receive structured compliance reports with rule references, severity scores, and fix suggestions.
POST /v1/check
{
"content": "Your marketing text...",
"fund_type": "UCITS",
"regulation": ["CSSF_22_795", "MIFID_II"]
}Webhooks
Configure a webhook URL and receive a real-time payload when any check completes — perfect for CI/CD pipelines or workflow triggers.
{
"event": "check.completed",
"status": "violations_found",
"violations": 2,
"severity": "high",
"report_url": "https://..."
}API documentation available to enterprise customers
Request API accessDon't see your tool?
Tell us what you use. We prioritise integrations based on customer demand — your request directly influences our roadmap.
Request an integration