Ingest lead via ADF/XML
documentedSubmit lead data to Calldrip via the ADF/XML API (Dev).
POST https://devapi.calldrip.com/api/adfapiLeadsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://devapi.calldrip.com/api/adfapi" \
-X POST \
-H "api_key: {{CALLDRIP_API_KEY}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"source_id": {{$source_id}}, "adf_payload": {{$adf_json}}, "customer_id": "{{$customer_id}}"}'