Skip to content

Instantly share code, notes, and snippets.

@Jammink2
Created May 6, 2016 23:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jammink2/16c28f6fe809e59f26a0fab9809a596c to your computer and use it in GitHub Desktop.
Save Jammink2/16c28f6fe809e59f26a0fab9809a596c to your computer and use it in GitHub Desktop.
---
in:
type: zendesk
login_url: https://<YOUR_DOMAIN_NAME>.zendesk.com
auth_method: token
username: <YOUR_EMAIL_ADDRESS>
token: <YOUR_API_TOKEN>
target: tickets
start_time: "2010-04-01 00:00:00+0000"
incremental: true
columns:
- {name: assignee_id, type: long}
- {name: brand_id, type: long}
- {name: collaborator_ids, type: json}
- {name: created_at, type: timestamp, format: "%Y-%m-%dT%H:%M:%S%z"}
- {name: custom_fields, type: json}
- {name: description, type: string}
- {name: due_at, type: string}
- {name: external_id, type: string}
- {name: fields, type: json}
- {name: followup_ids, type: json}
- {name: forum_topic_id, type: string}
- {name: group_id, type: long}
- {name: has_incidents, type: boolean}
- {name: id, type: long}
- {name: organization_id, type: long}
- {name: priority, type: string}
- {name: problem_id, type: string}
- {name: raw_subject, type: string}
- {name: recipient, type: string}
- {name: requester_id, type: long}
- {name: satisfaction_probability, type: string}
- {name: satisfaction_rating, type: string}
- {name: sharing_agreement_ids, type: json}
- {name: status, type: string}
- {name: subject, type: string}
- {name: submitter_id, type: long}
- {name: tags, type: json}
- {name: ticket_form_id, type: long}
- {name: type, type: string}
- {name: updated_at, type: timestamp, format: "%Y-%m-%dT%H:%M:%S%z"}
- {name: url, type: string}
- {name: via, type: json}
filters: []
out: {mode: replace}
exec: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment