Update README.md

This commit is contained in:
TheLeo 2024-08-29 14:27:36 +00:00
parent ca9d96352c
commit e76e2f24a7

View File

@ -1,9 +1,11 @@
# Freshdesk_API_Shim
Custom module built for Drupal 10 designed to take POST requests from a webform and forwards it to the Freshdesk API.
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 '<drupal root>\modules\custom\FreshdeskShim' folder.
2. Clear the Drupal cache if it is actively running ('drush cr' from the CLI).
3. Enable this module from the configuration menu on the website's admin panel (or from the CLI via 'drush en drush en FreshdeskShim -y').
2. Clear the Drupal cache if it is actively running
('drush cr' from the CLI).
3. Enable this module from the configuration menu on the website's admin panel
(or from the CLI via 'drush en drush en FreshdeskShim -y').