Integrations Crimson Platform

Connect your
whole stack.

Sync candidates, pipelines, and compensation data with the tools your team already uses. Most integrations connect in one click over OAuth — no code, no CSV exports, no middleware.

Find your tools.

A growing catalog of native connectors across applicant tracking, HRIS, collaboration, and business intelligence. Don't see yours? The API can talk to anything.

ATS connectors.

Two-way sync keeps candidate stages, dispositions, and requisitions consistent between Crimson pipelines and your system of record.

Workday

Requisition & candidate sync

Greenhouse

Native two-way sync

Lever

Stage & disposition sync

SuccessFactors

SAP requisition import

People systems.

Enrich compensation benchmarks with your own headcount and pay data, and push hired candidates straight into onboarding.

BambooHR

Employee & comp sync

Rippling

Onboarding handoff

Gusto

Payroll & comp data

UKG

Workforce data sync

Where your team works.

Push real-time alerts into chat, automate workflows, and stream pipeline data into your warehouse for custom reporting.

Slack

Stage & offer alerts

Microsoft Teams

Channel notifications

Zapier

5,000+ app workflows

Snowflake

Warehouse data streaming

Connected in minutes.

1

Authorize over OAuth

Pick an app in the dashboard and grant access with a single click. We never store third-party passwords — connections use scoped OAuth tokens you can revoke anytime.

2

Map & sync two-way

Map your stages and fields once. From then on, changes flow in both directions in near real time — a candidate advanced in your ATS shows up in Crimson, and vice versa.

3

Monitor in the dashboard

Watch sync health, review a full activity log, and get alerted if a connection needs attention. Every sync is auditable and reversible.

No connector? No problem.

Anything the native integrations do, you can do with the API and webhooks. Read pipeline data, subscribe to events, and push updates from any system you run.

sync.pyPython
from crimsontalent import Crimson client = Crimson(api_key=os.environ["CRIMSON_API_KEY"]) # Pull candidates that advanced today, push to your ATS for cand in client.candidates.list(stage="onsite", updated_since="24h"): your_ats.upsert( external_id=cand.id, name=cand.name, stage=cand.stage, )

Start with the API reference or subscribe to real-time webhooks.

Connect your first app.

Sign in to the dashboard, pick a tool, and authorize in one click — or reach out about a custom connector for your stack.

Go to the dashboard