Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 950 Bytes

File metadata and controls

18 lines (16 loc) · 950 Bytes

This extension need to searching, preparing and seending information about customer for your Freshdesk/Freshsales account. The extension is free, but you should install paid Freshdesk/Freshsales application

How to install the extension:

  1. Download actual version of the extension
  2. Unpack it on your Magento 2 store in app/code/Magento/Freshdesk directory or use Composer:
composer require morfdev/module-freshdesk
  1. Run following commands in console:
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy -f
  1. Go to the extension settings page (Stores > Configuration > MorfDev > Freshworks)
  2. Generate API Token (click on "Generate new token" button or input own string and save configuration)

All configuration on Magento 2 store is done.