Resources

Guides and reference material.

Webhook ingestion

Send call event data from your routing or tracking platform into Aria via HTTP webhooks.

Overview

Configure your platform to POST call completion and disposition events to Aria. Aria ingests each payload for transcription, scoring, and outcome reporting alongside your existing call stack.

Endpoint & authentication

Your Aria representative provides the ingestion URL, api_key, and connection_id for your integration. Include those values with each webhook request as configured during onboarding.

Payload format

Webhook bodies include the following fields. Types reflect how values are represented in the payload; string-encoded booleans and numbers may be normalized by your integration.

FieldTypeDescription
api_keystringAPI key used to authenticate the webhook request (provided by rep).
connection_idstringUnique ID for the integration/connection (provided by rep).
call_instance_idstringUnique identifier for the specific call.
buyer_namestringName of the buyer receiving the call.
client_idintegerInternal client identifier.
call_datestringTimestamp of the call (MM/DD/YYYY HH:MM:SS AM/PM).
caller_idstringCaller's phone number.
campaign_idstringUnique campaign identifier.
campaign_namestringHuman-readable campaign name.
campaign_tracking_idstringTracking ID for campaign.
connected_call_lengthstringConnected call duration (seconds).
convertedstring ("True" / "False")Indicates if the call converted.
durationstringTotal call duration (seconds).
end_call_sourcestringWho ended the call (Caller, Callee, System).
inbound_number_statestringState of inbound number.
is_duplicatestring ("true" / "false")Whether the call is a duplicate.
coststringCost of the call.
publisher_sub_idstringPublisher sub ID.
publisher_namestringPublisher name.
recordingstring (URL)Link to call recording.
referrer_urlstringReferring URL.
revenuestringRevenue generated.
subsourcestringSubsource tracking value.
target_didstringDialed number.
target_namestringTarget/buyer endpoint name.
target_sub_idstringTarget sub ID.
time_to_callstringTime before call initiated (seconds).
time_to_connectstringTime to connect (seconds).
zip_codestringCaller ZIP/postal code.
data_sourcestringSource of the data.
verticalstringIndustry vertical.
sale_amountnumber | nullSale amount if applicable.
sale_countnumber | nullNumber of sales.
client_lead_idstring | nullClient lead identifier.
branch_namestringBranch/location name.
affiliate_payoutstringAffiliate payout amount.