You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Ready][Many toolkits] Adding Who Am I tool documentation (#426)
* updating documentation
* Remove unwanted example files, keep only who_am_i and generate_google_file_picker_url files
* fixing some docs
* adding for notion
* adding Jira who am i tool info
* updating docs for slack and google slides
---------
Co-authored-by: Francisco Liberal <[email protected]>
@@ -37,6 +37,7 @@ This toolkit streamlines the process of handling customer inquiries and accessin
37
37
["Zendesk.AddTicketComment", "Add a comment to an existing Zendesk ticket."],
38
38
["Zendesk.MarkTicketSolved", "Mark a Zendesk ticket as solved, optionally with a final comment."],
39
39
["Zendesk.SearchArticles", "Search for Help Center articles in your Zendesk knowledge base."],
40
+
["Zendesk.WhoAmI", "Get comprehensive user profile and Zendesk account information."],
40
41
]
41
42
}
42
43
/>
@@ -189,6 +190,31 @@ Search for Help Center articles in your Zendesk knowledge base.
189
190
190
191
This tool requires the following secrets: `zendesk_subdomain` (learn how to [configure secrets](/home/build-tools/create-a-tool-with-secrets#supplying-the-secret))
Get comprehensive user profile and Zendesk account information.
209
+
210
+
**Parameters**
211
+
212
+
This tool does not take any parameters.
213
+
214
+
**Secrets**
215
+
216
+
This tool requires the following secrets: `zendesk_subdomain` (learn how to [configure secrets](/home/build-tools/create-a-tool-with-secrets#supplying-the-secret))
0 commit comments