WhatsApp Web Messaging · Version 1.0.0 · 2026.07.30-r20.5

Installation, version, schema and module access

Install build r20.5 safely, understand its data model and hooks, and expose only the menus each authorised user can access.

18 code-backed guidesExact navigationInterlinked workflows

Guides in this workflow

Select the exact setup, Inbox, verification, automation, portal, audit or troubleshooting action you need.

Understand WhatsApp Web Messaging

Review the shared linked-device inbox, account isolation, verification, automation, CRM conversions, portal history and audit design delivered in build r20.5.

Administrator

Check the CRM version requirement

Confirm the CRM is compatible with the module header requirement of version 3.0.* before activation.

Administrator

Understand module version 1.0.0 and build r20.5

Distinguish the semantic module version from the dated release build that contains registered-mobile recognition and administrator customer-history improvements.

Administrator

Upload and activate the module

Install the ZIP through the native module manager and allow the activation hook to create or upgrade the module-owned schema.

Administrator

Understand the activation hook

Understand that activation loads the helper and install.php, then runs the idempotent installation function.

Administrator

Understand automatic schema upgrades

See how every request can call ensure_installed so an older installation is brought to the current schema without a manual database command.

Administrator

Review the eleven module-owned tables

Understand the accounts, access, conversations, messages, standard replies, reply visibility, conversions, audit, verification sessions, verification events and automation-session tables.

Administrator

Understand prefix-safe database installation

Confirm all table names use the current CRM database prefix and can therefore work in installations that do not use the default prefix.

Administrator

Understand account schema additions in r20.5

Review event-stream identity, deletion metadata and connector-cursor fields used for safe live-event recovery and soft deletion.

Administrator

Understand conversation verification fields

Review verification session, verification status, verified contact and verified customer fields stored on conversations.

Administrator

Understand message verification linkage

Understand why imported and automated messages can retain the verification session responsible for the event.

Administrator

Understand the module hooks

Review administrator menus, portal menus, customer-profile history, assets, cron synchronisation and runtime watchdog hooks.

Administrator

Understand native module capabilities

Distinguish View, Manage standard replies and Audit Trail capabilities from the separate per-account permission matrix.

Administrator

Understand menu visibility rules

Learn why Inbox, Standard Replies, Connections, Access Control, Settings and Audit Trail appear for different users.

Administrator

Open the WhatsApp administrator workspace

Use the WhatsApp sidebar group and select the workspace permitted for the signed-in staff member.

Administrator

Verify installation after activation

Confirm the WhatsApp menu, Connections page, schema build option, assets and private runtime preparation are available without PHP errors.

Administrator

Understand session preservation during module upgrades

Know that routine installer and runtime preparation work preserves the isolated linked-device authentication directory for each account.

Administrator

Understand deactivation and removal boundaries

Distinguish disabling the CRM module from using the explicit Unlink WhatsApp or Delete account controls; linked-device and compliance history are not silently removed by normal page navigation.

Administrator