Skip to main content
aftercalls
Request access

Integrations

Calls flow into the tools your team already uses.

aftercalls is opinionated about what it does well, and conservative about what it pretends to do. The integrations below are real shipped paths or open requests we're actively scoping. We won't list things that don't exist.

Available today

Shipped, in production, used by teams in the invite-only beta.

Zoho

Live

Push every call's transcript, summary, and action items onto the matching Zoho CRM deal. Finds the right deal by linked account or contact, even when the call recording started before the deal was created.

Read about the Zoho integration →

Outbound webhooks

Live

Subscribe a URL to action-item events and we'll POST to it within seconds of each one being created or completed. Use it to push action items into anything you can write a tiny bridge for.

See the webhook payload below ↓

Single sign-on

Live

Google Workspace, Microsoft Entra, and Zoho SSO supported on request. Once enabled, password sign-in can be disabled across the org.

Available on request

On request

We build integrations against real customer demand. If one of these matters to you, tell us — your email is what makes it move up the queue. We won't pretend any of these are coming soon until we've committed to a release.

HubSpot

On request

Push call summaries onto contacts, companies, and deals. Same mapping pattern as Zoho.

Ask us to prioritize →

Salesforce

On request

Push call records onto Account, Opportunity, and Contact objects. Salesforce-style activity log entry per call.

Ask us to prioritize →

Pipedrive

On request

Push notes and action items onto deal records. Same pattern; smaller surface area.

Ask us to prioritize →

Slack

On request

Post a recap to a channel after every call, with a deep link back to the call detail. Per-user opt-in.

Ask us to prioritize →

Calendar bridges

On request

Match calls to meetings on your calendar so the call's title, attendees, and tags fill in automatically.

Ask us to prioritize →

Something else

Tell us

The integrations queue is shaped by what customers ask for. If your team lives in a tool we haven't listed, write to us and we'll tell you honestly where it sits.

Send us your stack →

Webhooks for the things we don't ship a connector for.

If your stack has an HTTPS endpoint, you can wire aftercalls into it. Outbound webhooks fire on every action item — created or completed — and on call-finalized events. Each org configures one destination URL and a shared secret today (managed over email; admin-page controls land later).

Live API

What you get on every action item

One small JSON payload per event, signed with HMAC-SHA256. Retried on non-2xx with exponential backoff for 24 hours. Delivery is at-least-once with idempotency keys — your endpoint should treat repeats as no-ops.

  • Action item created or completed
  • Call finalized (transcript and summary ready)
  • Org-scoped — each org sets its own destination URL and secret
  • Setup and secret rotation are handled by emailing us today; admin-page controls are on the way
// POST https://your-endpoint.example.com/aftercalls // Header: X-Aftercalls-Signature: sha256=… { "event": "action_item.created", "action_item": { "id": "ai_3kQ…", "text": "Send Acme the trial invite", "assignee": "priya@acme.example", "call_id": "call_9F2…", "due": "2026-05-15" } }

Tell us where your team's calls should land.

Integrations move up the queue when customers ask for them. We'd rather build the right ones than the most.