Signl4: Difference between revisions

From wikinotes
(Created page with "Signl4 is an alerting service, capable of sms/phone/mail/push-notification alerts, and managing oncall rotations.<br> The free tier supports unlimited push notifications. = D...")
 
 
(3 intermediate revisions by the same user not shown)
Line 7: Line 7:
|-
|-
| home || https://www.signl4.com/
| home || https://www.signl4.com/
|-
| signl4 webhook docs || https://connect.signl4.com/webhook/docs/index.html
|-
|-
|}
|}
</blockquote><!-- Documentation -->
</blockquote><!-- Documentation -->
= Usage =
<blockquote>
<syntaxhighlight lang="yaml">
- No API token is required to send a notification. A unique URL is provided for each team.
- Badges appear on app, indicating an issue
- Clicking on the red/orange circle shows each firing issue
  # click '?' to acknowledge, and try resolving
</syntaxhighlight>
</blockquote><!--  -->
= Setup =
<blockquote>
Can be configured both from app and web interface
<syntaxhighlight lang="yaml">
# ios App
Settings Cog:
  - Signalling:
    - Push:            Instantly
    - Call:            Off
    - Text:            Off
    - Push Signal:    SIGNL4 - Notification
    - Critical Alerts: True
</syntaxhighlight>
</blockquote><!-- Setup -->

Latest revision as of 01:00, 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

- No API token is required to send a notification. A unique URL is provided for each team.
- Badges appear on app, indicating an issue
- Clicking on the red/orange circle shows each firing issue
   # click '?' to acknowledge, and try resolving

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