https://github.com/gnat/salesforce-to-zendesk
:truck: Salesforce to Zendesk customer integration microservice.
https://github.com/gnat/salesforce-to-zendesk
Last synced: 4 months ago
JSON representation
:truck: Salesforce to Zendesk customer integration microservice.
- Host: GitHub
- URL: https://github.com/gnat/salesforce-to-zendesk
- Owner: gnat
- Created: 2016-11-08T22:57:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-12T23:51:30.000Z (about 6 years ago)
- Last Synced: 2024-12-31T16:50:06.461Z (5 months ago)
- Language: PHP
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Salesforce to Zendesk customer integration service.
Updates Zendesk customer ticketing system with customer data from Salesforce CRM.
Written by Nathaniel Sabanski.
## Crontab sample.
```
*/10 * * * * cd /path/to/salesforce-to-zendesk; /usr/bin/php Run.php
```## Environment Variables (Optional)
Used to pass in secrets for usage with Docker and other container systems to run as microservice.
* SALESFORCE_USERNAME
* SALESFORCE_PASSWORD
* SALESFORCE_CLIENT_ID
* SALESFORCE_CLIENT_SECRET
* ZENDESK_USERNAME
* ZENDESK_SUBDOMAIN
* ZENDESK_TOKEN