Created
April 23, 2016 04:41
-
-
Save toru-takahashi/40b4ae99fb395857725069a39930a038 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
in: | |
type: zendesk | |
login_url: https://<YOUR_DOMAIN_NAME>.zendesk.com | |
auth_method: token # Your Zendesk auth method | |
username: <YOUR_EMAIL_ADDRESS> # Your Zendesk Login Email Address | |
token: <YOUR_API_TOKEN> # Your Zendesk API Token | |
target: tickets # Zendesk Object to import | |
start_time: "2007-01-01 00:00:00+0000" | |
out: | |
mode: append |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment