Skip to content

Commit 4bc7d7c

Browse files
authored
Merge pull request #4619 from segmentio/volneyvj-patch-1
Update filtering-data.md
2 parents 2f8cce3 + de6f534 commit 4bc7d7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/guides/filtering-data.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ You can use the `integrations` JSON object as part of your Segment payloads to c
3030
"integrations": {
3131
"All": true,
3232
"Mixpanel": false,
33-
"Salesforce": false
33+
"Salesforce": false,
34+
"My Destination Function (My Workspace)": true
3435
}
3536
}
3637
```

0 commit comments

Comments
 (0)