12 lines
361 B
Plaintext
12 lines
361 B
Plaintext
# Zendesk API Credentials
|
|
# Get from: Admin Center → Apps and integrations → APIs → Zendesk API → Add API token
|
|
|
|
# Your Zendesk subdomain (e.g., "mycompany" for mycompany.zendesk.com)
|
|
ZENDESK_SUBDOMAIN=mycompany
|
|
|
|
# Your Zendesk agent email address
|
|
ZENDESK_EMAIL=agent@mycompany.com
|
|
|
|
# Your API token (not password)
|
|
ZENDESK_API_TOKEN=your-api-token-here
|