Create Zendesk tickets using the Zendesk API.The service requires a Zendesk account with configured access.
zendesk, record, sink
In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. The table also indicates any default values, and whether a property supports the NiFi Expression Language.
| Display Name | API Name | Default Value | Allowable Values | Description |
|---|---|---|---|---|
| Web Client Service Provider | web-client-service-provider | Controller Service API: WebClientServiceProvider Implementation: StandardWebClientServiceProvider | Controller service for HTTP client operations. | |
| Subdomain Name | zendesk-subdomain | Name of the Zendesk subdomain. Supports Expression Language: true (will be evaluated using flow file attributes and variable registry) | ||
| User Name | zendesk-user | Login user to Zendesk subdomain. Supports Expression Language: true (will be evaluated using flow file attributes and variable registry) | ||
| Authentication Type | zendesk-authentication-type-name |
| Type of authentication to Zendesk API. | |
| Authentication Credential | zendesk-authentication-value-name | Password or authentication token for Zendesk login user. Sensitive Property: true Supports Expression Language: true (will be evaluated using flow file attributes and variable registry) | ||
| Comment Body | zendesk-comment-body | The content or the path to the comment body in the incoming record. Supports Expression Language: true (will be evaluated using flow file attributes and variable registry) | ||
| Subject | zendesk-subject | The content or the path to the subject in the incoming record. Supports Expression Language: true (will be evaluated using flow file attributes and variable registry) | ||
| Priority | zendesk-priority | The content or the path to the priority in the incoming record. Supports Expression Language: true (will be evaluated using flow file attributes and variable registry) | ||
| Type | zendesk-type | The content or the path to the type in the incoming record. Supports Expression Language: true (will be evaluated using flow file attributes and variable registry) | ||
| Cache Size | cache-size | 1000 | Specifies how many Zendesk ticket should be cached. | |
| Cache Expiration | cache-expiration | 1 hour | Specifies how long a Zendesk ticket that is cached should remain in the cache. |