Zendesk - Ticket Management

`Zendesk - Ticket Management` allows you to open a new ticket or comment on an existing ticket.

Zendesk · 13 tasks · 13 inputs · 1 output

Inputs

  • ZendeskTicketID — The ticket ID.
  • ZendeskAssigne — The agent currently assigned to the ticket.
  • ZendeskCollaborators — The users currently CC'ed on the ticket.
  • description — The ticket description.
  • ZendeskPriority — The urgency with which the ticket should be addressed. Allowed values are "urgent", "high", "normal", or "low".
  • ZendeskRequester — The user who requested this ticket.
  • ZendeskStatus — The state of the ticket. Allowed values are "new", "open", "pending", "hold", "solved", or "closed".
  • ZendeskSubject — The value of the subject field for this ticket.
  • ZendeskTags — The array of tags applied to this ticket.
  • ZendeskType — The type of this ticket. Allowed values are "problem", "incident", "question", or "task".
  • CommentToAdd — Comment for the ticket.
  • addCommentPerEndpoint — Whether to add a new comment to the ticket for each endpoint in the incident. Possible values: True/False.
  • Action — Whether to open a new ticket or to add a new comment. Possible values: NewTicket/AddComment.

Outputs

  • Zendesk.Ticket.id — The ticket ID.

Commands used

zendesk-ticket-create zendesk-ticket-update

Flowchart

yes yes yes yes yes Start Start Is Zendesk v2 integration enabled? Is Zendesk v2 integration... Was a comment provided in the input Was a comment provided in... Add comment to the ticket Add comment to the ticket Create ticket for the incident - zendesk-ticket-create Create ticket for the inc... zendesk-ticket-create Done Done Update the ticket for the incident - zendesk-ticket-update Update the ticket for the... zendesk-ticket-update Whether to append a new comment to the ticket for each alert? Whether to append a new c... Are the required details for opening a ticket been provided? Are the required details ... Provide details for opening a ticket. Provide details for openi... Create ticket for the incident - zendesk-ticket-create Create ticket for the inc... zendesk-ticket-create Update the ticket for the incident - zendesk-ticket-update Update the ticket for the... zendesk-ticket-update Whether to open a ticket for this incident? Whether to open a ticket ...