You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regenerate zoho_desk.mdx from the current tool definitions: removes the stale
add_comment `ignoreSourceId` input row (the field was dropped because Zoho
rejects arbitrary values) and adds the derived `contentText` / `descriptionText`
plain-text fields on comments, threads, and tickets.
@@ -268,8 +272,9 @@ List conversation threads on a Zoho Desk ticket.
268
272
| ↳ `id`| string | Thread ID |
269
273
| ↳ `channel`| string | Thread channel |
270
274
| ↳ `direction`| string | Direction \(in/out\)|
271
-
| ↳ `content`| string | Thread content |
275
+
| ↳ `content`| string | Thread content \(raw; may be HTML\)|
272
276
| ↳ `contentType`| string | Content type |
277
+
| ↳ `contentText`| string | Plain-text rendering of content \(HTML stripped when contentType is html\)|
273
278
| ↳ `summary`| string | Thread summary |
274
279
| ↳ `responderId`| string | Responder ID |
275
280
| ↳ `createdTime`| string | Created timestamp |
@@ -310,8 +315,9 @@ Retrieve the full content of a single Zoho Desk ticket thread.
310
315
| ↳ `id`| string | Thread ID |
311
316
| ↳ `channel`| string | Thread channel |
312
317
| ↳ `direction`| string | Direction \(in/out\)|
313
-
| ↳ `content`| string | Thread content |
318
+
| ↳ `content`| string | Thread content \(raw; may be HTML\)|
314
319
| ↳ `contentType`| string | Content type |
320
+
| ↳ `contentText`| string | Plain-text rendering of content \(HTML stripped when contentType is html\)|
315
321
| ↳ `summary`| string | Thread summary |
316
322
| ↳ `responderId`| string | Responder ID |
317
323
| ↳ `createdTime`| string | Created timestamp |
@@ -420,7 +426,7 @@ Trigger a workflow when a Zoho Desk event occurs (ticket, comment, thread, conta
420
426
| Parameter | Type | Required | Description |
421
427
| --------- | ---- | -------- | ----------- |
422
428
|`triggerCredentials`| string | Yes | This trigger creates and manages a webhook subscription in your Zoho Desk account. |
423
-
|`orgId`|string| Yes | The Zoho Desk organization \(portal\) to subscribe in. |
429
+
|`orgId`|combobox| Yes | The Zoho Desk organization \(portal\) to subscribe in. |
424
430
|`eventType`| string | Yes | Event |
425
431
|`departmentIds`| string | No | Restrict events to these departments. Leave empty for all departments. |
426
432
|`fields`| string | No | For Ticket Updated: only fire when one of these fields changes \(max 5\). Previous values are included in the payload. |
@@ -433,6 +439,6 @@ Trigger a workflow when a Zoho Desk event occurs (ticket, comment, thread, conta
433
439
|`eventType`| string | The Zoho Desk event type \(e.g. Ticket_Add\)|
434
440
|`eventTime`| string | Event time in milliseconds since epoch |
435
441
|`orgId`| string | Zoho Desk organization ID |
436
-
|`payload`| json | The full resource that changed \(ticket, comment, thread, etc.\)|
442
+
|`payload`| json | The full resource that changed \(ticket, comment, thread, etc.\). For comment/thread events a derived plain-text `contentText` is added alongside the raw `content` + `contentType`.|
437
443
|`prevState`| json | Previous state of the resource \(update events only\)|
0 commit comments