Skip to content

Commit 1ddc980

Browse files
author
markzegarelli
authored
DOC 499 Salesforce group (#2770)
* Add Vidora to allow list * Remove section about actions
1 parent e5bbda3 commit 1ddc980

File tree

1 file changed

+2
-2
lines changed
  • src/connections/destinations/catalog/salesforce

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This destination supports the most important pain point for Salesforce users: ge
2727

2828
### Identifying a Lead
2929

30-
Let's go through a quick javascript example of identifying a lead:
30+
The example below demonstrates identifying a lead:
3131

3232
```javascript
3333
analytics.identify('YOUR_USERS_ID', {
@@ -91,7 +91,7 @@ By default Segment does not send identify calls to Salesforce, given their stric
9191

9292
## Group
9393

94-
`.group()` calls create or update **Account Objects** inside Salesforce. When Segment receives a group call, similar to the `.identify()` call, it first checks using the `groupId` to see if the Account Object already exists in your Salesforce account. Depending on the response, Segment updates that object or create a new one. Creating/updating Accounts is the default behavior of `group` events. If you would like to customize this you can do so using [Actions](#custom-actions)
94+
`.group()` calls create or update **Account Objects** inside Salesforce. When Segment receives a group call, similar to the `.identify()` call, it first checks using the `groupId` to see if the Account Object already exists in your Salesforce account. Depending on the response, Segment updates that object or create a new one. Creating/updating Accounts is the default behavior of `group` events.
9595

9696
Take this sample `.group()` call that you might send to Segment:
9797

0 commit comments

Comments
 (0)