MyNixOS website logo
Description

Zendesk API Wrapper.

This package provides an R wrapper for the Zendesk API

zendeskR - R wrapper to the Zendesk API

For more information on the Zendesk API see: http://developer.zendesk.com/documentation/rest_api/introduction.html

Current API calls supported

getAllUsers()                      - return all users in your Zendesk organization
getAllTickets()                    - return all tickets (admin only)
getTicketsForOrganization(orgID)   - return all tickets for the given organization ID
getTicket(ticket.id)               - return information for the given ticket ID
getTicketAudits(ticket.id)         - return all audits for the given ticket ID
getAllOrganizations()              - return all organizations registered in your Zendesk organization
getAllTicketMetrics()              - return all ticket metrics in your Zendesk organization
getAllSatisfactionRatings()        - return all satisfaction ratings in your Zendesk organization

This package is a work in progress. It started out as a useful utility for myself. I will be adding more functionality and API calls over time. If there is a particular function you would like to see added, please do not hesitate to contact me.

Last Update: 12-28-2012

Installation

To install from CRAN, type in an R console:

> install.packages("zendeskR")

To install this package from the source code available here, download it, and set your R working directory to wherever you saved the file. Then run:

> install.packages("zendeskR_0.3.tar.gz", repos=NULL, type="source")

Example Usage

## Initiate a Zendesk API session
zendesk("username", "password", "https://help.basho.com") ## Your Zendesk credentials and organization URL
users <- getAllUsers()

Contact

Tanya Cashorali

Metadata

Version

0.4

License

Unknown

Platforms (75)

    Darwin
    FreeBSD 13
    Genode
    GHCJS
    Linux
    MMIXware
    NetBSD
    none
    OpenBSD
    Redox
    Solaris
    WASI
    Windows
Show all
  • aarch64-darwin
  • aarch64-genode
  • aarch64-linux
  • aarch64-netbsd
  • aarch64-none
  • aarch64_be-none
  • arm-none
  • armv5tel-linux
  • armv6l-linux
  • armv6l-netbsd
  • armv6l-none
  • armv7a-darwin
  • armv7a-linux
  • armv7a-netbsd
  • armv7l-linux
  • armv7l-netbsd
  • avr-none
  • i686-cygwin
  • i686-darwin
  • i686-freebsd13
  • i686-genode
  • i686-linux
  • i686-netbsd
  • i686-none
  • i686-openbsd
  • i686-windows
  • javascript-ghcjs
  • loongarch64-linux
  • m68k-linux
  • m68k-netbsd
  • m68k-none
  • microblaze-linux
  • microblaze-none
  • microblazeel-linux
  • microblazeel-none
  • mips-linux
  • mips-none
  • mips64-linux
  • mips64-none
  • mips64el-linux
  • mipsel-linux
  • mipsel-netbsd
  • mmix-mmixware
  • msp430-none
  • or1k-none
  • powerpc-netbsd
  • powerpc-none
  • powerpc64-linux
  • powerpc64le-linux
  • powerpcle-none
  • riscv32-linux
  • riscv32-netbsd
  • riscv32-none
  • riscv64-linux
  • riscv64-netbsd
  • riscv64-none
  • rx-none
  • s390-linux
  • s390-none
  • s390x-linux
  • s390x-none
  • vc4-none
  • wasm32-wasi
  • wasm64-wasi
  • x86_64-cygwin
  • x86_64-darwin
  • x86_64-freebsd13
  • x86_64-genode
  • x86_64-linux
  • x86_64-netbsd
  • x86_64-none
  • x86_64-openbsd
  • x86_64-redox
  • x86_64-solaris
  • x86_64-windows