Skip to content

Update index.md Zendesk clarification on sending name #4824

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 25, 2024

Conversation

lizkane222
Copy link
Contributor

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 the last_name field, this will still send successfully to Zendesk.

Merge timing

  • ASAP once approved

Related issues (optional)

Zendesk ticket :
https://segment.zendesk.com/agent/tickets/509000

@cmastr cmastr added the KCS label Jan 25, 2024
@cmastr cmastr marked this pull request as ready for review January 25, 2024 15:22
@cmastr cmastr requested a review from a team as a code owner January 25, 2024 15:22
@cmastr cmastr requested review from cmastr and removed request for a team January 25, 2024 15:22
@cmastr cmastr merged commit fe89bac into develop Jan 25, 2024
@cmastr cmastr deleted the lizkane222-patch-19 branch January 25, 2024 15:23
Copy link
Contributor

Thank you for your contribution! Your pull request is merged, but may take a day or two to appear on the site.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants