Sign in

Verify lead phone number

documented

Verify a lead’s phone number with a confirmation code (Twilio integration).

POST /v2/{campaign_id}/verify-phone-numberLeadsno 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://api.kickofflabs.com/v2/{{$campaign_id}}/verify-phone-number" -X POST -H "Content-Type: application/json" -H "Accept: application/json" -d '{"api_key":"{{KICKOFFLABS_API_KEY}}","phone_number":"{{$phone_number}}","code":"{{$code}}"}'
Verify lead phone number · KickoffLabs · OpenIntegrations