2024-08-29 14:36:16 +00:00
2024-08-29 14:36:16 +00:00

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 '\modules\custom\FreshdeskShim' folder.
  2. If Drupal is actively running, clear the cache via the following CLI command:
    drush cr
  3. Enable this module from the configuration menu on the website's 'Extend > Custom' section.
    (OPTIONAL) You can also issue this command via the CLI via the following command:
    drush en FreshdeskShim -y
Description
Custom module built for Drupal 10 designed to take POST requests from a webform and forwards it to the Freshdesk API.
Readme
Languages
PHP 100%