Provided free and as is, without warranty of any kind — including merchantability, fitness for a particular purpose, and the accuracy or completeness of any result. See the licence. You are responsible for checking what this produces before relying on it.
alertcommunicationincidentnotificationreport
Signl4
SIGNL4 is an incident alerting and mobile notification platform for routing critical alerts to on-call teams.
Base URL: https://connect.signl4.com/api
Auth: OAuth 2.0 (user-delegated) — attach an InTouch oauth credential. Mint one with itcli.py /oauth <provider> (device-code) or /google-auth (Google); the server auto-refreshes the access token before each run, so the connector never handles or stores tokens.
Operations
get_alerts_report — GET /alerts/report — Get Alert Report
get_alerts_alertid — GET /alerts/{alertId} — Get Alert
get_alerts_alertid_annotations — GET /alerts/{alertId}/annotations — Get annotations of an alert
get_alerts_alertid_attachments — GET /alerts/{alertId}/attachments — Get attachments of an alert
get_alerts_alertid_attachments_attachmentid — GET /alerts/{alertId}/attachments/{attachmentId} — Gets a specified attachment of a specified alert.
get_alerts_alertid_notifications — GET /alerts/{alertId}/notifications — Get alert notifications
Inputs
a linked oauth credential (no key inputs) — the server injects a fresh Authorization: Bearer from it
operation — one of the operations above
path parameters when an operation's path contains {...}
query — optional JSON object of query params
body — JSON object for create/update ops
Example
operation: get_alerts_report
# (attach an 'oauth' credential to the task — no inline secrets)
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
error
operation
result
status
Input Properties
Every property this tool accepts, from its own tool.iml.
Property
Type
Required
Default
Description
operation
string
yes
—
One of: get_alerts_report, get_alerts_alertid, get_alerts_alertid_annotations, get_alerts_alertid_attachments, get_alerts_alertid_attachments_attachmentid, get_alerts_alertid_notifications
alertId
string
no
—
Path parameter alertId (required by some operations).
attachmentId
string
no
—
Path parameter attachmentId (required by some operations).
query
string
no
—
Optional query params as a JSON object string, e.g. {"limit": 10}.