Sign in

Ingest lead via ADF/XML (USA)

documented

Submit lead data via ADF/XML (USA).

POST https://app.calldrip.com/api/adfapiLeadsno implementation yet0 runs
No 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://app.calldrip.com/api/adfapi" \
  -X POST \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -H "Accept: application/json" \
  -d 'xml={{$xml}}&apikey={{CALLDRIP_API_KEY}}&apiuser={{CALLDRIP_API_USERNAME}}&user={{$account_username}}'