Skip to content

Commit 7dd8a1b

Browse files
committed
[netlify-build]
1 parent ec1e3a3 commit 7dd8a1b

File tree

1 file changed

+8
-4
lines changed
  • src/connections/destinations/catalog/zendesk

1 file changed

+8
-4
lines changed

src/connections/destinations/catalog/zendesk/index.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,15 +122,16 @@ analytics.track('Article Completed', {
122122
});
123123
```
124124

125-
**Important:** You must have a Zendesk [Sunshine plan](https://www.zendesk.com/pricing/?variant=a#platform) to make track calls.
125+
> warning ""
126+
> You must have a Zendesk [Sunshine plan](https://www.zendesk.com/pricing/?variant=a#platform) to make track calls.
126127
127128
When you make a Track call, Segment sends data about the user's activity to Zendesk.
128129

129-
We will only send `track` events when the following two conditions are met:
130+
Segment only sends `track` events when the following two conditions are met:
130131

131-
1. The call is listed in the "Events" setting.
132+
1. The call is listed in the **Events** setting.
132133
2. A `userId` is included.
133-
- **Note:** If the `userId` doesn't match any existing users in Zendesk, we will return an error.
134+
- **Note:** If the `userId` doesn't match any existing users in Zendesk, an error will return.
134135

135136
**Mapping Users to an Email**: To map a Segment track event to a Zendesk Sunshine event by email, add the user's email address in the Track call as `properties.email`. This allows Zendesk to tie the event to the user. If there is no `properties.email`, Segment sends the `userId` as `external_id`. If the email is provided in the track call, a javascript call may look like the example below.
136137

@@ -143,6 +144,9 @@ analytics.track('Article Completed', {
143144
}
144145
});
145146
```
147+
> warning ""
148+
> The Zendesk destination Event Tester doesn't work for Track events and only sends the initial GET request. Even if the user ID doesn't match an existing user in Zendesk, it results in a 200 response.
149+
146150

147151
## Group
148152

0 commit comments

Comments
 (0)