Skip to content

Commit 1e805cd

Browse files
fix(docs): update integration paths and add Zendesk integration image in O2S 1.5.0 release notes
1 parent 8079c43 commit 1e805cd

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

apps/docs/blog/releases/o2s/1.5.0.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ For organization-level access control, roles vs. permissions, and multi-organiza
5858

5959
The [Zendesk integration](../../../docs/integrations/tickets/zendesk/overview) now supports creating tickets end-to-end, in addition to viewing and listing them.
6060

61+
![zendesk integration](../../../static/img/blog/o2s-zendesk-integration.png)
62+
6163
- You can now create new tickets via the Tickets API. The Zendesk integration implements `createTicket` and forwards requests to the Zendesk API.
6264
- Attachments are supported when creating tickets.
6365
- Custom field mapping is handled by the `ZendeskFieldMapper`. Configure environment variables (e.g., `ZENDESK_DEVICE_NAME_FIELD_ID`) and add corresponding entries in your CMS mappers to display custom field labels in the UI.

apps/docs/docs/integrations/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import DocLinkTiles from '@site/src/components/DocLinkTiles';
2222
items={[
2323
{ title: 'Strapi CMS', description: 'Headless CMS integration for content & page management.', href: '/docs/integrations/cms/strapi/overview' },
2424
{ title: 'Contentful CMS', description: 'CMS for multi-language content and marketing blocks.', href: '/docs/integrations/cms/contentful/overview' },
25-
{ title: 'Redis Cache', description: 'High-performance caching with Redis to be used with our API Harmonization server.', href: '/docs/integrations/cache/redis' },
25+
{ title: 'Redis Cache', description: 'High-performance caching with Redis to be used with our API Harmonization server.', href: '/docs/integrations/cache/redis/overview' },
2626
{ title: 'Medusa Commerce', description: 'Initial integration, currently provides basic product data.', href: '/docs/integrations/commerce/medusa-js/overview' },
2727
{ title: 'Algolia Search', description: 'The AI search platform, used for knowledge base search.', href: '/docs/integrations/search/algolia/overview' },
2828
{ title: 'SurveyJS Forms', description: 'Dynamic form creation and ticket submission. Used as a default engine for our ticket submission handling.', href: '/docs/integrations/forms/surveyjs/overview' },
1.16 MB
Loading

0 commit comments

Comments
 (0)