Quick SMS workflow

Agent playbook for one-shot verification SMS.
Quick SMS workflow
  1. Balance get_account_balance
  2. Find a service search_sms_services → serviceId
  3. Pick a country find_cheapest_sms_countries or get_sms_service_countries → countryId
  4. Order order_sms_verification — then enter the phone on the target site and request SMS
  5. Wait for code Prefer wait_sms_verification; else poll check_sms_verification every 15–30s
  6. Cancel cancel_sms_verification when done

Statuses

  • TZ_NUM_WAIT — waiting for SMS
  • TZ_NUM_ANSWER — code received
Early cancel (~2 minutes) may return NO_COMPLETE_TZID. The tool response includes phone/service/country and guard_secs — wait, then retry.