Signl4: Difference between revisions

From wikinotes
No edit summary
Line 20: Line 20:
= Setup =
= Setup =
<blockquote>
<blockquote>
Can be configured both from app and web interface
<syntaxhighlight lang="yaml">
<syntaxhighlight lang="yaml">
- download the app (no web dashboard)
# ios App
- from app, can configure "critical alerts" that get pushed during "do not disturb", when phone is slient
Settings Cog:
  - Signalling:
    - Push:            Instantly
    - Call:            Off
    - Text:            Off
    - Push Signal:    SIGNL4 - Notification
    - Critical Alerts: True
</syntaxhighlight>
</syntaxhighlight>
</blockquote><!-- Setup -->
</blockquote><!-- Setup -->

Revision as of 00:57, 30 August 2022

Signl4 is an alerting service, capable of sms/phone/mail/push-notification alerts, and managing oncall rotations.
The free tier supports unlimited push notifications.

Documentation

home https://www.signl4.com/
signl4 webhook docs https://connect.signl4.com/webhook/docs/index.html

Usage

Setup

Can be configured both from app and web interface

# ios App
Settings Cog:
  - Signalling:
    - Push:            Instantly
    - Call:            Off
    - Text:            Off
    - Push Signal:     SIGNL4 - Notification
    - Critical Alerts: True