697 B
697 B
Freshdesk_API_Shim
Custom module built for Drupal 10 designed to take POST requests from a webform and forward it to the Freshdesk API.
Installation Instructions
- Move this project into the 'web\modules\custom\FreshdeskShim' folder.
- If Drupal is actively running, clear the cache via the following CLI command:
ddev drush cr - Enable this module from the configuration menu on the website's 'Extend > Custom' section.
(OPTIONAL) You can also issue this command from the CLI via the following command:
ddev drush en FreshdeskShim -y
Module Dataflow