🎫 Integration Hub

Seamlessly integrate your platform with our ticket system. Get started in 15 minutes with comprehensive documentation and ready-to-use code examples.

15-30 Minutes to Integrate
4+ Framework Examples
99.9% API Uptime

Choose Your Path

Select the documentation that matches your role and get started immediately

⚑

Quick Start Guide

Get integrated in 15-30 minutes with our step-by-step checklist. Perfect for developers who want to start fast.

βœ“ Recommended 15-30 min
πŸ“˜

Complete Guide

Comprehensive 50+ page documentation with detailed examples for Laravel, WordPress, React, and more.

1-2 hours Deep Dive
πŸ”§

Technical Reference

System architecture, database schema, and maintenance guides for internal development teams.

Internal Reference

Why Choose Our Integration?

Enterprise-grade security with developer-friendly implementation

πŸ”’

Secure Authentication

AES-256 encryption with 2-minute token expiry and replay protection

⚑

Fast Integration

Get up and running in 15-30 minutes with copy-paste code examples

🎨

Framework Agnostic

Works with Laravel, WordPress, React, Vue.js, and plain JavaScript

πŸ”„

Single Sign-On

Users authenticate once on your platform, no re-login required

πŸ“Š

Analytics Dashboard

Track ticket metrics, user activity, and system performance

πŸ’¬

24/7 Support

Expert integration support via email and emergency hotline

How It Works

Simple 4-step integration process

1

Expose User Data

Add JavaScript code to expose authenticated user's email and name

2

Add Function

Include the contactSupport() function to handle ticket submission

3

Add Button

Place a "Submit Ticket" button in your navigation or footer

4

Test & Go Live

Validate the integration and deploy to production

Quick Code Example

Get started with this simple JavaScript integration

// Step 1: Expose user data
window.authUser = {
    
};

// Step 2: Add contact support function
function contactSupport(e) {
    if (e) e.preventDefault();
    
    if (!window.authUser?.email) {
        alert('Please sign in to submit a support ticket.');
        return;
    }

    const form = document.createElement('form');
    form.method = 'POST';
    form.action = 'https://tickets.flare99.com/api/auth/redirect/yourcompany';
    form.target = '_blank';
    
    ['email', 'name'].forEach(field => {
        const input = document.createElement('input');
        input.type = 'hidden';
        input.name = field;
        input.value = window.authUser[field] || '';
        form.appendChild(input);
    });
    
    document.body.appendChild(form);
    form.submit();
    form.remove();
}

// Step 3: Add button
// <a href="#" onclick="contactSupport(event)">Submit Ticket</a>
View Full Documentation

πŸ“š Complete Documentation

Everything you need to integrate successfully

Frequently Asked Questions

Common questions about our integration

How long does integration take?
Most developers complete the integration in 15-30 minutes using our Quick Start Checklist. The process involves adding JavaScript code, a support function, and a button to your website.
What frameworks do you support?
We provide code examples for Laravel, WordPress, React, and plain JavaScript. The integration works with any framework that can expose user data and make HTTP requests.
Is the integration secure?
Yes! We use AES-256 encryption, 2-minute token expiry, one-time use tokens, HTTPS-only communication, and rate limiting to ensure enterprise-grade security.
Do users need to create separate accounts?
No! Users authenticate once on your platform and are automatically logged into the ticket system. No separate credentials required.
What support is available?
We offer email support (24-hour response), comprehensive documentation, code examples, and emergency support for critical issues.
Can I use my own domain?
Yes! We support custom domains (e.g., support.yourcompany.com) in addition to our standard subdomains. Contact us to set this up.

Need Help?

We're here to support you every step of the way

πŸ’¬

Integration Support

Technical help with implementation

integration@flare99.com
πŸ†˜

General Support

Questions and assistance

support@flare99.com
🚨

Emergency

Critical issues (24/7)

emergency@flare99.com
πŸ’Ό

Sales Inquiries

Partnership opportunities

sales@flare99.com

Ready to Get Started?

Join hundreds of companies using our ticket system. Start your integration today.