Sign in

Ingest lead via HTTP POST

documented

Submit lead data via HTTP POST.

POST https://calldrip.colynk.com/api/api.phpLeadsno 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://calldrip.colynk.com/api/api.php" \
  -X POST \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -H "Accept: application/json" \
  -d 'fname={{fname}}&lname={{lname}}&email={{email}}&phone={{phone}}&whisper={{whisper}}&notes={{notes}}&user={{CALLDRIP_USER}}&sourceid={{SOURCE_ID}}&apikey={{CALLDRIP_API_KEY}}&apipass={{CALLDRIP_SECRET}}'