Skip to content

Commit 377d37c

Browse files
markzegarellistayseesong
andauthored
Noted that Help Scout cannot receive custom properties (#3059)
* Noted that Help Scout cannot receive custom properties * Apply suggestions from code review Co-authored-by: stayseesong <[email protected]> Co-authored-by: stayseesong <[email protected]>
1 parent cdfb331 commit 377d37c

File tree

1 file changed

+4
-1
lines changed
  • src/connections/destinations/catalog/help-scout

1 file changed

+4
-1
lines changed

src/connections/destinations/catalog/help-scout/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,7 @@ If you're not familiar with the Segment Specs, take a look to understand what th
3030

3131
You can use the Identify call to create or update customers in your Help Scout account.
3232

33-
A `name` and an `email` are required by Help Scout to complete the request. You can set the userId as the `email`, although this is [not recommended](/docs/connections/spec/identify/#user-id). You can also specify `firstName` and `lastName` traits instead of a single `name` trait. You can learn more about which properties Help Scout will accept [here](https://developer.helpscout.com/mailbox-api/endpoints/customers/create/).
33+
Help Scout requires a `name` and an `email` to complete the request. You can set the userId as the `email`, although this is [not recommended](/docs/connections/spec/identify/#user-id). You can also specify `firstName` and `lastName` traits instead of a single `name` trait. You can learn more about which properties Help Scout accepts [here](https://developer.helpscout.com/mailbox-api/endpoints/customers/create/){:target="_blank"}.
34+
35+
> info ""
36+
> This destination doesn't allow you to send custom properties to Help Scout. Use [Destination Functions](/docs/connections/functions/destination-functions/#create-a-destination-function) to send any non-standard properties to Help Scout.

0 commit comments

Comments
 (0)