Skip to content

Commit 585d714

Browse files
author
Francisco Liberal
committed
updating documentation
1 parent 8e9e334 commit 585d714

133 files changed

Lines changed: 4041 additions & 308 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

pages/toolkits/customer-support/zendesk.mdx

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import ToolFooter from "@/components/ToolFooter";
1111
author="Arcade"
1212
codeLink="https://github.com/ArcadeAI/arcade-ai/tree/main/toolkits/zendesk"
1313
authType="OAuth2"
14-
versions={["0.1.0"]}
14+
versions={["1.0.0"]}
1515
/>
1616

1717
<Badges repo="arcadeai/arcade_zendesk" />
@@ -37,6 +37,7 @@ This toolkit streamlines the process of handling customer inquiries and accessin
3737
["Zendesk.AddTicketComment", "Add a comment to an existing Zendesk ticket."],
3838
["Zendesk.MarkTicketSolved", "Mark a Zendesk ticket as solved, optionally with a final comment."],
3939
["Zendesk.SearchArticles", "Search for Help Center articles in your Zendesk knowledge base."],
40+
["Zendesk.WhoAmI", "Get comprehensive user profile and Zendesk account information."],
4041
]
4142
}
4243
/>
@@ -189,6 +190,31 @@ Search for Help Center articles in your Zendesk knowledge base.
189190

190191
This tool requires the following secrets: `zendesk_subdomain` (learn how to [configure secrets](/home/build-tools/create-a-tool-with-secrets#supplying-the-secret))
191192

193+
## Zendesk.WhoAmI
194+
195+
<br />
196+
<TabbedCodeBlock
197+
tabs={[
198+
{
199+
label: "Call the Tool Directly",
200+
content: {
201+
Python: ["/examples/integrations/toolkits/zendesk/who_am_i_example_call_tool.py"],
202+
JavaScript: ["/examples/integrations/toolkits/zendesk/who_am_i_example_call_tool.js"],
203+
},
204+
},
205+
]}
206+
/>
207+
208+
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))
217+
192218

193219

194220
<ToolFooter pipPackageName="arcade_zendesk" />

pages/toolkits/customer-support/zendesk/reference.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ Below is a reference of enumerations used by some tools in the Zendesk toolkit:
1919

2020
- **CREATED_AT**: `created_at`
2121
- **RELEVANCE**: `relevance`
22+
23+

0 commit comments

Comments
 (0)