oncall-engine/engine/apps/zvonok
Yulya Artyukhina 35ddfab0e4
Add method to send notification bundle by SMS (#4624)
# What this PR does
Adds method to render and send notification bundle by sms.

Example of SMS message:
```
Grafana OnCall: Alert groups #1, #2, #3 and 2 more 
from stack: TestOrganization, 
integrations: Grafana Alerting and 1 more.
```

Should be merged with https://github.com/grafana/oncall/pull/4457

## Which issue(s) this PR closes
https://github.com/grafana/oncall-private/issues/2713

## Checklist

- [x] Unit, integration, and e2e (if applicable) tests updated
- [x] Documentation added (or `pr:no public docs` PR label added if not
required)
- [x] Added the relevant release notes label (see labels prefixed w/
`release:`). These labels dictate how your PR will
    show up in the autogenerated release notes.
2024-07-16 14:20:16 +00:00
..
migrations add missing db migrations + add additional backend db migration check to CI (#3234) 2023-10-31 16:00:55 -04:00
models Minor formatting changes (#2641) 2023-07-26 14:45:44 +01:00
tests change zvonok call verification (#4393) 2024-06-04 05:34:57 +00:00
__init__.py add zvonok integration (#2339) 2023-07-05 05:55:53 +00:00
phone_provider.py change zvonok call verification (#4393) 2024-06-04 05:34:57 +00:00
status_callback.py Add method to send notification bundle by SMS (#4624) 2024-07-16 14:20:16 +00:00
urls.py add zvonok integration (#2339) 2023-07-05 05:55:53 +00:00
views.py apps.get_model -> import (#2619) 2023-07-25 09:43:23 +00:00