Blesta

Integration created in house by Timothy.

Plugin Installation

To install the plugin simply download the plugin from: https://github.com/ticaga/ticaga_blesta

Upload the ticaga_support folder to the plugins folder inside your Blesta installation.

Afterwards head over to the Blesta admin and go to the Settings, click on Plugins, and Available. Hit on Install and you'll be greeted with the following:

ticaga_plugin.png

Click on Manage to set-up the API:

Screenshot 2025-09-15 at 16.34.34.png

The API URL is your Ticaga installation link, for example https://support.ticaga.com.

The Admin Email Address is your admin email address for Ticaga.

The API Key is the api key you can grab from Ticaga, simply log into your Ticaga installation, click on your name in the bottom left, select on Settings then select API Details.

Screenshot 2025-09-15 at 16.39.47.png

The Email is your Admin Email Address.
The Token is your API Key.
If you don't have one, click on Create a Token to generate a new one.


Want something like ours:

Screenshot 2025-09-15 at 17.02.50.png

Simply add this to your Portal plugin on Blesta: Settings > Company > Plugins > Portal: manage and add this:

{% if plugins.ticaga_support.enabled %}
    <div class="col-md-4 col-sm-6 portal-box">
        <a href="{blesta_url}plugin/ticaga_support/client_main/departments/">
            <div class="card">
                <div class="card-body">
                    <i class="fas fa-ticket-alt fa-4x"></i>
                    <h4>Support</h4>
                    <p>You can open a trouble ticket here.</p>
                </div>
            </div>
        </a>
    </div>
{% endif %}

 

How Clients can open a ticket.

To open tickets on Blesta, your customers need to sync their Ticaga account to Blesta.

Simply clicking on Support shows this page:

clients-please-sync.png

Your customers can find their customer ID on Ticaga by clicking their name on the bottom left:

Screenshot 2025-09-15 at 16.47.27.png

Their Ticaga email address must match their Blesta email address else the syncing will not work.

We've got two tasks to help make this more streamlined: Blesta Plugin - Automatically Sync & Blesta Plugin - Sync Manually
No ETA yet, on these but we do have these planned, if it will benefit you, please +1 them so we know we may need to do them sooner rather than later.

After your customer has provided the following details they'll be shown this page:

clients-sync-completed.png

Now when your customer clicks on Create a ticket, they'll be shown the support departments they can open tickets in:

ticaga_departments.png

Your client can click on a department and be shown the create a ticket form, if they can use high priorities they'll be displayed here too:

Screenshot 2025-09-15 at 14.23.20.png

Or if the department allows Priorities they'll see this:

Screenshot 2025-09-15 at 16.58.26.png

After they've submitted a ticket, they'll be shown all the tickets:

clients-all-tickets.png

Clicking View ticket shows the replies from employees and the customer:

Screenshot 2025-09-15 at 14.28.09.png

 

I want to re-add the Ticket information on the next update to the Blesta plugin like the old one:

clients-2.png

How Guests can open a ticket.

Since version 2.0.0 of the Blesta plugin, your visitors (guests) can finally submit a ticket to your team.

They can click on Support >> Departments or if you've added a link to your portal they can simply click a link, they'll see the list of departments which are "public":

Screenshot 2025-09-15 at 17.03.07.png

They simply click on the department to see the form:

Screenshot 2025-09-15 at 17.05.09.png

They need to supply their Full Name and Email Address, unlike your customers who are logged in.