Skip to content

Use case

For automation

Embed OTP send/verify into backend automations and workflows with a Bearer API.

Quick Answer

Embed OTP send/verify into backend automations and workflows with a Bearer API.

Summary

Embed OTP send/verify into backend automations and workflows with a Bearer API. Outbound OTP to a real user number via the Cascade API.

Key Takeaways

  • Outbound OTP, not number rental.
  • Key only on the server.
  • Links: /docs /api /pricing.

Contents

  1. Task
  2. Pattern

Task

Scripts, workers, CRM hooks: send a code and verify without the cabinet UI on every step.

Pattern

  1. Service API key in secrets.
  2. Call /otp/send from a worker.
  3. The user enters the code in your UI/bot.
  4. The worker/API runs /otp/verify.
  5. Webhooks/history — per docs.

See /api/webhooks, /use-cases/developers, /docs.

FAQ

Is Cascade suitable for automation?
Yes, if you send a code to your user on their number.
Where to start?
Key → /otp/send → /otp/verify → monitor in the cabinet.