Paitho
Integrations

Calendar, tasks, CRM.

Calendars (Google, Microsoft). Tasks (Linear, Asana). CRM webhooks (HubSpot, Salesforce, Attio).

We do not replace your CRM. We push the events that matter into it: reply, meeting booked, deal-shaped reply, opt-out.

Calendars

Google and Microsoft via OAuth. Read-only by default; we never create events without your explicit per-event permission.

Tasks

Linear and Asana. When a reply is classified positive and there is no follow-up scheduled within 24 hours, we open a task in your team's inbox. The default assignee is the human reviewer who approved the original send.

CRM webhooks

HubSpot, Salesforce, and Attio have first-class adapters. Anything else uses the generic webhook below.

POST https://your-crm.example.com/paitho-events
        {
          "event": "reply.positive",
          "lead_id": "lead_01HXAB...",
          "company": "Acme",
          "contact_email": "ops@acme.com",
          "thread_url": "https://app.paitho.ai/threads/...",
          "occurred_at": "2026-04-25T14:08:21Z"
        }