Ingest lead via ADF/XML
documentedSubmit lead data to Calldrip via the ADF/XML API (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://calldrip.colynk.com/api/api.php" \
-X POST \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Accept: application/json" \
-d "sourceid={{$sourceid}}&fname={{$fname}}&lname={{$lname}}&email={{$email}}&phone={{$phone}}&apikey={{CALLDRIP_API_KEY}}&user={{$username}}&apipass={{CALLDRIP_SECRET}}"