Search…
Getting Started
Technical overview
Overview
Architectural Decision Records
API Design Guide
Island.is Authentication Service
Code Reviews
Code Standards
Devops
Feature Flags
Monorepo
Personas
Pósthólfið
Teamwork
Technical Direction
X-Road / Straumurinn
Repository
AWS Secrets
External Contributions
Generating a New Project
GitBook Contributions
OpenAPI
Auto Generated Schemas
Workspace Settings
Apps
Air Discount Scheme
API
Application System
Financial Aid System for Samband Sveitarfélaga
Judicial System
Reference Backend
Reference Next App
Service Portal
Services
Car Recycling - Skilavottorð
Web
Libs
API
API Catalogue
Application
Auth
Auth API Lib
Auth Nest Tools
Clients
Assets
Auth Public API
Criminal Record
Data Protection Complaint
Document Provider
Documents
Driving License
Driving License
Finance
Clients Fishing License
Health Insurance
Islykill
Enhanced Fetch
MMS
Financial Aid
National Registry
Ark
Payment Schedule
Regulations
RSK
Syslumenn
User Profile
Driving License
VMST
Zendesk
CMS
CMS Translations
Content Search Index Manager
Content Search Indexer
Content Search Metrics
Content Search Toolkit
Contentful Extensions Overview
Dokobit Signing
Email Service
Feature Flags
Health Insurance
Island UI
Localization
Message Queue
Nest Modules
Next Ids Auth Lib
NOVA SMS
Plausible
React Libraries
Regulations
Residence History
Service Portal
Shared
Testing
User Monitoring
Reference
Problems
Misc
Guide: Adding a Payment Step to an Application
Guide: Enable Organisations to Make Requests to an Application
GitBook Template
Glossary
Powered By
GitBook
Zendesk
Zendesk Client
About
This is used to connect to a Zendesk API by using the subdomain such as
http://{subdomain}.zendesk.com/api/v2
using an API token created by a Zendesk admin.
Add these values to your .env or .env.secret file to try it out locally.
1
export
ZENDESK_CONTACT_FORM_EMAIL
=
{
your_zendesk_email
}
2
export
ZENDESK_CONTACT_FORM_TOKEN
=
{
your_zendesk_token
}
3
export
ZENDESK_CONTACT_FORM_SUBDOMAIN
=
{
your_zendesk_subdomain
}
Copied!
Running unit tests
Run
nx test clients-zendesk
to execute the unit tests via
Jest
.
Previous
VMST
Next - Libs
CMS
Last modified
5mo ago
Copy link
Contents
Zendesk Client
About
Running unit tests