Call ID
or Call UUID
with contact fields, revenue, payout, and more.
curl -H "Authorization: Basic BASE64_ENCODED_PUBLIC_KEY_AND_PRIVATE_KEY" -H "Content-Type: application/json" -X POST -d '{"post_call_tokens": {"good_lead":"yes","loan_amount":"500"}}' https://[your-subdomain].trackdrive.com/api/v1/calls/:id
Param name |
Description
Validations
|
||||||
---|---|---|---|---|---|---|---|
serializer Optional Blank Value Allowed |
This endpoint supports multiple response formats. Pass
|
||||||
id Optional |
Find the call by
|
||||||
post_call_tokens Optional |
Custom contact fields defined on the offer.
|
||||||
revenue Optional |
The revenue paid out for the call.
|
||||||
add_revenue Optional |
Add this amount to the call's current revenue. For example pass 2.5 to add 2.5 to the current call revenue. If the call revenue is currently 10.50, the revenue would become 13 (10.50 + 2.50)
|
||||||
add_payout Optional |
Add this amount to the call's current payout.
|
||||||
buyer_converted Optional |
Did the buyer convert?
|
||||||
trackdrive_buyer_id Optional |
Update the winning Buyer that is assigned to this call.
|
||||||
payout Optional |
The amount paid to the traffic source.
|
||||||
offer_converted Optional |
Did the traffic source convert?
|
||||||
trackdrive_traffic_source_id Optional |
Update the Traffic Source that is assigned to this call.
|
||||||
contact_field_type Optional |
Pass an ID belonging to an
|
||||||
fire_outgoing_webhook_ids Optional |
Manually refire the listed outgoing webhook ids against this call.
|
||||||
manual_transcribe Optional |
Manually transcribe this call using the default transcription group.
|
||||||
call_disposition_id Optional Blank Value Allowed |
Call Disposition
|
||||||
agent_call_disposition_notes Optional Blank Value Allowed |
Notes
|