You're viewing a demo portfolio

Join the waitlist
PRSM

create_alert_channel

Active

Tool of Relin

declared in 1.0.0

Authenticated tool to create alert channel.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "type",
    "name"
  ],
  "properties": {
    "name": {
      "type": "string",
      "maxLength": 120,
      "minLength": 1
    },
    "type": {
      "enum": [
        "webhook",
        "slack",
        "email"
      ],
      "type": "string"
    },
    "kinds": {
      "type": "array",
      "items": {
        "enum": [
          "fanout_failed",
          "missing_lifecycle_event",
          "duplicate_event",
          "signature_failed",
          "provider_retry",
          "out_of_order_event",
          "terminal_state_regression"
        ],
        "type": "string"
      }
    },
    "targetUrl": {
      "type": "string",
      "format": "uri"
    },
    "targetEmail": {
      "type": "string",
      "format": "email",
      "pattern": "^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Relin

https://github.com/earonesty/relin

1/7 registries
View full server →