Verify lead phone number
documentedVerify a lead’s phone number with a confirmation code (Twilio integration).
POST /v2/{campaign_id}/verify-phone-numberLeadsno 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://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}}"}'