Skip to content

Commit f01f603

Browse files
author
markzegarelli
authored
Add note that Help Scout OAuth supports one destination per user (#4728)
1 parent 30d5118 commit f01f603

File tree

1 file changed

+12
-10
lines changed
  • src/connections/destinations/catalog/help-scout

1 file changed

+12
-10
lines changed

src/connections/destinations/catalog/help-scout/index.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,27 @@ id: 54521fd725e721e32a72eebf
88

99
## Getting Started
1010

11-
{% include content/connection-modes.md %}
12-
1311
1. From the Segment web app, click **Catalog**.
1412
2. Search for Help Scout in the Catalog, select it, and choose which of your sources to connect the destination to.
1513
3. 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.
1614
4. Enable the Destination.
17-
5. Start sending events!
15+
16+
> warning "Help Scout OAuth supports one destination per user"
17+
> Help Scout's OAuth connection to Segment supports one destination per user. If you try to create two destinations with the same user, you'll receive invalid token errors when you use the destination.
1818
1919
## Identify
2020

2121
If you're not familiar with the Segment Specs, take a look to understand what the [Identify method](/docs/connections/spec/identify/) does. An example call would look like this:
2222

23-
analytics.identify({
24-
userId: '019mr8mf4r',
25-
traits: {
26-
name: 'Kamala Khan',
27-
28-
}
29-
});
23+
```js
24+
analytics.identify({
25+
userId: '019mr8mf4r',
26+
traits: {
27+
name: 'Kamala Khan',
28+
29+
}
30+
});
31+
```
3032

3133
You can use the Identify call to create or update customers in your Help Scout account.
3234

0 commit comments

Comments
 (0)