Files
automatisch/packages/docs/pages/apps/zendesk/actions.md
2023-11-28 14:40:26 +03:00

15 lines
306 B
Markdown

---
favicon: /favicons/zendesk.svg
items:
- name: Create ticket
desc: Creates a new ticket.
- name: Update ticket
desc: Modify the status of an existing ticket or append comments.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />