Skip to content

Commit 9f03332

Browse files
committed
Apply suggested changes for Canny (Actions) docs
1 parent d9aff7d commit 9f03332

File tree

1 file changed

+17
-33
lines changed
  • src/connections/destinations/catalog/canny-functions

1 file changed

+17
-33
lines changed
Lines changed: 17 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,39 @@
11
---
22
title: Canny (Actions) Destination
3-
id: <integration_id>
3+
id: 6489bbade6fe3eb57c13bd6a
4+
beta: true
5+
hidden: true
6+
private: true
47
---
58

69
{% include content/plan-grid.md name="actions" %}
710

8-
[Canny](https://canny.io?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) is a single place for all customer feedback. It saves you time managing all the feedback while keeping your customers in the loop. Let your customers post and vote on feedback from within your website or mobile app. You'll get an organized list of feedback that you can use to inform your roadmap.
11+
[Canny](https://canny.io?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="\_blank"} is a single place for all customer feedback. It saves you time managing all the feedback while keeping your customers in the loop. Let your customers post and vote on feedback from within your website or mobile app. You'll get an organized list of feedback that you can use to inform your roadmap.
912

10-
This destination is maintained by Canny. For any issues with the destination, [contact the Canny Support team](mailto:[email protected]).
13+
Canny maintains this destination. For any issues with the destination, [contact the Canny Support team](mailto:[email protected]).
14+
15+
> **Good to know**: This page is about the [Actions-framework](/docs/connections/destinations/actions/) Canny Segment destination. There's also a page about the [non-Actions Canny destination](/docs/connections/destinations/catalog/canny/). Both of these destinations receive data from Segment.
1116
1217
{% include content/ajs-upgrade.md %}
1318

1419
## Getting started
1520

16-
1. Go to your [Canny Admin Segment Settings](https://canny.io/redirect?to=%2Fadmin%2Fsettings%2Fsegment).
21+
1. Go to your [Canny Admin Segment Settings](https://canny.io/redirect?to=%2Fadmin%2Fsettings%2Fsegment){:target="\_blank"}.
1722
2. Obtain your API key by installing the integration.
18-
3. From the Segment web app, click **Catalog**, then click **Destinations**.
19-
4. Find the Destinations Actions item in the left navigation, and click it.
23+
3. From the Segment web app, navigate to **Connections > Catalog**, then select the **Destinations** tab in the catalog.
24+
4. Search fpr _Canny (Actions)_ and select it.
2025
5. Click **Configure Canny (Actions)**.
2126
6. Select an existing Source to connect to Canny (Actions).
22-
7. After you finished configuring the destination, update the API key in the Canny (Actions) destination settings, enable destination and save changes.
27+
7. Enter your configuration settings.
28+
8. Update hte API key in the Canny (Actions) destination settings.
29+
9. Enable the destination and save changes.
2330

2431
{% include components/actions-fields.html %}
2532

26-
## Identify
27-
28-
If you haven't had a chance to review spec, take a look to understand what the Identify method does. An example call would look like:
29-
30-
```js
31-
analytics.identify("userId123", {
32-
33-
name: "John Doe",
34-
});
35-
```
36-
37-
Identify calls will be sent to Canny as an identify event. Once identified, users will appear in Canny and will appear in your vote-on-behalf feature. The `name` and `email` traits are **required** fields.
38-
39-
## Group
40-
41-
An example call would look like:
42-
43-
```js
44-
analytics.group("0e8c78ea9d97a7b8185e8632", {
45-
name: "X Corp",
46-
});
47-
```
48-
49-
Group calls will be sent to Canny as an group event. Once sent, groups will appear in Canny as companies attached to users. The `name` trait is a **required** field.
33+
## Benefits of Canny (Actions) vs Canny Classic
5034

51-
### Custom Fields
35+
Canny (Actions) provides the following benefits over the classic Canny destination:
5236

53-
Custom Fields is a list of [traits](/docs/connections/spec/identify/#traits) to be imported as custom fields for Identify events.
37+
- **Group Events**. Canny (Actions) supports group events and updates or adds properties to companies.
5438

5539
---

0 commit comments

Comments
 (0)