mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
✨ Add support for suspended tickets to Zendesk node (#2297)
* Added Suspended Tickets (Delete, List, Get, Recover) * Added Search option to Active tickets * Added internal note, public reply and assignee email options to active ticket updates * ⚡ Small improvements to #2296 * 🐛 Fix issue with pagination * ⚡ Improvements Co-authored-by: Jonathan <jonathan.bennetts@gmail.com>
This commit is contained in:
@@ -4,6 +4,8 @@ import {
|
||||
|
||||
export interface IComment {
|
||||
body?: string;
|
||||
html_body?: string;
|
||||
public?: boolean;
|
||||
}
|
||||
|
||||
export interface ITicket {
|
||||
@@ -16,4 +18,5 @@ export interface ITicket {
|
||||
status?: string;
|
||||
recipient?: string;
|
||||
custom_fields?: IDataObject[];
|
||||
assignee_email?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user