A Salesforce package providing pre-built reports and a dashboard for monitoring SMS usage via the Gateway SMS (encsms) managed package.
| Name | Description |
|---|---|
SMS Costing 2+ Credits This Year |
Messages consuming more than one credit this year |
SMS Delivered Last Month |
Successfully delivered messages last month |
SMS Delivered This Month |
Successfully delivered messages this month |
SMS Delivered This Year |
Successfully delivered messages this year |
SMS Failed This Year |
Failed messages this year |
SMS Inbound This Year |
Inbound messages received this year |
SMS This Year |
All SMS messages sent this calendar year |
| API Name | Description |
|---|---|
SMS_Usage_Dashboard |
Overview dashboard with above reports |
Warning
This section is for developers only.
- Set up CumulusCI
- Run
cci flow run dev_org --org devto deploy this project. - Run
cci org browser devto open the org in your browser.
- Release a Beta Version
cci flow run release_unlocked_beta --org dev- Test Deploy the Beta Version
cci flow run ci_beta --org beta- Promote to a Production Version. This promotes the latest beta version by default
cci flow run release_unlocked_production --org release