Update index.md Zendesk clarification on sending name #4824
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed changes
A customer recently asked how to send events to Zendesk when they only have a first_name field available. When testing, I confirmed that if you send name, with only the first_name value, it'll still send successfully to Zendesk.
Identify : https://segment.com/docs/connections/destinations/catalog/zendesk/#:~:text=When%20you%20call,fields.
When you call identify, Segment inserts or updates a user record in Zendesk and uses the user email in traits.email to match user records in Zendesk. If there are multiple users matching the email, then no updates are submitted. Note that you must provide a trait for either name or first_name and last_name in order for the identify call to send to Zendesk. If you provide a name, Segment parses this into the first_name and last_name fields.
ADDED :
If you provide
name
, but are missing thelast_name
field, this will still send successfully to Zendesk.Merge timing
Related issues (optional)
Zendesk ticket :
https://segment.zendesk.com/agent/tickets/509000