feat(zendesk): add zendesk integration (#1385)

* feat(zendesk): add zendesk integration

* Add Zendesk connection documentation

* docs(zendesk/connection): add missing steps

* feat(zendesk): add more auth scopes for planned triggers/actions

* fix(zendesk): fix instanceUrl

---------

Co-authored-by: Ali BARIN <ali.barin53@gmail.com>
This commit is contained in:
Moaaz Elsayed
2023-10-26 13:47:13 +03:00
committed by GitHub
parent 65f9d1b6b9
commit 86611453b5
13 changed files with 220 additions and 0 deletions

View File

@@ -435,6 +435,14 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/youtube/connection' },
],
},
{
text: 'Zendesk',
collapsible: true,
collapsed: true,
items: [
{ text: 'Connection', link: '/apps/zendesk/connection' },
],
},
],
'/': [
{