Helpscout Integration


We have recently completed an integration with Helpscout, a great help desk application. This integration was super simple and doesn’t use either the OnePageCRM API, nor the Helpscout API.

Helpscout support Custom Apps, enabling you to pull data from a 3rd party source directly into your Helpscout sidebar. This can be a static or dynamically created snippet of HTML. All you need to do is provide the endpoint URL of this snippet and it will be displayed in the Helpscout sidebar.

In our case we use a dynamically created snippet. Helpscout send a webhook which contains the details of the current conversation. We generate a dynamic HTML snippet, pulling the contact’s details from OnePageCRM based on the email address and sending it back to Helpscout.

If the contact isn’t found in OnePageCRM, we use a really simple method of integrating with OnePageCRM, our Create Contact via URL feature. We simply build a URL based on the contact details sent from Helpscout.

For example, if Johnny Bravo sent us an email to support, and wasn’t already in our OnePageCRM account, a link to a URL like this would be generated in our Helpscout sidebar.

http://app.onepagecrm.com/add_new_contact?firstname=Johny&lastname=Bravo&email=jb@cartoonnetwork.com

The user can simply click on this link and they are brought to their OnePageCRM account with a pre-populated add contact page. They can add in any other details for this contact and save it.

Our integration was initially created as a Custom App in Helpscout. This made it really easy for us to test it during development. When we were happy with the application, the team from Helpscout wrapped it up into an official, one-click install integration.

You can checkout our Helpscout app here, read the marketing blurb here and enable it in your OnePageCRM account on the apps page

Author image

Peter Armstrong

Peter is a software engineer at OnePageCRM.