Skip to main content
Use an outbound Zapier integration to send call results to another app automatically — for example, log outcomes to a Google Sheet, create tasks in Asana, or update contact records in your CRM.

How to Set Up

  1. Go to Integrations → Zapier and click Create Outbound Integration
  2. In Zapier, create a new Zap:
    • Trigger: Choose Webhooks by Zapier → Catch Hook
    • Copy the webhook URL Zapier provides
  3. Paste that URL into the Atllas outbound integration and save
  4. Run a test call in Atllas to send a sample payload to Zapier
  5. In Zapier, use the received data to configure your action step

Payload

The outbound integration fires once per call (event type call.finished) with a JSON payload identical to the Webhooks outbound payload. The most common fields you’ll map in Zapier:
PathDescription
typeAlways "call.finished"
timestampUnix epoch in milliseconds
call.idUnique call identifier
call.statusfinished, missed, failed, cancelled, or filtered
call.durationCall length in seconds
call.recordingURL to the MP3 recording
call.transcriptArray of { who, what, when } turns
call.summaryAI-generated summary
call.analysis.lead_warmthhot, warm, cold, dead, or unknown
call.recipient.phoneNumberContact’s phone number
call.recipient.firstName / lastName / emailContact identity
call.tokensConsumedCredits used for the call
campaign.id / campaign.nameSource campaign info

Filtering by Lead Warmth

In Zapier, add a Filter step after the trigger to only continue when call.analysis.lead_warmth equals hot. This routes hot leads to a priority task or notification channel while ignoring cold and dead calls.