Help Scout Destination
Help Scout quick info
Help Scout accepts Identify calls. If you reference it in the Integrations object, call it “Help Scout”.
Help Scout accepts cloud-mode data from all Segment source types. It does not offer device-mode connections.
Help Scout is a help desk software company which provides an email-based customer support platform, knowledge base tool, and an embeddable search/contact widget for customer service professionals.
Getting Started
Before you start, make sure Help Scout supports the source type and connection mode you’ve chosen to implement. You can learn more about connection modes here.
Web | Mobile | Server | |
---|---|---|---|
📱 Device-mode | ⬜️ | ⬜️ | ⬜️ |
☁️ Cloud-mode | ✅ | ✅ | ✅ |
- From the Segment web app, click Catalog.
- Search for Help Scout in the Catalog, select it, and choose which of your sources to connect the destination to.
- Click “Connect to Help Scout” to start the Help Scout authentication process. Help Scout provides a secure token that Segment uses to send data to Help Scout. If you need to change accounts, click Disconnect, then connect to a new Help Scout account.
- Enable the Destination.
- Start sending events!
Identify
If you’re not familiar with the Segment Specs, take a look to understand what the Identify method does. An example call would look like this:
analytics.identify({
userId: '019mr8mf4r',
traits: {
name: 'Kamala Khan',
email: 'kkhan@colesacademic.edu',
}
});
You can use the Identify call to create or update customers in your Help Scout account.
A name
and an email
are required by Help Scout to complete the request. You can set the userId as the email
, although this is not recommended. You can also specify firstName
and lastName
traits instead of a single name
trait. You can learn more about which properties Help Scout will accept here.
This page was last modified: 20 Oct 2020
Need support?
Questions? Problems? Need more info? Contact us, and we can help!