Perfex CRM Server Requirements – Essential Checklist
Perfex CRM 404 Not Found After Installation – – Quick & Easy Solutions
Perfex CRM Nginx Configuration – Proven 10-Step Tutorial for Success
Perfex CRM IIS Installation – Best Guide
Perfex CRM Installation Guide – Easy 6-Step Tutorial to Get Started
Frequently Asked Questions
Whatsapp for perfex crm
What is the easiest way to integrate WhatsApp with Perfex CRM?
The easiest way is to install Systematica’s WhatsApp Integration Module, configure your WhatsApp Business API credentials, and automate messages using built-in CRM triggers.
How do I get a WhatsApp Business API token for Perfex CRM integration?
You must apply for a WhatsApp Business Account through Meta Business Manager . Once approved, you’ll get access to your API Token, Business Account ID, and Phone Number ID.
Can I automate WhatsApp messages for invoices and tasks in Perfex CRM?
Yes. You can set triggers like “Invoice Overdue” or “Task Assigned” to send predefined WhatsApp message templates to clients or staff.
Does the WhatsApp module support multiple message templates?
Absolutely. You can create unlimited templates such as invoice reminders, appointment confirmations, ticket updates, and payment alerts, each with dynamic placeholders.
Can I test the WhatsApp module before going live with clients?
Yes. You can use test phone numbers or sandbox accounts provided by Meta to run internal tests before enabling live automation.
Does this WhatsApp module work with Twilio, Gupshup, or other providers?
This module is built for the official WhatsApp Business Cloud API, but future updates may support third-party APIs like Twilio or Gupshup. Custom integration is possible via hooks.
Will I be able to view WhatsApp message logs inside Perfex CRM?
Yes. All outbound messages sent through the module are logged in the CRM dashboard under WhatsApp Logs, showing date, status, and recipient details.
Can I send personalized bulk WhatsApp messages to CRM contacts?
Yes. The module allows CSV upload or filtered bulk sending to CRM contacts using template variables like
{client_name}
,{invoice_due}
, etc.Is WhatsApp message delivery tracked or reported in Perfex CRM?
Delivery status is available through the API callback. The module reflects statuses like “Sent”, “Delivered”, or “Failed” within the message log section.
Is the WhatsApp module GDPR compliant?
Yes. All message delivery and contact storage occurs via secure API calls. However, ensure client consent is obtained before sending automated messages to comply with GDPR or local regulations.
Perfex CRM Server Requirements
Can I run Perfex CRM on shared hosting?
Yes, small setups work fine. But for better speed and scalability, VPS is the preferred option.
Which database is best for Perfex CRM installation requirements?
MariaDB is slightly faster, but MySQL is fully supported and reliable.
What Perfex CRM PHP version is recommended?
Always use the latest stable PHP supported version (currently 8.1+).
Do I need HTTPS from the start?
Yes, install SSL before going live to protect client data and for payment gateways
What happens if requirements aren’t met?
You may face issues such as 404 errors, blank pages, or failed module installations.
Perfex CRM 404 Not Found after installation
Homepage loads but other pages return 404. Why?
Rewrite rules are missing. Fix your
.htaccess
or Nginx config.I uploaded .htaccess but it’s ignored.
Enable
AllowOverride All
in Apache settings.Does HTTPS affect the 404 error?
Not directly, but you should use HTTPS for security.
What if I can’t edit server configs?
Ask your hosting provider to enable rewrites.
How can I confirm the fix?
Try accessing
/index.php/clients
. If it loads, rules are working.
Perfex CRM IIS Installation
Do I need the IIS URL Rewrite Module?
Yes, without it Perfex CRM clean URLs won’t work.
Can I run Perfex CRM on Windows shared hosting?
es, but only if your host allows custom
web.config
files and FastCGI.Why do I see blank pages after setup?
Check if the PHP executable path in Handler Mapping is correct.
Is SSL required for IIS hosting?
Not required, but strongly recommended for security.
Perfex CRM Installation
Can I install Perfex CRM on shared hosting?
Yes, as long as your host supports PHP 8.1+ and MySQL/MariaDB.
Do I need SSL before installation?
Not required, but recommended for login security and payment gateways, integrations
Can I migrate Perfex CRM later?
Yes, you can move your files and database to another server.
What if installation fails at database step?
Check that the database user has full privileges and that your host allows remote database access.