Sign in

Initiate click-to-call

documented

Trigger a click-to-call flow to connect a lead with an agent (production).

POST https://app.calldrip.com/api/clicktocallv2Callsno 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.com/api/clicktocallv2" \
  -X POST \
  -H "api_key: {{CALLDRIP_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"account_id": "{{$account_id}}", "user_id": "{{$user_id}}", "user_phone_number": "{{$user_phone_number}}", "customer_phone_number": "{{$customer_phone_number}}", "customer_first_name": "{{$customer_first_name}}", "customer_last_name": "{{$customer_last_name}}"}'
Initiate click-to-call · Calldrip · OpenIntegrations