← Back to catalog

Communication

SIGNL4

auto-generated
swirls add signl4
actionPOSTv1.0.0

Annotate Alert

Annotates an alert by given Annotation Info.

Source
actionPOSTv1.0.0

Confirms all visible alerts

This method confirms all unhandled alerts your team currently has by a specific user.

Source
actionPOSTv1.0.0

Create a new category

Sample Request: POST /categories/cbb70402-1359-477f-ac92-0171cf2b5ff7 { "name": "Water", "imageName": "water.svg", "color": "#0000cc", "keywordMatching": "Any", "keywords": [ { "value": "H2O" }, { "value": "Water" } ] }

Source
actionDELETEv1.0.0

Delete an existing category

Sample Request: DELETE /categories/cbb70402-1359-477f-ac92-0171cf2b5ff7/c0054336-cd89-4abf-882d-ba69b5adb25e

Source
actionDELETEv1.0.0

Deletes a script instance.

Gets the script instance specified by the passed instance id.

Source
actionGETv1.0.0

Get a specific category

Sample Request: GET /categories/cbb70402-1359-477f-ac92-0171cf2b5ff7/c0054336-cd89-4abf-882d-ba69b5adb25e

Source
actionGETv1.0.0

Get Alert

Gets an alert by id.

Source
actionGETv1.0.0

Get Alert Report

Returns information about the occurred alert volume in different time periods as well as information about the response behaviour (amount of confirmed and unhandled alerts) of your team members.

Source
actionGETv1.0.0

Get all categories

Sample Request: GET /categories/cbb70402-1359-477f-ac92-0171cf2b5ff7

Source
actionGETv1.0.0

Get all Users

Returns a list of user objects with details such as their email address and duty information. Only users who are part of your team will be returned.

Source
actionGETv1.0.0

Get category subscriptions

Sample Request: GET /categories/cbb70402-1359-477f-ac92-0171cf2b5ff7/c0054336-cd89-4abf-882d-ba69b5adb25e/subscriptions { }

Source
actionGETv1.0.0

Get metrics for a specific category

Sample Request: GET /categories/cbb70402-1359-477f-ac92-0171cf2b5ff7/c0054336-cd89-4abf-882d-ba69b5adb25e/metrics

Source
actionPOSTv1.0.0

Get overview event paged.

Get overview event paged. If there are more results, you also get a continuation token which you can add to the event filter.

Source
actionGETv1.0.0

Get User by Id

Returns a user object with details such as his email address and duty information.

Source
actionPOSTv1.0.0

Punch User in

The specified user will be punched in to duty.

Source
actionPOSTv1.0.0

Punch User in as Manager

The specified user will be punched in to duty as a manager.

Source
actionPOSTv1.0.0

Punch User out

The specified user will be punched out from duty.

Source
actionPOSTv1.0.0

Queue undo of multiple acknowledgments.

This method tries to undo the acknowledgement of multiple alerts via a queue. The operation is handled in the background.

Source
actionPOSTv1.0.0

Set category subscriptions

Sample Request: POST /categories/cbb70402-1359-477f-ac92-0171cf2b5ff7/c0054336-cd89-4abf-882d-ba69b5adb25e/subscriptions { }

Source
actionPOSTv1.0.0

Trigger Alert

Triggers a new alert for your team. All team members on duty will receive alert notifications.

Source
actionPUTv1.0.0

Update an existing category

Sample Request: PUT /categories/cbb70402-1359-477f-ac92-0171cf2b5ff7/c0054336-cd89-4abf-882d-ba69b5adb25e { "name": "Water-Updated", "imageName": "water.svg", "color": "#0000cc", "keywordMatching": "All", "keywords": [ { "value": "H2O" }, { "value": "Water" }, { "value": "Wet" } ] }

Source
actionPUTv1.0.0

Update user's team membership.

Updates the user's team membership. You can move the user to another team within the subscription and/or change the user's role.

Source
Beyond the catalog

Any provider, on request.

01

Request it

Tell us which provider you need, and we will ship it in the registry.

02

Generate it

Point swirls add at an OpenAPI or GraphQL spec. Typed actions for any API you hold credentials for, today.

acme · integrations
terminal
~/acme $swirls add linear
✓ 12 typed actions · scopes and schemas included
 
~/acme $swirls add https://api.acme.dev/openapi.json
◆ Fetched spec · 38 operations
✓ 6 typed actions · generated from spec