All Collections
Integrations
Accelo
Add a Simplesat survey to Accelo
Add a Simplesat survey to Accelo

How to add your customer satisfaction survey (CSAT), customer effort score (CES), and net promoter score (NPS) embed code to Accelo.

Cory Brown avatar
Written by Cory Brown
Updated over a week ago

Simplesat allows you to create a CSAT, CES, or NPS survey that you can embed directly in Accelo email notifications templates.

In this article:


Create your survey

First, create a new survey.Β 

Customize the survey settings to your heart's desires. 😁 Then, choose the Integrate with another tool option in the Publish tab.

Select Accelo on the pop-up box.

Click the Generate Embed Code button. Make sure you're on the HTML option, then click Copy survey.


Accelo email placeholders

These are automatically included when you generate a Accelo survey embed code, but here they are just in case. πŸ˜‰

Team Member Email

Team Member ID

[issue.manager.firstname][issue.manager.lastname]

Team Member First Name

[issue.manager.firstname]

Team Member Last Name

[issue.manager.lastname]

Customer Email

[issue.contact.email]

Customer ID

Customer First Name

[issue.contact.firstname]

Customer Last Name

[issue.contact.lastname]

Company Name

[issue.company.name]

Ticket ID

[issue.id]

Ticket Subject

[issue.subject]

Custom ticket fields

Department, Location, Priority, etc.

Priority

[issue.priority]

Description

[issue.description]

Class

[issue.class.title]

Ticket type

[issue.type]

Ticket status

[issue.status]


Add your survey to Accelo Tickets

Head over to your Accelo account, and navigate to the Settings (gear icon) > Tickets > Types, Progressions & Fields.

On the Status Progressions section, click Ticket Resolved Actions > Ticket Closed Notification.

On the Edit Activity Action page, click the Source code icon in the toolbar.

Paste the HTML code that you copied from your Simplesat account to where you'd like the question to appear and click Ok.

You may find that the rating images having borders, like this:

To fix this, click the Source code icon, and add this declaration to each icon's style attributes:

border-style:none;

The icons should look like this after adding the declaration:

Once you're happy with how the survey looks, click Ok and Save the status.


Add a Simplesat survey to Accelo Projects

Create your survey

First, create a new survey.

Customize the survey settings to your heart's desires. 😁 Then, choose the Integrate with another tool option in the Publish tab.

Select Accelo Project on the pop-up box.

Click the Generate Embed Code button. Make sure you're on the HTML option, then click Copy survey.


Accelo Project email placeholders

These are automatically included when you generate an Autotask survey embed codes, but here they are just in case. πŸ˜‰

Team Member Email

Team Member ID

[job.manager.firstname] [job.manager.lastname]

Team Member First Name

[job.manager.firstname]

Team Member Last Name

[job.manager.lastname]

Customer Email

[job.contact.firstname][job.contact.lastname]@noemail.com

Customer ID

Customer First Name

[job.contact.firstname]

Customer Last Name

[job.contact.lastname]

Company Name

[job.company.name]

Ticket ID

[job.id]

Ticket Subject

[job.title]

Head over to your Accelo account, and navigate to the Settings (gear icon) > Projects > Types, Progressions & Fields.

On the Status Progressions section, click Project Complete > Project Complete Notification.

On the Edit Activity Action page, click the Source code icon in the toolbar.
​

Paste the HTML code that you copied from your Simplesat account to where you'd like the question to appear and click Ok.

You may find that the rating images having borders, like this:

To fix this, click the Source code icon, and add this declaration to each icon's style attributes:

border-style:none;

The icons should look like this after adding the declaration:


Try it out!

Create a test ticket with yourself as the requester. Check your email and click any rating that you like. Once you do, new feedback should instantly show up in your Simplesat dashboard. 🎊

Note: The Staff Member access in Accelo do not, or are not allowed to get emails from Accelo, so you'd need to test the survey using different access (normal user access). Otherwise, the information wouldn't populate in the survey.

If you run into any issues let us know and we'll be happy to help troubleshoot. πŸ™Œ

Did this answer your question?