You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/freshsales-suite-crm/index.md
+23-11Lines changed: 23 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,21 @@ id: 62945b73b8fbe38be7718039
5
5
6
6
[Freshsales Suite](https://www.freshworks.com/crm/suite/){:target="_blank"} is a cloud CRM software that breaks organizational silos across sales, marketing, and support, allowing businesses to connect with customers across all touchpoints in one system.
7
7
8
-
This destination is maintained by Freshsales. For any issues with the destination [contact the Freshsales support team](mailto:[email protected]).
8
+
Freshsale maintains this destination. For any issues with the destination [contact the Freshsales support team](mailto:[email protected]).
9
9
10
10
## Getting Started
11
11
12
-
Freshsales Suite - CRM supports identify, page, and track methods, allowing users to create and update Freshsales contacts through Segment. To enable the Freshsales Suite - CRM destination, navigate to **Freshsales Admin Settings > Third Party Integrations > Segment** on the Freshsales platform. Click **Install** and select the Segment source you wish to connect to your Freshsales Suite - CRM destination. You can also add the Freshsales Suite - CRM destination from the Segment destinations catalog. You will have to provide the subdomain and API key in the destination settings, which are found in your Freshsales account.
12
+
Freshsales Suite - CRM supports identify, page, and track methods, which allows users to create and update Freshsales contacts through Segment. To enable the Freshsales Suite - CRM destination:
13
+
1. Navigate to **Freshsales Admin Settings > Third Party Integrations > Segment** on the Freshsales platform.
14
+
2. Click **Install** and select the Segment source you wish to connect to your Freshsales Suite - CRM destination.
15
+
16
+
You can also add the Freshsales Suite - CRM destination from the Segment destinations catalog.
17
+
1. From the Segment web app, navigate to **Catalog > Destinations** and click **Add Destination**.
18
+
2. Find the Destinations Actions item in the left navigation, and click it.
19
+
3. Search for **Freshsales Suite - CRM** and select it.
20
+
4. Click **Configure Freshsales Suite - CRM**.
21
+
5. Select the Source you want to connect to Freshsales Suite - CRM.
22
+
6. Provide the subdomain and API key in the destination settings that are found in your Freshsales account.
13
23
14
24
15
25
## Supported methods
@@ -19,7 +29,7 @@ Freshsales Suite - CRM supports the following methods.
19
29
20
30
### Identify
21
31
22
-
You can use identify to create a contact when a website visitor fills a webform. When you identify a user, we’ll pass that user’s information to Freshsales.
32
+
You can use identify to create a contact when a website visitor fills a webform. When you identify a user, Segment passes that user’s information to Freshsales.
23
33
24
34
25
35
#### UserId
@@ -49,23 +59,25 @@ Traits are pieces of information you know about a user that are included in an i
49
59
50
60
#### Default Traits
51
61
52
-
Segment has reserved some traits that have semantic meanings for users. You should only use reserved traits for their intended meaning. Check the [Segment Spec](https://segment.com/docs/connections/spec/identify/#traits) to get a list of reserved traits.
62
+
Segment reserved some traits that have semantic meanings for users. You should only use reserved traits for their intended meaning. Check the [Segment Spec](/docs/connections/spec/identify/#traits) to get a list of reserved traits.
53
63
54
64

55
65
56
-
All attributes that are a part of traits should correspond to the internal names of those fields in Freshsales. Attributes that are not mapped with their corresponding fields are ignored.
66
+
All attributes that are a part of traits should correspond to the internal names of those fields in Freshsales. Segment ignores attributes that aren't mapped with their corresponding fields.
57
67
58
-
However, we make exception to two attributes: title and phone, which are reserved traits in Segment. They are automatically mapped to Freshsales attributes job_title and work_number respectively.
68
+
However, Segment makes an exception for two attributes: `title` and `phone`, which are reserved traits in Segment. They automatically map to the Freshsales attributes of `job_title` and `work_number` respectively.
59
69
60
70
#### Custom Traits
61
71
62
-
As part of traits, you can send custom fields created in Freshsales by using their internal names in camel case. You can find internal names in the corresponding field settings page. Also, custom fields will not be automatically created. You have to create them in Freshsales before proceeding to send data from Segment. To learn more about creating custom fields in Freshsales click [here](https://crmsupport.freshworks.com/en/support/solutions/articles/50000002389-how-to-create-custom-fields-for-contacts-accounts-and-deals-).
72
+
As part of traits, you can send custom fields created in Freshsales by using their internal names in camel case. You can find internal names in the corresponding field settings page.
73
+
74
+
Custom fields won't automatically create. You have to create them in Freshsales before proceeding to send data from Segment. [Learn more (https://crmsupport.freshworks.com/en/support/solutions/articles/50000002389-how-to-create-custom-fields-for-contacts-accounts-and-deals-){:target="_blank"} about creating custom fields in Freshsales.
63
75

64
76
65
77
66
78
#### Objects
67
79
68
-
Accounts and Deals associated with a contact can also be updated in Freshsales. The objects, company and deal, in the identify payload, correspond to the Accounts and Deals objects in Freshsales. Using the identify method, when creating a contact, it is also possible to create the corresponding Account and Deal in Freshsales. To do so, pass the company or the deal objects within traits in the identify call.
80
+
You can also update Accounts and Deals associated with a contact in Freshsales. The company and deal objects in the identify payload correspond to the Accounts and Deals objects in Freshsales. When you use the identify method to create a contact, it's possible to also create the corresponding Account and Deal and Freshsales. To do this, pass the company or the deal objects within traits in the identify call.
69
81
70
82
```json=
71
83
{
@@ -88,7 +100,7 @@ Accounts and Deals associated with a contact can also be updated in Freshsales.
88
100
89
101
### Track
90
102
91
-
You can track activities of your website visitors. If a user is subscribing to a newsletter and you want to track it, use the track method to accomplish that.
103
+
You can track activities of your website visitors. If a user is subscribing to a newsletter and you want to track it, use the track method.
92
104
93
105
```json=
94
106
{
@@ -104,11 +116,11 @@ You can track activities of your website visitors. If a user is subscribing to a
104
116
}
105
117
```
106
118
107
-
Segment has standardized a series of reserved event names that have special semantic meaning. We map these events to tools that support them whenever possible. See the [Semantic Events docs](/docs/connections/spec/semantic) for more detail. Custom events are supported as well.
119
+
Segment standardized a series of reserved event names that have special semantic meaning. Segment maps these events to tools that support them whenever possible. See the [Semantic Events docs](/docs/connections/spec/semantic) for more detail. Custom events are supported as well.
108
120
109
121
### Page
110
122
111
-
If you want to track users visiting your sites, you can use the page method. When you call a page event, we send a pageview to Freshsales. You can send extra data paramerties within properties in the event payload. [See the reserved properties for more details](/docs/connections/spec/page/#properties).
123
+
If you want to track users visiting your sites, you can use the page method. When you call a page event, Segment sends a pageview to Freshsales. You can send extra data parameters within properties in the event payload. [See the reserved properties for more details](/docs/connections/spec/page/#properties).
0 commit comments