What the Button Does
The Chat Now button:- Is embedded directly in ticket-related emails.
- Opens a live support chat in the client’s browser.
- Automatically includes the client’s name, email, and company—no extra steps required.
Code Snippet
Paste the following HTML code into your PSA’s ticket email template to display the chat button:How It Works
The link in the button dynamically pulls information using placeholder fields supported by your PSA:[contactfirstname]– The client’s first name[contactlastname]– The client’s last name[contactemail]– The client’s email address[companyname]– The client’s company
Where to Find Your App ID
To make this button functional, you need to replace<add your appid> in the link with your actual Thread App ID.
Here’s how to find it:
1
Log in to the Thread admin panel
Log in to your Thread admin panel.
2
Navigate to Messenger → Installation
Navigate to Messenger → Installation.
3
Locate your App ID
Locate your App ID in the installation section.
4
Copy it into the chat link
Copy and paste it into the
appId= portion of the chat link.How to Add It to Your PSA
While every PSA is different, here’s a general process for updating your email template:1
Open your PSA's email template editor
Open your PSA’s email template editor.
2
Locate the ticket updates template
Locate the template used for ticket updates or status notifications.
3
Open the HTML view
Open the HTML view (or source view) of the template.
4
Paste the HTML snippet
Paste the HTML snippet where you’d like the Chat Now button to appear.
5
Replace the App ID placeholder
Replace
<add your appid> with your actual App ID.6
Save and preview
Save and preview the template using a test ticket or contact.
Best Practices
- Test how the email renders in various email clients (desktop + mobile).
- Ensure placeholder fields are correctly replaced by your PSA.
- Customize button color (
#EB4034) to match your branding if needed.