PutZendeskTicket 2025.10.9.21

Bundle

org.apache.nifi | nifi-zendesk-nar

Description

Create Zendesk tickets using the Zendesk API.

Tags

zendesk, ticket

Input Requirement

Supports Sensitive Dynamic Properties

false

Properties

PropertyDescription
web-client-service-providerController service for HTTP client operations.
zendesk-authentication-type-nameType of authentication to Zendesk API.
zendesk-authentication-value-namePassword or authentication token for Zendesk login user.
zendesk-comment-bodyThe content or the path to the comment body in the incoming record.
zendesk-priorityThe content or the path to the priority in the incoming record.
zendesk-record-readerSpecifies the Controller Service to use for parsing incoming data and determining the data’s schema.
zendesk-subdomainName of the Zendesk subdomain.
zendesk-subjectThe content or the path to the subject in the incoming record.
zendesk-typeThe content or the path to the type in the incoming record.
zendesk-userLogin user to Zendesk subdomain.

Relationships

NameDescription
failureA FlowFile is routed to this relationship if the operation failed and retrying the operation will also fail, such as an invalid data or schema.
successFor FlowFiles created as a result of a successful HTTP request.

Writes attributes

NameDescription
record.countThe number of records processed.
error.codeThe error code of from the response.
error.messageThe error message of from the response.