A quick description of sms.
Install this package in your Strapi project.
yarn add @thetribe/strapi-plugin-sms
You need to enable the plugin in you strapi project.
In config/plugins.js
:
{
// other plugins configuration
sms: {
enabled: true,
config: {
// sms- provider configuration
}
}
}
After re-building admin panel (yarn build
in your Strapi project), you should have a SMS section in admin panel settings.
It will show you the configuration of the plugin.
This plugin does not export a default provider.
You should add a sms provider such as https://github.com/thetribeio/strapi-provider-sms-smsenvoi