BahriCanli Connect

Descripció

Bahri Canli Connect lets a business manage its own WhatsApp Business account from
the WordPress admin area, through the Message Manager platform
(https://message-manager.tr):

  • Shared team inbox — incoming and outgoing WhatsApp messages
  • Reply to customer conversations without leaving WordPress
  • Live 24-hour customer service window countdown
  • Send approved message templates, in a conversation or to a new phone number
  • Archive conversations

The plugin is a thin client. It stores no message data of its own. All business
logic and the connection to the Meta WhatsApp Business Platform (Cloud API) run on
the Message Manager service. The plugin only talks to that service from your
WordPress server, using a per-account API key. The API key is never exposed to the
browser.

External services

This plugin connects to one external service: the Message Manager API at
https://message-manager.tr. A connection is made only after you enter an API key
on the plugin settings screen, and only while a logged-in administrator is using
the plugin’s screens (Settings, Inbox, Send Message).

What is sent to Message Manager:

  • Your API key, in the Authorization request header, to authenticate the request.
  • When you open a conversation: the conversation identifier you selected.
  • When you send a reply: the conversation identifier and the message text you typed.
  • When you send a template: the template identifier/name and language, the variable
    values you typed, and either the conversation identifier or the recipient phone number.
  • When you archive or unarchive a conversation: the conversation identifier.
  • When you open a template form: a request for your approved template list.

What is received from Message Manager and shown in wp-admin:

  • The list of your WhatsApp conversations (contact name/number, status, unread count).
  • The messages of a conversation you open (text, direction, delivery status, timestamps).
  • Your approved message templates (name, language, body text).

Message Manager, in turn, communicates with the Meta WhatsApp Business Platform
(Cloud API) on your behalf to deliver and receive those messages. No data is sent
to any other third party. Message Manager does not sell or share your data.

  • Message Manager website: https://message-manager.tr
  • Message Manager Terms of Service: https://message-manager.tr/terms-of-service
  • Message Manager Privacy Policy: https://message-manager.tr/privacy-policy
  • Integration details: https://message-manager.tr/wordpress-plugin
  • Meta WhatsApp Business Platform Terms: https://www.whatsapp.com/legal/business-policy

Captures

Instal·lació

  1. Upload the plugin to /wp-content/plugins/bahricanli-connect and activate it.
  2. Go to Connect > Settings and enter the API key from your Message Manager account, then click Test connection.
  3. Open Connect > Inbox to read and reply to WhatsApp conversations.

PMF

Where do I get an API key?

From the Message Manager panel: open your tenant, go to API Keys, and create
one. The full key is shown only once.

Is my API key safe?

Yes. It is stored only in your WordPress database (options), never sent to the
browser, and only its SHA-256 hash is kept on the Message Manager side. You can
revoke it at any time from the Message Manager panel.

Does the plugin store WhatsApp messages in WordPress?

No. Messages are fetched from the Message Manager API on demand and are not written
to your WordPress database.

Ressenyes

No hi ha ressenyes per a este complement.

Col·laboradors i desenvolupadors

«BahriCanli Connect» és programari de codi obert. La següent gent ha col·laborat en este complement.

Col·laboradors

Traduïx «BahriCanli Connect» a la teua llengua.

T’interessa el desenvolupament?

Revisa el codi , dona una ullada al repositori SVN o subscriu-te al registre de desenvolupament per RSS.

Registre de canvis

0.1.5

  • Show a clear notice for messages WhatsApp Cloud API does not deliver (unsupported type, e.g. copy-code verification messages) instead of “[unsupported]”.

0.1.4

  • Send approved WhatsApp templates from a conversation (also after the 24-hour window closes).
  • New “Mesaj Gönder” page: start a conversation with any phone number using an approved template.
  • Archive and unarchive conversations; new “Arşiv” filter in the inbox.
  • Live 24-hour customer service window countdown above the message composer.

0.1.3

  • Added a WordPress Playground blueprint so the plugin directory “Live Preview” opens on the settings screen.

0.1.2

  • Added plugin directory assets (banner, icon) and screenshots.

0.1.1

  • Unique bahrco/BAHRCO prefix for all class names and AJAX actions.
  • Removed the unnecessary load_plugin_textdomain() call.

0.1.0

  • Initial release: settings, connection test, inbox (list + reply).