Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/syou6162/embulk-input-zendesk_guide

Zendesk Guide input plugin for Embulk
https://github.com/syou6162/embulk-input-zendesk_guide

embulk embulk-input-plugin

Last synced: 27 days ago
JSON representation

Zendesk Guide input plugin for Embulk

Awesome Lists containing this project

README

        

# Zendesk Guide input plugin for Embulk

Embulk input plugin of [Zendesk Guide](https://developer.zendesk.com/rest_api/docs/help_center/introduction) (Help Center). You can load following records from Zendesk Guide:

- [Articles](https://developer.zendesk.com/rest_api/docs/help_center/articles#list-articles)

## Overview

* **Plugin type**: input
* **Resume supported**: no
* **Cleanup supported**: no
* **Guess supported**: no

## Configuration

- **url**: URL for Zendesk Guide API (string, required)
- **username**: username to use api (string, required)
- **token**: Token (string, required)

## Example

```yaml
in:
type: zendesk_guide
url: https://support.example.com/api/v2
username: [email protected]
token: xxx
out:
type: stdout
```

## Build

```
$ rake
```