Modules@robinpath/notify
@robinpath/notify
0.1.1PublicNotify module for RobinPath.
@robinpath/notify
Notify module for RobinPath.
Why use this module?
The notify module lets you:
- send
- sendUrgent
- sendSilent
- beep
- say
All functions are callable directly from RobinPath scripts with a simple, consistent API.
Installation
npm install @robinpath/notify
Quick Start
No credentials needed — start using it right away:
notify.sendUrgent
Available Functions
| Function | Description |
|---|---|
notify.send | send |
notify.sendUrgent | sendUrgent |
notify.sendSilent | sendSilent |
notify.beep | beep |
notify.say | say |
notify.alert | alert |
notify.confirm | confirm |
notify.prompt | prompt |
notify.clipboard | clipboard |
notify.getClipboard | getClipboard |
Examples
sendUrgent
notify.sendUrgent
sendSilent
notify.sendSilent
beep
notify.beep
Integration with RobinPath
import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/notify";
const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);
const result = await rp.executeScript(`
notify.sendUrgent
`);
Full API Reference
See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.
Related Modules
@robinpath/slack— Slack module for complementary functionality@robinpath/discord— Discord module for complementary functionality@robinpath/teams— Teams module for complementary functionality@robinpath/telegram— Telegram module for complementary functionality@robinpath/whatsapp— WhatsApp module for complementary functionality
License
MIT
Versions (1)
| Version | Tag | Published |
|---|---|---|
| 0.1.1 | latest | yesterday |
Related Modules
communication
0
@robinpath/discord
v0.1.0robinpath
Discord module for RobinPath.
0 downloads
...
communication
0
@robinpath/notification
v0.1.1robinpath
Unified notifications: Slack, Discord, Telegram, and MS Teams via webhooks
0 downloads
...
communication
0
@robinpath/slack
v0.1.0robinpath
Slack Web API and Incoming Webhooks client for messaging, channels, reactions, file uploads, and user management
0 downloads
...
communication
0
@robinpath/sms
v0.1.0robinpath
SMS sending via Twilio and Vonage with validation, formatting, lookup, and cost estimation
0 downloads
...
Install
$ robinpath install @robinpath/notify Version0.1.1
LicenseMIT
Unpacked Size3.4 KB
Versions1
Weekly Downloads0
Total Downloads0
Stars0
Last Publishyesterday
Createdyesterday

