Docs

How the team fits on your leads.

Who the six specialists are, how a lead gets in, and where you approve. The working map, not a brochure.

Specialists

VoiceEmailSMS

Alex, Mia, Zara on the same lead

Brain

LearningMemoryContext

One record of approve / edit / reject

Your stack

CRMPhoneCalendar

Salesforce, HubSpot, Twilio, Resend, Cal.com

Quick Start

Live in 72 hours

01

Configure the team

Voice, ICP, guardrails, and the offer, from your product info and playbook.

Day 1
02

Connect the stack

CRM, calendar, and the list. CSV, webhook, or the CRM you already have.

Day 1-2
03

Approve and launch

You approve the first campaign. The agents work every lead. The Brain learns from outcomes.

By day 3
Inbound leads webhook

Push a lead in

The team starts only on the channels the lead actually consented to.

POST /api/webhooks/leads/:tenantId
// Push a lead in from any system - the team starts working it
await fetch("https://api.aisalesconsole.io/api/webhooks/leads/YOUR_TENANT_ID", {
  method: "POST",
  headers: {
    "Content-Type": "application/json",
    "X-API-Key": "sk_live_...",
    "X-Idempotency-Key": "lead-8f3a"    // same key on retry = no duplicate
  },
  body: JSON.stringify({
    event: "lead.created",
    lead: {
      phone: "+15551234567",             // required
      email: "prospect@company.com",
      firstName: "Sam",
      lastName: "Rivera",
      company: "Acme"
    },
    consent: { phone: true, email: true }, // only what the lead actually gave you
    source: "website"
  })
});
  • Create the API key in your console under Growth → API endpoints (acknowledge the TCPA notice first); every key is scoped to your tenant.
  • Zapier and Google Ads payloads are detected automatically; Facebook Lead Ads arrive through Zapier. Anything else uses the shape above.
  • Retries with the same X-Idempotency-Key are de-duplicated, consent flags gate calling and email, and anything beyond the webhook is covered with you during onboarding.
Explore

Where to go next

Getting started

What the console is, who the six agents are, and how onboarding runs.

View all

Integrations and data in

CRM, calendars, and the inbound webhook. Your list, not a scrape.

View all

Compliance and trust

Consent, quiet hours, encryption, SOC2 in progress.

View all
Support

Need a person?

Setup questions, a weird CRM, or a TCPA detail. A human answers.

Or meet the six specialists.