osTicket Connector

from 0$

osTicket Connector is a WP Plugin Package from the Open Source WP Plugins range Create tickets in osTicket support system via the existing contact form.


For more information about a tailored WP Plugin Package like osTicket Connector please contact us directly.

This WordPress plugin supports the creation of new tickets in the osTicket system by using osTicket API. Only contact forms, which send emails, are supported as our plugin hooks the wp_mail function to get the forms’ data.

Important

The contact form must contain “Email”, “Full Name”, “Subject” and “Message” fields at least.

osTicket API

The osTicket API is used as simple XML or JSON over HTTP. Ticket creation is supported only.

Authentication

Authentication via the API is done via API keys configured inside the osTicket admin panel. API keys are created and tied to a source IP address, which will be checked against the source IP of requests to the HTTP API.

API keys can be created and managed via the admin panel. Navigate to Manage -> API keys. Use Add New API Key to create a new API key. Currently, no special configuration is required to allow the API key to be used for the HTTP API. All API keys are valid for the HTTP API.
See more details here.

Deployment

  1. Configure osTicket support system to enable the access via API for your WordPress (see “Authentication” section).
  2. Set up the contact form and input the attribute value of the tag name exactly as given in the settings form of the plugin. This will let the data map to osTicket API data template correctly.
  3. Add a hidden input with a name specified in ‘Form Identifier’ while using the contact form.

Download & install the zip archive

The plugin package installer can be downloaded from the WP2E project tab called “code”.

1 – Select the version to download if this option is available otherwise the “latest” version of the main plugin will be used.

2 – After downloading the zip archive install the plugin package installer in you local environment and activate the script from the plugin list.

3 – Under the section “Plugins” of the admin dashboard you should see a new “Dependencies & Licenses” link. Follow the instructions from this panel to finalize the installation of the missing dependencies.

Tips: Use the WP2E panel to add/suggest new dependencies to the local installation. Press F5 in the list of dependencies if the changes are not displayed right away.

OsTicket Connector

typePlugin
version1.0.3
descriptionCreate tickets in osTicket support system via the existing contact form.