16 lines
697 B
Markdown
16 lines
697 B
Markdown
# 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 ##
|
|
|
|
1. Move this project into the 'web\modules\custom\FreshdeskShim' folder.
|
|
2. If Drupal is actively running, clear the cache via the following CLI command:<br>
|
|
``` ddev drush cr ```
|
|
3. Enable this module from the configuration menu on the website's 'Extend > Custom' section.<br>
|
|
(OPTIONAL) You can also issue this command from the CLI via the following command:<br>
|
|
```ddev drush en FreshdeskShim -y ```
|
|
|
|
## Module Dataflow ##
|
|
|
|
<img src="https://gitea.jv.com/TheLeo/Freshdesk_API_Shim/raw/branch/main/image.jpeg"> |