osTicket Connector

plugin banner

Create tickets in osTicket support system via the existing contact form.

Author:SCAND Ltd. (profile at wordpress.org)
WordPress version required:4.3
WordPress version tested:6.2
Plugin version:1.0.9
Added to WordPress repository:17-02-2017
Last updated:13-04-2023
Rating, %:100
Rated by:4
Plugin URI:https://wordpress.org/plugins/scand-osticket-...
Total downloads:8 369
Active installs:400+
plugin download
Click to start download

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.

Screenshots
FAQ
ChangeLog