Ingest lead via ADF/XML (USA)
documentedSubmit lead data via ADF/XML (USA).
POST https://app.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://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}}'