feat(zendesk): add find ticket action

This commit is contained in:
Rıdvan Akca
2023-11-24 13:11:09 +03:00
parent f0cbfafc24
commit 4dd994348d
3 changed files with 36 additions and 1 deletions

View File

@@ -3,6 +3,8 @@ favicon: /favicons/zendesk.svg
items:
- name: Create ticket
desc: Creates a new ticket.
- name: Find ticket
desc: Finds an existing ticket.
- name: Update ticket
desc: Modify the status of an existing ticket or append comments.
---