Plug seven into NocoBase as an SMS provider for user verification, 2FA and password-reset flows.
- Registration Verification - SMS code on signup
- Two-Factor Authentication - SMS-based 2FA codes
- Password Reset - Verification codes for the reset flow
- Custom Workflows - Reusable across any custom verification you build in NocoBase
- A NocoBase 1.x installation
- A seven account with API key (How to get your API key)
npm install @seven.io/plugin-nocobaseRegister the plugin with your NocoBase application config.
- Open the NocoBase admin and go to Plugin Manager.
- Find Seven SMS and enable it.
- Open Settings > Verification.
- Pick Seven SMS as the SMS provider.
- Paste your seven API key.
The plugin registers a custom SMSProvider (identifier seven) with NocoBase's verification subsystem. Sends are dispatched against:
POST https://gateway.seven.io/api/sms
x-api-key: <your seven API key>
Need help? Feel free to contact us or open an issue.