Title: Notifish
Author: notifish
Published: <strong>2026 年 1 月 29 日</strong>
Last modified: 2026 年 6 月 2 日

---

搜索插件

![](https://ps.w.org/notifish/assets/icon-256x256.png?rev=3449871)

# Notifish

 作者：[notifish](https://profiles.wordpress.org/notifish/)

[下载](https://downloads.wordpress.org/plugin/notifish.2.0.1.zip)

 * [详情](https://cn.wordpress.org/plugins/notifish/#description)
 * [评价](https://cn.wordpress.org/plugins/notifish/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/notifish/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/notifish/#developers)

 [支持](https://wordpress.org/support/plugin/notifish/)

## 描述

Notifish is a WordPress plugin that automatically sends WhatsApp notifications when
you publish a post. It integrates with the [Notifish API](https://notifish.com) 
to send messages to WhatsApp groups.

#### Key Features

 * **Automatic Notifications** – Send WhatsApp messages automatically when posts
   are published
 * **Scheduled Posts Support** – Messages are sent when scheduled posts go live (
   via WP-Cron)
 * **WordPress App Compatible** – Works with posts created via the official WordPress
   iOS/Android app
 * **REST API Support** – Full REST API integration for developers
 * **Duplicate Prevention** – Plugin checks if a post was already sent to avoid 
   duplicates
 * **Send History** – View all sent messages in the Notifish Logs page
 * **Resend Messages** – Easily resend messages from the logs page
 * **WhatsApp Status (API v2)** – View QR Code, connection status, and manage WhatsApp
   session

#### How It Works

 1. Configure your Notifish API credentials in the plugin settings
 2. When editing a post, check the “Share on WhatsApp” checkbox
 3. Publish the post – the message is sent automatically
 4. View sent messages in the Notifish Logs page

#### Requirements

 * A Notifish account with API access
 * API Key and Instance UUID from your Notifish dashboard

#### Third-Party Service

This plugin connects to the **Notifish API** to send WhatsApp messages. When you
use this plugin:

 * Your post title and URL are sent to the Notifish API servers
 * The API sends the message to your configured WhatsApp groups
 * No personal user data is collected or stored by the plugin

**Notifish Service:**
 * Website: [https://notifish.com](https://notifish.com) *
Terms of Service: [https://notifish.com/termos-de-uso](https://notifish.com/termos-de-uso)*
Privacy Policy: [https://notifish.com/polica-de-privacidade](https://notifish.com/polica-de-privacidade)

### Privacy Policy

This plugin connects to an external service (Notifish API) to send WhatsApp messages.
The following data is transmitted:

 * Post ID
 * Post title
 * Post URL
 * Blog name (for message identification)

No personal user data is collected or transmitted. The plugin does not track users
or collect analytics.

For more information about how Notifish handles your data, please visit their [Privacy Policy](https://notifish.com/polica-de-privacidade).

## 安装

 1. Upload the `notifish` folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Go to the Notifish menu and configure your API settings
 4. Enter your API URL, Instance UUID, and API Key
 5. Use an API URL that includes the version path (e.g. …/api/v2/)
 6. Enable “WhatsApp by default” if you want the checkbox pre-checked for new posts
 7. Start publishing posts with WhatsApp notifications!

## 常见问题

### Do I need a Notifish account?

Yes, you need a Notifish account to use this plugin. Visit [notifish.com](https://notifish.com)
to create an account and get your API credentials.

### Does it work with scheduled posts?

Yes! When a scheduled post is automatically published by WordPress, the plugin will
send the WhatsApp message at that time.

### Does it work with the WordPress mobile app?

Yes! The plugin is fully compatible with the official WordPress app for iOS and 
Android. Posts created via the app will use the default settings configured in the
plugin.

### Can I resend a message?

Yes, go to Notifish Logs in your WordPress admin and click the “Resend” button next
to any message.

### Which API version does the plugin use?

The plugin uses the Notifish API v2 only. Your API URL must include the version 
path (e.g. …/api/v2/). This provides WhatsApp session management, QR Code display,
and link previews.

### Is my data safe?

The plugin only sends post titles and URLs to the Notifish API. No personal user
data is collected. All communications use HTTPS.

## 评价

![](https://secure.gravatar.com/avatar/9719b993d15e980582315c944e2a9944e2ea6e062cd5aa776f20424c72517077?
s=60&d=retro&r=g)

### 󠀁[Top demais. Era exatamente isso que estava precisando.](https://wordpress.org/support/topic/top-demais-era-exatamente-isso-que-estava-precisando/)󠁿

 [paivaric](https://profiles.wordpress.org/paivaric/) 2026 年 1 月 30 日

Para quem deseja enviar notificações automáticas pelo WhatsApp sempre que um novo
artigo é publicado, o Notifish se apresenta como uma ferramenta confiável e bastante
útil. Sua configuração é simples, e as mensagens são transmitidas de forma confiável,
tanto para publicações agendadas quanto para aquelas realizadas diretamente no WordPress.
É importante destacar que ele impede o envio de mensagens duplicadas, mantém um 
registro dos envios com a possibilidade de reenviar e possibilita a integração por
meio da REST API. Ademais, o plugin garante a privacidade ao enviar somente as informações
do artigo, sem coletar dados pessoais.

 [ 阅读所有1条评价 ](https://wordpress.org/support/plugin/notifish/reviews/)

## 贡献者及开发者

「Notifish」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ notifish ](https://profiles.wordpress.org/notifish/)

[帮助将「Notifish」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/notifish)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/notifish/)，查看[SVN仓库](https://plugins.svn.wordpress.org/notifish/)，
或通过[RSS](https://plugins.trac.wordpress.org/log/notifish/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/notifish/)。

## 更新日志

#### 2.0.0

 * Added: REST API support for WordPress mobile app compatibility
 * Added: Scheduled posts support via transition_post_status hook
 * Added: XML-RPC support for legacy apps
 * Added: Default value for posts created via REST API
 * Improved: Better logging for debugging
 * Improved: Code organization with separate classes

#### 1.0.0

 * Initial release

## 额外信息

 *  版本 **2.0.1**
 *  最后更新：**5 天前**
 *  活跃安装数量 **10+**
 *  WordPress 版本 ** 5.0 或更高版本 **
 *  已测试的最高版本为 **6.9.4**
 *  PHP 版本 ** 7.4 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/notifish/)
 * 标签
 * [automation](https://cn.wordpress.org/plugins/tags/automation/)[messaging](https://cn.wordpress.org/plugins/tags/messaging/)
   [Notifications](https://cn.wordpress.org/plugins/tags/notifications/)[posts](https://cn.wordpress.org/plugins/tags/posts/)
   [whatsapp](https://cn.wordpress.org/plugins/tags/whatsapp/)
 *  [高级视图](https://cn.wordpress.org/plugins/notifish/advanced/)

## 评级

 5 星（最高 5 星）。

 *  [  1 条 5 星评价     ](https://wordpress.org/support/plugin/notifish/reviews/?filter=5)
 *  [  0 条 4 星评价     ](https://wordpress.org/support/plugin/notifish/reviews/?filter=4)
 *  [  0 条 3 星评价     ](https://wordpress.org/support/plugin/notifish/reviews/?filter=3)
 *  [  0 条 2 星评价     ](https://wordpress.org/support/plugin/notifish/reviews/?filter=2)
 *  [  0 条 1 星评价     ](https://wordpress.org/support/plugin/notifish/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/notifish/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/notifish/reviews/)

## 贡献者

 *   [ notifish ](https://profiles.wordpress.org/notifish/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/notifish/)