Sign in

Ingest lead via ADF/XML

documented

Submit lead data to Calldrip via the ADF/XML API (EU).

POST https://app.calldrip.eu/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.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}}"
Ingest lead via ADF/XML · Calldrip · OpenIntegrations