oncall-engine/docs
Andrey Oleynik aeb35009be
add zvonok integration (#2339)
Added integration with [zvonok.com](https://zvonok.com) service.

Features:
- Phone number validation
- Test calls
- Selection of pre-recorded audio
- Making calls
- Processing call status
- Acknowledgment alert group (optional)

To process the call status, it is required to add a postback with the
GET method on the side of the zvonok.com service with the following
format ([more info
here](https://zvonok.com/ru-ru/guide/guide_postback/)):

```${ONCALL_BASE_URL}/zvonok/call_status_events?campaign_id={ct_campaign_id}&call_id={ct_call_id}&status={ct_status}&user_choice={ct_user_choice}```

The names of the transmitted parameters can be redefined through environment variables.

---------

Co-authored-by: Innokentii Konstantinov <innokenty.konstantinov@grafana.com>
2023-07-05 05:55:53 +00:00
..
img Merge dev to main (#73) 2022-06-14 09:54:41 -06:00
sources add zvonok integration (#2339) 2023-07-05 05:55:53 +00:00
.markdownlint.json Add oncall slack commands to docs (#994) 2023-01-30 13:56:30 +02:00
docs.mk Use centralized make-docs script from Writers' Toolkit (#1742) 2023-04-24 08:52:43 +00:00
make-docs Use centralized make-docs script from Writers' Toolkit (#1742) 2023-04-24 08:52:43 +00:00
Makefile Use centralized make-docs script from Writers' Toolkit (#1742) 2023-04-24 08:52:43 +00:00
README.md Mobile app docs updates (#2026) 2023-05-29 14:52:42 +00:00
variables.mk Use centralized make-docs script from Writers' Toolkit (#1742) 2023-04-24 08:52:43 +00:00

Grafana Cloud Documentation

Source for documentation at https://grafana.com/docs/oncall/

Preview the website

Run make docs. This launches a preview of the website with the current grafana docs at http://localhost:3002/docs/oncall/latest/ which will refresh automatically when changes are made to content in the sources directory. Make sure Docker is running.

Image support

See the documentation in writers toolkit about how to store images