Ingest lead via ADF/XML
documentedSubmit lead data to Calldrip via the ADF/XML API (EU).
POST https://app.calldrip.eu/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.eu/api/adfapi" \
-X POST \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Accept: application/json" \
-d "xml={{$xml}}&apiuser={{CALLDRIP_API_USER}}&apikey={{CALLDRIP_API_KEY}}"