質問
ユーザーの電子メール アドレスではないユーザー ID はありますか?
回答
Zendesk では、メールアドレスに関連しない 2 種類の ID がユーザーに提供されます。user ID
そしてそのuser external_id
.
id
のid
ユーザーの は、ユーザーのプロファイルの URL の一部です。
https://subdomain.zendesk.com/agent/users/{user_id}/assigned_tickets
ユーザー ID は、ユーザーAPI からも取得できます。
https://subdomain.zendesk.com/api/v2/users/{user_id}.json
"id": 1987389842
external_id
のexternal_id
サポートとサードパーティの統合の間のマッピングを可能にする、別のシステムからの一意の識別子です。以下のようなid
、この属性は API 経由でも使用できます。null
デフォルトで。
翻訳に関する免責事項:この記事は、お客様の利便性のために自動翻訳ソフトウェアによって翻訳されたものです。Zendeskでは、翻訳の正確さを期すために相応の努力を払っておりますが、翻訳の正確性については保証いたしません。
翻訳された記事の内容の正確性に関して疑問が生じた場合は、正式版である英語の記事を参照してください。
4件のコメント
Julio H
Hola Diego,
Espero que estés muy bien.
Puedes encontrar los marcadores de Zendesk aquí:
{{user.id}}
{{user.external_id}}
Un saludo
0
Diego Fernando Restrepo Lopez
Hola Matteo, ¿puedo obtener de Zendesk el campo {user_id} (igual que obtengo el {{ticket.requester.email}} mediante webhook ) por ejemplo? de ser así ¿Qué artículo me recomendarías? Gracias.
0
Dainne Kiara Lucena-Laxamana
Hi Danyal Shahid
It might be worth checking the 'View Details' function in the Admin Center>Apps and integrations>Webhooks.
From here you'd be able to see the 'Activity' section & see if there was any error with the Webhook.
I would also recommend testing out your webhook to get a recent sample.
0
Danyal Shahid
I am using this external_id in triggers(webhook) but nothing is populating.
0
サインインしてコメントを残してください。