HB FreshDesk

Beschrijving

This plugin is used for connect your FreshDesk account in your wordpress site. You can easily to get your FreshDesk FAQs and Ticket, And also create a new ticket in your FreshDesk account directly using this plugin, And also check your ticket conversation.
FreshDesk Terms of Service
https://www.freshworks.com/terms/

Gebruik

Place this shortcode in page, post or text widget where you’d like to display Data.

[freshdesk-create-ticket]
[get_all_ticket]
[freshdesk-faq]

Templates

Place this shortcode in any template parts of your theme.

<?php echo do_shortcode('[freshdesk-create-ticket]'); ?>
<?php echo do_shortcode('[get_all_ticket]'); ?>
<?php echo do_shortcode('[freshdesk-faq]'); ?>

Installatie

  1. Upload “hb_freshdesk” naar de “/wp-content/plugins/” map.
  2. Activeer de plugin via het ‘Plugins’ menu in WordPress.

Hoe te gebruiken

  1. Place Add your Fresh-desk account detail in Freshdesk Settings -> General Setting tab.
  2. You can connect two way in our account 1. API Key 2. User-name and Password.
  3. Place Go to Faq page and select our FAQ’s which is display in your front end.
  4. Place Use Above Shortcode.

Schermafbeeldingen

FAQ

Having problems, questions, bugs & suggestions

Neem contact met ons op via https://www.hikebranding.com/

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“HB FreshDesk” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “HB FreshDesk” in je eigen taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

v1.0

  • Initial release version.

v2.0

Tested up to latest version.

v3.0

Tested up to latest version and bug fixed.

v3.4

WordPress 7.0 / PHP 8.x compatibility; replaced removed FILTER_SANITIZE_STRING, added AJAX nonces, prepared all SQL, escaped all output.