
Research
/Security News
Miasma Mini Shai-Hulud Hits ImmobiliareLabs npm Packages
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.
@robinpath/whatsapp
Advanced tools
WhatsApp module for RobinPath.
The whatsapp module lets you:
All functions are callable directly from RobinPath scripts with a simple, consistent API.
npm install @robinpath/whatsapp
1. Set up credentials
whatsapp.setCredentials "EAABxxx" "1234567890"
2. Send a text message.
whatsapp.sendText "+1234567890" "Hello from RobinPath!"
| Function | Description |
|---|---|
whatsapp.setCredentials | Set WhatsApp Cloud API credentials. |
whatsapp.sendText | Send a text message. |
whatsapp.sendTemplate | Send a pre-approved template message. |
whatsapp.sendImage | Send an image message. |
whatsapp.sendDocument | Send a document message. |
whatsapp.sendLocation | Send a location message. |
whatsapp.sendContact | Send contact card(s). |
whatsapp.markRead | Mark a message as read. |
whatsapp.getProfile | Get the WhatsApp Business profile. |
whatsapp.updateProfile | Update the WhatsApp Business profile. |
whatsapp.sendText "+1234567890" "Hello from RobinPath!"
whatsapp.sendTemplate "+1234567890" "hello_world"
whatsapp.sendImage "+1234567890" "https://example.com/photo.jpg" "Check this out"
import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/whatsapp";
const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);
const result = await rp.executeScript(`
whatsapp.setCredentials "EAABxxx" "1234567890"
whatsapp.sendText "+1234567890" "Hello from RobinPath!"
`);
See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.
@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/json — JSON module for complementary functionalityMIT
FAQs
Meta WhatsApp Business Cloud API — send text, template, media and document messages, mark messages as read, and resolve media IDs. Uses the encrypted credential vault.
The npm package @robinpath/whatsapp receives a total of 11 weekly downloads. As such, @robinpath/whatsapp popularity was classified as not popular.
We found that @robinpath/whatsapp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.

Security News
Rolldown paused Rust React Compiler integration after a 5MB binary size increase raised concerns about shipping React-specific code to all Vite users.

Security News
/Research
Mini Shai-Hulud expands into the Go ecosystem after hitting LeoPlatform npm packages and targeting GitHub Actions workflows.