Notifications

Deliver alerts over email, SMS, and push in one call.

v1.1.0communicationby norien · updated 11h ago
$ norien tool install notifications@1.1.0
Category
communication
Runtime
Permissions
0
Environment
0
declared variables

Details

Slug
notifications
Version
1.1.0
Runtime
Entrypoint
Authentication
api_key · X-Notify-Key
License
Published
11h ago

Requirements

Permissions

None requested.

Dependencies

None.

Tags

notificationsalertsemail

Environment variables

No environment variables

This tool needs no configuration.

Input schema

{
  "type": "object",
  "required": [
    "channel",
    "to",
    "body"
  ],
  "properties": {
    "to": {
      "type": "string"
    },
    "body": {
      "type": "string"
    },
    "channel": {
      "enum": [
        "email",
        "sms",
        "push",
        "webhook"
      ],
      "type": "string"
    },
    "subject": {
      "type": "string"
    },
    "priority": {
      "enum": [
        "low",
        "normal",
        "urgent"
      ],
      "type": "string"
    }
  }
}

Output schema

{
  "type": "object",
  "properties": {
    "delivered": {
      "type": "boolean"
    },
    "provider_id": {
      "type": "string"
    }
  }
}

Version history