Send SMS and place text-to-speech calls to your Strapi users via the seven gateway.
- Native Strapi Plugin - Lives next to your other Strapi plugins under Plugins
- SMS & Voice - Single or bulk SMS plus text-to-speech calls
- Configurable Phone Field - Defaults to
mobile_phoneonusers-permissions_user, override viaSEVEN_STRAPI_PHONE_ATTRIBUTE
- Strapi 3.x (legacy line)
- The bundled Roles & Permissions plugin
- A
mobile_phonetext field on theusers-permissions_usercollection (see_screenshots/for setup) - or setSEVEN_STRAPI_PHONE_ATTRIBUTEto a different attribute name - A seven account with API key (How to get your API key)
cd path/to/strapi/root
npm install @seven.io/strapiRestart Strapi so the new plugin is registered.
Open the seven plugin page in the Strapi admin and paste your seven API key.
To target a different user attribute than mobile_phone:
export SEVEN_STRAPI_PHONE_ATTRIBUTE=phoneNeed help? Feel free to contact us or open an issue.