Integrations
Native connectors for the tools you already use, calendar, CRM, payments, EHR, plus 400K+ workflow paths via Zapier and browser automation when an API isn't available.
Connect the tools you already use in seconds.
Sync appointments in real time
Full calendar + email sync
Push leads, log calls, sync contacts
Automatic lead capture and nurture
Process payments, send invoices
POS integration for retail & service
Patient records, scheduling, HIPAA
EHR integration for hospitals
Real-time call notifications
Voice calls and SMS workflows
Connect to 5,000+ apps
Service dispatch and routing
Three steps. That's it.
One-click OAuth or API key
Set rules for what syncs where
Data flows automatically, forever
Per-integration deep dives
Pricing, setup time, data flow, and FAQs for each integration. Click any tool below to see exactly what PYREXA does for that workflow.
Our Enterprise team builds bespoke integrations for any system, proprietary EHRs, internal CRMs, legacy software. If it has an API (or even if it doesn't), we can connect it.
Our Playwright Universal Runner connects to any CRM, scheduler, or vertical system with a web UI — no API or webhook required from the vendor. Drop in a JSON config; Pyrexa AI logs in and drives the portal as your agent.
# pyrexa-crm-config.json
{
"name": "Acme HVAC → ServiceTitan",
"loginUrl": "https://go.servicetitan.com/login",
"selectors": {
"username": "#username",
"password": "#password",
"submit": "button[type='submit']"
},
"actions": {
"createLead": {
"navigate": "/leads/new",
"fields": {
"name": "{{ caller.name }}",
"phone": "{{ caller.phone }}",
"service": "{{ intent.service }}"
}
}
}
}