Please Note That Our Support from 05:00 PM to 10:00 PM GMT from Sun - Thu Get Support  

Header background

Install Flutex API Module - Flutex Admin / Staff App

Setup Flutex API Module - Perfex Api Module for Flutex Admin / Staff App

After Extracting the zip file you got from codecanyon, locate "flutex_admin_api.zip" file.

API-Plugin.jpg

Install API Module on your Perfex CRM

  1. Open your Perfex CRM admin panel and got to: Setup > Modules, Then Click on "Choose file" to browse the file from your computer and click on "Install" Button.

    Install-api-plugin.jpg
  2. After Installation is complete click on "activate" button.

    activate_api_module.jpg
  3. Enter your Envato Username and Purchase code then click "save" button. (Where to find purchase code?)

    activate_purchase_code.jpg
  4. Now you're all set, and you can navigate to your api module settings to enable/disable admin/staff login within Flutex app.

    api_module_settings.jpgallow_staff_login.jpg

    Important! (Not Mandatory)
    In some servers, the Authorization header won't processed so if you faced this issue when running the app you'll need to fix that by adding these lines to your ".htaccess" file on your main Perfex CRM path. if it not exist then please create new file named ".htaccess" in your main Perfex CRM path and add these line to it.

    RewriteEngine On
    # Handle Authorization Header
    RewriteCond %{HTTP:Authorization} .
    RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]