Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zendesk/custom-pages-example
An example project showcasing the capabilities of the new custom pages feature in Zendesk Guide
https://github.com/zendesk/custom-pages-example
react zendesk-helpcenter
Last synced: about 2 months ago
JSON representation
An example project showcasing the capabilities of the new custom pages feature in Zendesk Guide
- Host: GitHub
- URL: https://github.com/zendesk/custom-pages-example
- Owner: zendesk
- License: mit
- Created: 2022-01-18T15:30:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-09T20:25:35.000Z (over 1 year ago)
- Last Synced: 2024-04-09T16:18:40.692Z (9 months ago)
- Topics: react, zendesk-helpcenter
- Language: JavaScript
- Homepage:
- Size: 2.66 MB
- Stars: 2
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Custom Pages in Zendesk Help Center
A showcase of the Custom Pages functionality. Custom Pages is an addition to help center themes in Zendesk Guide. The frontend has been built using React with Typescript and Tailwind CSS. The backend portion of the project is built with Node.js and Express.
This single page app consists of a landing page for VIP Support, a modal upon button click and within it a form that submits the user's sign-up data to update that user and its organization within Zendesk. A tag is applied and email confirmation is sent to the user.
## Getting started
See the frontend and backend folders for installation steps.
## Tools
The following tools were used to build this app:
- Create React App
- Express
- Tailwind CSS
- Jsonwebtoken
- Validator
- Nodemailer
## Additional Resources
- [Announcing custom pages in help center](https://support.zendesk.com/hc/en-us/articles/4409427690138-Announcing-custom-pages-in-help-center)
- [Creating custom pages in your help center](https://support.zendesk.com/hc/en-us/articles/4409012911770-Creating-custom-pages-in-your-help-center)
## Issues
You can [create an issue on Github](https://github.com/zendesk/custom-pages-example/issues/new), reach out in our [Developer Community](https://support.zendesk.com/hc/en-us/community/topics), or report the issue in the [Zendesk Developers Slack group](https://docs.google.com/forms/d/e/1FAIpQLScm_rDLWwzWnq6PpYWFOR_PwMaSBcaFft-1pYornQtBGAaiJA/viewform).