Send emails, SMS via Twilio, bulk messaging, webhooks and notification templates. Two-way SMS with WP Twilio Core integration.
An agent that can do the work but cannot tell anyone it happened leaves you checking. Messaging is what turns a task into a finished process.
Send through WordPress, so your existing delivery setup applies.
Send text messages, with two-way support through WP Twilio Core.
Reach a list in one operation rather than one message at a time.
Manage reusable notification templates instead of retyping wording.
Fire a webhook so other systems learn about it too.
Raise a notification inside WordPress for whoever logs in next.
Finish the job with the message that says it is done — email, SMS or webhook, sent from the same conversation that did the work.
End an automation with the message that tells someone it finished.
Notify a person when an audit finds something worth acting on.
Message a group of users once, from data the agent just worked out.
Fire a webhook so tooling outside WordPress stays in step.
Notifications & SMS is built into NibWP and gives any MCP-compatible AI agent — Claude, Cursor, Claude Code and others — a way to tell people what happened.
It is the step most automation forgets. An agent audits a site, fixes what it finds, and then nothing: no email, no message, no webhook, and someone has to go and check anyway. Messaging is what turns a completed task into a finished process.
Email goes through WordPress, so an SMTP plugin you already run handles it. SMS goes through your own Twilio account, with two-way messaging via WP Twilio Core.
| Tool | Type | What it does |
|---|---|---|
| nibwp/notify-send-email | write | Send a single email through WordPress. |
| nibwp/notify-bulk-email | write | Send email to many recipients in one operation. |
| nibwp/notify-send-sms | write | Send an SMS via Twilio. |
| nibwp/notify-bulk-sms | write | Send SMS to many recipients at once. |
| nibwp/notify-configure-twilio | write | Configure the Twilio connection. |
| nibwp/notify-manage-templates | write | Create and manage notification templates. |
| nibwp/notify-send-wp-notification | write | Raise a notification inside WordPress. |
| nibwp/notify-webhook | write | Fire a webhook to an external system. |
Email, webhooks and WordPress notifications are built in. SMS needs a Twilio account, and two-way SMS uses WP Twilio Core.
You do, at Twilio. NibWP sends through your account; it does not resell messaging.
Sending is an explicit action against recipients you name, and bulk sends are a separate operation from single ones. Scoped tokens decide whether a connection can send at all.
Yes. Email goes through WordPress, so an SMTP plugin such as FluentSMTP handles delivery exactly as it does for everything else.
Activate the integration and it's live on your MCP endpoint instantly.