@bubblelab/bubble-core 0.1.231 → 0.1.232

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/dist/bubble-bundle.d.ts +106 -106
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
  4. package/dist/bubbles/service-bubble/airtable.d.ts +76 -76
  5. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
  6. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
  7. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
  8. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
  9. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +38 -38
  10. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
  11. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
  12. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
  13. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
  14. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +126 -126
  15. package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
  16. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +4 -4
  17. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +4 -4
  18. package/dist/bubbles/service-bubble/assembled/assembled.d.ts +6 -6
  19. package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts +6 -6
  20. package/dist/bubbles/service-bubble/attio/attio.d.ts +6 -6
  21. package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +6 -6
  22. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
  23. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +1 -1
  24. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +4 -4
  25. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
  26. package/dist/bubbles/service-bubble/firecrawl.d.ts +334 -334
  27. package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
  28. package/dist/bubbles/service-bubble/github.d.ts +60 -60
  29. package/dist/bubbles/service-bubble/gmail.d.ts +164 -164
  30. package/dist/bubbles/service-bubble/google-calendar.d.ts +6 -6
  31. package/dist/bubbles/service-bubble/google-drive.d.ts +4 -4
  32. package/dist/bubbles/service-bubble/http.d.ts +2 -2
  33. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  34. package/dist/bubbles/service-bubble/jira/jira.d.ts +30 -30
  35. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
  36. package/dist/bubbles/service-bubble/notion/notion.d.ts +168 -168
  37. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
  38. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  39. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +10 -10
  40. package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +14 -14
  41. package/dist/bubbles/service-bubble/resend.d.ts +4 -4
  42. package/dist/bubbles/service-bubble/slack/slack.d.ts +388 -388
  43. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +24 -24
  44. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
  45. package/dist/bubbles/service-bubble/xero/xero.d.ts +2 -2
  46. package/dist/bubbles/service-bubble/xero/xero.schema.d.ts +2 -2
  47. package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts +391 -20
  48. package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts.map +1 -1
  49. package/dist/bubbles/service-bubble/zendesk/zendesk.js +80 -0
  50. package/dist/bubbles/service-bubble/zendesk/zendesk.js.map +1 -1
  51. package/dist/bubbles/service-bubble/zendesk/zendesk.schema.d.ts +388 -20
  52. package/dist/bubbles/service-bubble/zendesk/zendesk.schema.d.ts.map +1 -1
  53. package/dist/bubbles/service-bubble/zendesk/zendesk.schema.js +163 -0
  54. package/dist/bubbles/service-bubble/zendesk/zendesk.schema.js.map +1 -1
  55. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +6 -6
  56. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
  57. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  58. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
  59. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +20 -20
  60. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +384 -384
  61. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +44 -44
  62. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
  63. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  64. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  65. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
  66. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +134 -134
  67. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
  68. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
  69. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  70. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +8 -8
  71. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
  72. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +26 -26
  73. package/dist/bubbles.json +594 -2
  74. package/package.json +2 -2
package/dist/bubbles.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "2.0.0",
3
- "generatedAt": "2026-03-15T13:57:23.288Z",
3
+ "generatedAt": "2026-03-16T08:24:07.162Z",
4
4
  "totalCount": 75,
5
5
  "bubbles": [
6
6
  {
@@ -74365,6 +74365,50 @@
74365
74365
  },
74366
74366
  "description": "Tags to apply to the ticket"
74367
74367
  },
74368
+ "custom_fields": {
74369
+ "type": "array",
74370
+ "items": {
74371
+ "type": "object",
74372
+ "properties": {
74373
+ "id": {
74374
+ "type": "number",
74375
+ "description": "Custom ticket field ID"
74376
+ },
74377
+ "value": {
74378
+ "anyOf": [
74379
+ {
74380
+ "type": "string"
74381
+ },
74382
+ {
74383
+ "type": "number"
74384
+ },
74385
+ {
74386
+ "type": "boolean"
74387
+ },
74388
+ {
74389
+ "type": "array",
74390
+ "items": {
74391
+ "type": "string"
74392
+ }
74393
+ },
74394
+ {
74395
+ "enum": [
74396
+ "null"
74397
+ ],
74398
+ "nullable": true
74399
+ }
74400
+ ],
74401
+ "description": "Field value. For dropdowns use the tag name, for multiselect use an array of tag names, for dates use \"YYYY-MM-DD\""
74402
+ }
74403
+ },
74404
+ "required": [
74405
+ "id",
74406
+ "value"
74407
+ ],
74408
+ "additionalProperties": false
74409
+ },
74410
+ "description": "Custom field values. Use list_ticket_fields to discover available fields and their IDs."
74411
+ },
74368
74412
  "credentials": {
74369
74413
  "type": "object",
74370
74414
  "additionalProperties": {
@@ -74437,6 +74481,50 @@
74437
74481
  },
74438
74482
  "description": "Replace ticket tags with this list"
74439
74483
  },
74484
+ "custom_fields": {
74485
+ "type": "array",
74486
+ "items": {
74487
+ "type": "object",
74488
+ "properties": {
74489
+ "id": {
74490
+ "type": "number",
74491
+ "description": "Custom ticket field ID"
74492
+ },
74493
+ "value": {
74494
+ "anyOf": [
74495
+ {
74496
+ "type": "string"
74497
+ },
74498
+ {
74499
+ "type": "number"
74500
+ },
74501
+ {
74502
+ "type": "boolean"
74503
+ },
74504
+ {
74505
+ "type": "array",
74506
+ "items": {
74507
+ "type": "string"
74508
+ }
74509
+ },
74510
+ {
74511
+ "enum": [
74512
+ "null"
74513
+ ],
74514
+ "nullable": true
74515
+ }
74516
+ ],
74517
+ "description": "Field value. For dropdowns use the tag name, for multiselect use an array of tag names, for dates use \"YYYY-MM-DD\""
74518
+ }
74519
+ },
74520
+ "required": [
74521
+ "id",
74522
+ "value"
74523
+ ],
74524
+ "additionalProperties": false
74525
+ },
74526
+ "description": "Custom field values to set. Use list_ticket_fields to discover available fields and their IDs."
74527
+ },
74440
74528
  "credentials": {
74441
74529
  "type": "object",
74442
74530
  "additionalProperties": {
@@ -74795,6 +74883,148 @@
74795
74883
  "article_id"
74796
74884
  ],
74797
74885
  "additionalProperties": false
74886
+ },
74887
+ {
74888
+ "type": "object",
74889
+ "properties": {
74890
+ "operation": {
74891
+ "type": "string",
74892
+ "enum": [
74893
+ "list_ticket_fields"
74894
+ ],
74895
+ "description": "List all ticket fields (system and custom) to discover field IDs, types, and allowed values"
74896
+ },
74897
+ "credentials": {
74898
+ "type": "object",
74899
+ "additionalProperties": {
74900
+ "type": "string"
74901
+ },
74902
+ "description": "Object mapping credential types to values (injected at runtime)"
74903
+ }
74904
+ },
74905
+ "required": [
74906
+ "operation"
74907
+ ],
74908
+ "additionalProperties": false
74909
+ },
74910
+ {
74911
+ "type": "object",
74912
+ "properties": {
74913
+ "operation": {
74914
+ "type": "string",
74915
+ "enum": [
74916
+ "create_ticket_field"
74917
+ ],
74918
+ "description": "Create a new custom ticket field (admin only)"
74919
+ },
74920
+ "type": {
74921
+ "type": "string",
74922
+ "enum": [
74923
+ "text",
74924
+ "textarea",
74925
+ "checkbox",
74926
+ "date",
74927
+ "integer",
74928
+ "decimal",
74929
+ "regexp",
74930
+ "partialcreditcard",
74931
+ "multiselect",
74932
+ "tagger",
74933
+ "lookup"
74934
+ ],
74935
+ "description": "Field type"
74936
+ },
74937
+ "title": {
74938
+ "type": "string",
74939
+ "minLength": 1,
74940
+ "description": "Field display title"
74941
+ },
74942
+ "description": {
74943
+ "type": "string",
74944
+ "description": "Field description"
74945
+ },
74946
+ "required": {
74947
+ "type": "boolean",
74948
+ "description": "Whether agents must fill this field to mark a ticket as solved"
74949
+ },
74950
+ "active": {
74951
+ "type": "boolean",
74952
+ "default": true,
74953
+ "description": "Whether field is active"
74954
+ },
74955
+ "custom_field_options": {
74956
+ "type": "array",
74957
+ "items": {
74958
+ "type": "object",
74959
+ "properties": {
74960
+ "name": {
74961
+ "type": "string",
74962
+ "description": "Display name of the option"
74963
+ },
74964
+ "value": {
74965
+ "type": "string",
74966
+ "description": "Tag value for this option"
74967
+ }
74968
+ },
74969
+ "required": [
74970
+ "name",
74971
+ "value"
74972
+ ],
74973
+ "additionalProperties": false
74974
+ },
74975
+ "description": "Options for tagger/multiselect fields. Each option needs a display name and a tag value."
74976
+ },
74977
+ "tag": {
74978
+ "type": "string",
74979
+ "description": "Tag added when checkbox is selected (checkbox type only)"
74980
+ },
74981
+ "regexp_for_validation": {
74982
+ "type": "string",
74983
+ "description": "Validation regex (regexp type only)"
74984
+ },
74985
+ "credentials": {
74986
+ "type": "object",
74987
+ "additionalProperties": {
74988
+ "type": "string"
74989
+ },
74990
+ "description": "Object mapping credential types to values (injected at runtime)"
74991
+ }
74992
+ },
74993
+ "required": [
74994
+ "operation",
74995
+ "type",
74996
+ "title"
74997
+ ],
74998
+ "additionalProperties": false
74999
+ },
75000
+ {
75001
+ "type": "object",
75002
+ "properties": {
75003
+ "operation": {
75004
+ "type": "string",
75005
+ "enum": [
75006
+ "delete_ticket_field"
75007
+ ],
75008
+ "description": "Delete a custom ticket field (admin only). System fields cannot be deleted."
75009
+ },
75010
+ "ticket_field_id": {
75011
+ "type": "string",
75012
+ "minLength": 1,
75013
+ "description": "ID of the ticket field to delete"
75014
+ },
75015
+ "credentials": {
75016
+ "type": "object",
75017
+ "additionalProperties": {
75018
+ "type": "string"
75019
+ },
75020
+ "description": "Object mapping credential types to values (injected at runtime)"
75021
+ }
75022
+ },
75023
+ "required": [
75024
+ "operation",
75025
+ "ticket_field_id"
75026
+ ],
75027
+ "additionalProperties": false
74798
75028
  }
74799
75029
  ]
74800
75030
  },
@@ -74865,6 +75095,49 @@
74865
75095
  },
74866
75096
  "description": "Ticket tags"
74867
75097
  },
75098
+ "custom_fields": {
75099
+ "type": "array",
75100
+ "items": {
75101
+ "type": "object",
75102
+ "properties": {
75103
+ "id": {
75104
+ "type": "number"
75105
+ },
75106
+ "value": {
75107
+ "anyOf": [
75108
+ {
75109
+ "type": "string"
75110
+ },
75111
+ {
75112
+ "type": "number"
75113
+ },
75114
+ {
75115
+ "type": "boolean"
75116
+ },
75117
+ {
75118
+ "type": "array",
75119
+ "items": {
75120
+ "type": "string"
75121
+ }
75122
+ },
75123
+ {
75124
+ "enum": [
75125
+ "null"
75126
+ ],
75127
+ "nullable": true
75128
+ }
75129
+ ],
75130
+ "nullable": true
75131
+ }
75132
+ },
75133
+ "required": [
75134
+ "id",
75135
+ "value"
75136
+ ],
75137
+ "additionalProperties": false
75138
+ },
75139
+ "description": "Custom field values on the ticket"
75140
+ },
74868
75141
  "created_at": {
74869
75142
  "type": "string",
74870
75143
  "description": "Created timestamp"
@@ -74966,6 +75239,49 @@
74966
75239
  },
74967
75240
  "description": "Ticket tags"
74968
75241
  },
75242
+ "custom_fields": {
75243
+ "type": "array",
75244
+ "items": {
75245
+ "type": "object",
75246
+ "properties": {
75247
+ "id": {
75248
+ "type": "number"
75249
+ },
75250
+ "value": {
75251
+ "anyOf": [
75252
+ {
75253
+ "type": "string"
75254
+ },
75255
+ {
75256
+ "type": "number"
75257
+ },
75258
+ {
75259
+ "type": "boolean"
75260
+ },
75261
+ {
75262
+ "type": "array",
75263
+ "items": {
75264
+ "type": "string"
75265
+ }
75266
+ },
75267
+ {
75268
+ "enum": [
75269
+ "null"
75270
+ ],
75271
+ "nullable": true
75272
+ }
75273
+ ],
75274
+ "nullable": true
75275
+ }
75276
+ },
75277
+ "required": [
75278
+ "id",
75279
+ "value"
75280
+ ],
75281
+ "additionalProperties": false
75282
+ },
75283
+ "description": "Custom field values on the ticket"
75284
+ },
74969
75285
  "created_at": {
74970
75286
  "type": "string",
74971
75287
  "description": "Created timestamp"
@@ -75056,6 +75372,49 @@
75056
75372
  },
75057
75373
  "description": "Ticket tags"
75058
75374
  },
75375
+ "custom_fields": {
75376
+ "type": "array",
75377
+ "items": {
75378
+ "type": "object",
75379
+ "properties": {
75380
+ "id": {
75381
+ "type": "number"
75382
+ },
75383
+ "value": {
75384
+ "anyOf": [
75385
+ {
75386
+ "type": "string"
75387
+ },
75388
+ {
75389
+ "type": "number"
75390
+ },
75391
+ {
75392
+ "type": "boolean"
75393
+ },
75394
+ {
75395
+ "type": "array",
75396
+ "items": {
75397
+ "type": "string"
75398
+ }
75399
+ },
75400
+ {
75401
+ "enum": [
75402
+ "null"
75403
+ ],
75404
+ "nullable": true
75405
+ }
75406
+ ],
75407
+ "nullable": true
75408
+ }
75409
+ },
75410
+ "required": [
75411
+ "id",
75412
+ "value"
75413
+ ],
75414
+ "additionalProperties": false
75415
+ },
75416
+ "description": "Custom field values on the ticket"
75417
+ },
75059
75418
  "created_at": {
75060
75419
  "type": "string",
75061
75420
  "description": "Created timestamp"
@@ -75146,6 +75505,49 @@
75146
75505
  },
75147
75506
  "description": "Ticket tags"
75148
75507
  },
75508
+ "custom_fields": {
75509
+ "type": "array",
75510
+ "items": {
75511
+ "type": "object",
75512
+ "properties": {
75513
+ "id": {
75514
+ "type": "number"
75515
+ },
75516
+ "value": {
75517
+ "anyOf": [
75518
+ {
75519
+ "type": "string"
75520
+ },
75521
+ {
75522
+ "type": "number"
75523
+ },
75524
+ {
75525
+ "type": "boolean"
75526
+ },
75527
+ {
75528
+ "type": "array",
75529
+ "items": {
75530
+ "type": "string"
75531
+ }
75532
+ },
75533
+ {
75534
+ "enum": [
75535
+ "null"
75536
+ ],
75537
+ "nullable": true
75538
+ }
75539
+ ],
75540
+ "nullable": true
75541
+ }
75542
+ },
75543
+ "required": [
75544
+ "id",
75545
+ "value"
75546
+ ],
75547
+ "additionalProperties": false
75548
+ },
75549
+ "description": "Custom field values on the ticket"
75550
+ },
75149
75551
  "created_at": {
75150
75552
  "type": "string",
75151
75553
  "description": "Created timestamp"
@@ -75559,6 +75961,196 @@
75559
75961
  ],
75560
75962
  "additionalProperties": false
75561
75963
  },
75964
+ {
75965
+ "type": "object",
75966
+ "properties": {
75967
+ "operation": {
75968
+ "type": "string",
75969
+ "enum": [
75970
+ "list_ticket_fields"
75971
+ ]
75972
+ },
75973
+ "success": {
75974
+ "type": "boolean",
75975
+ "description": "Whether the operation was successful"
75976
+ },
75977
+ "ticket_fields": {
75978
+ "type": "array",
75979
+ "items": {
75980
+ "type": "object",
75981
+ "properties": {
75982
+ "id": {
75983
+ "type": "number",
75984
+ "description": "Field ID"
75985
+ },
75986
+ "type": {
75987
+ "type": "string",
75988
+ "description": "Field type (text, textarea, checkbox, date, integer, decimal, tagger, multiselect, etc.)"
75989
+ },
75990
+ "title": {
75991
+ "type": "string",
75992
+ "description": "Field display title"
75993
+ },
75994
+ "description": {
75995
+ "type": "string",
75996
+ "nullable": true,
75997
+ "description": "Field description"
75998
+ },
75999
+ "active": {
76000
+ "type": "boolean",
76001
+ "description": "Whether the field is active"
76002
+ },
76003
+ "required": {
76004
+ "type": "boolean",
76005
+ "description": "Whether the field is required"
76006
+ },
76007
+ "custom_field_options": {
76008
+ "type": "array",
76009
+ "items": {
76010
+ "type": "object",
76011
+ "properties": {
76012
+ "name": {
76013
+ "type": "string",
76014
+ "description": "Display name of the option"
76015
+ },
76016
+ "value": {
76017
+ "type": "string",
76018
+ "description": "Tag value to use when setting this field"
76019
+ }
76020
+ },
76021
+ "required": [
76022
+ "name",
76023
+ "value"
76024
+ ],
76025
+ "additionalProperties": false
76026
+ },
76027
+ "nullable": true,
76028
+ "description": "Available options for dropdown/tagger/multiselect fields"
76029
+ }
76030
+ },
76031
+ "required": [
76032
+ "id",
76033
+ "type",
76034
+ "title"
76035
+ ],
76036
+ "additionalProperties": false
76037
+ },
76038
+ "description": "List of ticket fields"
76039
+ },
76040
+ "error": {
76041
+ "type": "string",
76042
+ "description": "Error message if operation failed"
76043
+ }
76044
+ },
76045
+ "required": [
76046
+ "operation",
76047
+ "success",
76048
+ "error"
76049
+ ],
76050
+ "additionalProperties": false
76051
+ },
76052
+ {
76053
+ "type": "object",
76054
+ "properties": {
76055
+ "operation": {
76056
+ "type": "string",
76057
+ "enum": [
76058
+ "create_ticket_field"
76059
+ ]
76060
+ },
76061
+ "success": {
76062
+ "type": "boolean",
76063
+ "description": "Whether the operation was successful"
76064
+ },
76065
+ "ticket_field": {
76066
+ "type": "object",
76067
+ "properties": {
76068
+ "id": {
76069
+ "type": "number",
76070
+ "description": "Created field ID"
76071
+ },
76072
+ "type": {
76073
+ "type": "string",
76074
+ "description": "Field type"
76075
+ },
76076
+ "title": {
76077
+ "type": "string",
76078
+ "description": "Field title"
76079
+ },
76080
+ "active": {
76081
+ "type": "boolean",
76082
+ "description": "Whether field is active"
76083
+ },
76084
+ "required": {
76085
+ "type": "boolean",
76086
+ "description": "Whether field is required"
76087
+ },
76088
+ "custom_field_options": {
76089
+ "type": "array",
76090
+ "items": {
76091
+ "type": "object",
76092
+ "properties": {
76093
+ "name": {
76094
+ "type": "string"
76095
+ },
76096
+ "value": {
76097
+ "type": "string"
76098
+ }
76099
+ },
76100
+ "required": [
76101
+ "name",
76102
+ "value"
76103
+ ],
76104
+ "additionalProperties": false
76105
+ },
76106
+ "nullable": true
76107
+ }
76108
+ },
76109
+ "required": [
76110
+ "id",
76111
+ "type",
76112
+ "title"
76113
+ ],
76114
+ "additionalProperties": false,
76115
+ "description": "Created ticket field"
76116
+ },
76117
+ "error": {
76118
+ "type": "string",
76119
+ "description": "Error message if operation failed"
76120
+ }
76121
+ },
76122
+ "required": [
76123
+ "operation",
76124
+ "success",
76125
+ "error"
76126
+ ],
76127
+ "additionalProperties": false
76128
+ },
76129
+ {
76130
+ "type": "object",
76131
+ "properties": {
76132
+ "operation": {
76133
+ "type": "string",
76134
+ "enum": [
76135
+ "delete_ticket_field"
76136
+ ]
76137
+ },
76138
+ "success": {
76139
+ "type": "boolean",
76140
+ "description": "Whether the operation was successful"
76141
+ },
76142
+ "error": {
76143
+ "type": "string",
76144
+ "description": "Error message if operation failed"
76145
+ }
76146
+ },
76147
+ "required": [
76148
+ "operation",
76149
+ "success",
76150
+ "error"
76151
+ ],
76152
+ "additionalProperties": false
76153
+ },
75562
76154
  {
75563
76155
  "type": "object",
75564
76156
  "properties": {
@@ -75716,7 +76308,7 @@
75716
76308
  }
75717
76309
  ]
75718
76310
  },
75719
- "usageExample": "// List Tickets example\nconst zendesk_list_tickets = new ZendeskBubble({\n operation: \"list_tickets\", // List tickets with optional filters\n status: \"new\" // options: \"new\", \"open\", \"pending\", \"hold\", \"solved\", \"closed\", // Filter by ticket status\n sort_by: \"created_at\" // options: \"created_at\", \"updated_at\", \"priority\", \"status\", // Sort field (default: updated_at)\n sort_order: \"asc\" // options: \"asc\", \"desc\", // Sort order (default: desc)\n page: 1 // default, // Page number for pagination (default 1)\n per_page: 25 // default, // Results per page (1-100, default 25)\n});\n\nconst result = await zendesk_list_tickets.action();\n// outputSchema for result.data when operation === 'list_tickets':\n// {\n// operation: \"list_tickets\",\n// success: boolean // Whether the operation was successful,\n// tickets: { id: number // Ticket ID, subject: string | undefined // Ticket subject, description: string | undefined // Ticket description, status: string | undefined // Ticket status, priority: string | undefined | null // Ticket priority, type: string | undefined | null // Ticket type, requester_id: number | undefined // Requester user ID, assignee_id: number | undefined | null // Assignee user ID, organization_id: number | undefined | null // Organization ID, tags: string[] | undefined // Ticket tags, created_at: string | undefined // Created timestamp, updated_at: string | undefined // Updated timestamp }[] | undefined // List of tickets,\n// count: number | undefined // Total ticket count,\n// next_page: string | undefined | null // Next page URL,\n// error: string // Error message if operation failed\n// }\n\n\n// Get Ticket example\nconst zendesk_get_ticket = new ZendeskBubble({\n operation: \"get_ticket\", // Retrieve a single ticket by ID with full details\n ticket_id: \"example string\", // Zendesk ticket ID (numeric string)\n});\n\nconst result = await zendesk_get_ticket.action();\n// outputSchema for result.data when operation === 'get_ticket':\n// {\n// operation: \"get_ticket\",\n// success: boolean // Whether the operation was successful,\n// ticket: { id: number // Ticket ID, subject: string | undefined // Ticket subject, description: string | undefined // Ticket description, status: string | undefined // Ticket status, priority: string | undefined | null // Ticket priority, type: string | undefined | null // Ticket type, requester_id: number | undefined // Requester user ID, assignee_id: number | undefined | null // Assignee user ID, organization_id: number | undefined | null // Organization ID, tags: string[] | undefined // Ticket tags, created_at: string | undefined // Created timestamp, updated_at: string | undefined // Updated timestamp } | undefined // Retrieved ticket,\n// error: string // Error message if operation failed\n// }\n\n\n// Create Ticket example\nconst zendesk_create_ticket = new ZendeskBubble({\n operation: \"create_ticket\", // Create a new support ticket\n subject: \"example string\", // Ticket subject line\n body: \"example string\", // Ticket description / initial comment body\n requester_email: \"example string\", // Email of the requester (creates user if not found)\n requester_name: \"example string\", // Name of the requester (used when creating a new requester alongside email)\n assignee_id: 42, // Agent ID to assign the ticket to\n priority: \"urgent\" // options: \"urgent\", \"high\", \"normal\", \"low\", // Ticket priority\n type: \"problem\" // options: \"problem\", \"incident\", \"question\", \"task\", // Ticket type\n tags: [\"example string\"], // Tags to apply to the ticket\n});\n\nconst result = await zendesk_create_ticket.action();\n// outputSchema for result.data when operation === 'create_ticket':\n// {\n// operation: \"create_ticket\",\n// success: boolean // Whether the operation was successful,\n// ticket: { id: number // Ticket ID, subject: string | undefined // Ticket subject, description: string | undefined // Ticket description, status: string | undefined // Ticket status, priority: string | undefined | null // Ticket priority, type: string | undefined | null // Ticket type, requester_id: number | undefined // Requester user ID, assignee_id: number | undefined | null // Assignee user ID, organization_id: number | undefined | null // Organization ID, tags: string[] | undefined // Ticket tags, created_at: string | undefined // Created timestamp, updated_at: string | undefined // Updated timestamp } | undefined // Created ticket,\n// error: string // Error message if operation failed\n// }\n\n\n// Update Ticket example\nconst zendesk_update_ticket = new ZendeskBubble({\n operation: \"update_ticket\", // Update a ticket: add a reply/comment, change status, priority, or assignee\n ticket_id: \"example string\", // Zendesk ticket ID (numeric string)\n comment: \"example string\", // Comment body to add to the ticket (public reply or internal note)\n public: true // default, // Whether the comment is public (visible to requester) or internal note (default: true)\n status: \"new\" // options: \"new\", \"open\", \"pending\", \"hold\", \"solved\", \"closed\", // Set new ticket status\n priority: \"urgent\" // options: \"urgent\", \"high\", \"normal\", \"low\", // Set new ticket priority\n assignee_id: 42, // Reassign ticket to this agent ID\n tags: [\"example string\"], // Replace ticket tags with this list\n});\n\nconst result = await zendesk_update_ticket.action();\n// outputSchema for result.data when operation === 'update_ticket':\n// {\n// operation: \"update_ticket\",\n// success: boolean // Whether the operation was successful,\n// ticket: { id: number // Ticket ID, subject: string | undefined // Ticket subject, description: string | undefined // Ticket description, status: string | undefined // Ticket status, priority: string | undefined | null // Ticket priority, type: string | undefined | null // Ticket type, requester_id: number | undefined // Requester user ID, assignee_id: number | undefined | null // Assignee user ID, organization_id: number | undefined | null // Organization ID, tags: string[] | undefined // Ticket tags, created_at: string | undefined // Created timestamp, updated_at: string | undefined // Updated timestamp } | undefined // Updated ticket,\n// error: string // Error message if operation failed\n// }\n\n\n// List Ticket Comments example\nconst zendesk_list_ticket_comments = new ZendeskBubble({\n operation: \"list_ticket_comments\", // List comments/replies on a ticket\n ticket_id: \"example string\", // Zendesk ticket ID (numeric string)\n sort_order: \"asc\" // options: \"asc\", \"desc\", // Sort order for comments (default: asc — oldest first)\n page: 1 // default, // Page number for pagination (default 1)\n per_page: 25 // default, // Results per page (1-100, default 25)\n});\n\nconst result = await zendesk_list_ticket_comments.action();\n// outputSchema for result.data when operation === 'list_ticket_comments':\n// {\n// operation: \"list_ticket_comments\",\n// success: boolean // Whether the operation was successful,\n// comments: { id: number // Comment ID, body: string | undefined // Comment body text, html_body: string | undefined // Comment body HTML, public: boolean | undefined // Whether comment is public, author_id: number | undefined // Author user ID, created_at: string | undefined // Created timestamp }[] | undefined // List of comments,\n// count: number | undefined // Total comment count,\n// next_page: string | undefined | null // Next page URL,\n// error: string // Error message if operation failed\n// }\n\n\n// List Users example\nconst zendesk_list_users = new ZendeskBubble({\n operation: \"list_users\", // List or search users\n query: \"example string\", // Search query (name or email)\n role: \"end-user\" // options: \"end-user\", \"agent\", \"admin\", // Filter by user role\n page: 1 // default, // Page number for pagination (default 1)\n per_page: 25 // default, // Results per page (1-100, default 25)\n});\n\nconst result = await zendesk_list_users.action();\n// outputSchema for result.data when operation === 'list_users':\n// {\n// operation: \"list_users\",\n// success: boolean // Whether the operation was successful,\n// users: { id: number // User ID, name: string | undefined // User name, email: string | undefined // User email, role: string | undefined // User role (end-user, agent, admin), organization_id: number | undefined | null // Organization ID, active: boolean | undefined // Whether user is active, created_at: string | undefined // Created timestamp }[] | undefined // List of users,\n// count: number | undefined // Total user count,\n// next_page: string | undefined | null // Next page URL,\n// error: string // Error message if operation failed\n// }\n\n\n// Get User example\nconst zendesk_get_user = new ZendeskBubble({\n operation: \"get_user\", // Retrieve a single user by ID\n user_id: \"example string\", // Zendesk user ID (numeric string)\n});\n\nconst result = await zendesk_get_user.action();\n// outputSchema for result.data when operation === 'get_user':\n// {\n// operation: \"get_user\",\n// success: boolean // Whether the operation was successful,\n// user: { id: number // User ID, name: string | undefined // User name, email: string | undefined // User email, role: string | undefined // User role (end-user, agent, admin), organization_id: number | undefined | null // Organization ID, active: boolean | undefined // Whether user is active, created_at: string | undefined // Created timestamp } | undefined // Retrieved user,\n// error: string // Error message if operation failed\n// }\n\n\n// List Organizations example\nconst zendesk_list_organizations = new ZendeskBubble({\n operation: \"list_organizations\", // List or search organizations\n query: \"example string\", // Search by organization name or external ID\n page: 1 // default, // Page number for pagination (default 1)\n per_page: 25 // default, // Results per page (1-100, default 25)\n});\n\nconst result = await zendesk_list_organizations.action();\n// outputSchema for result.data when operation === 'list_organizations':\n// {\n// operation: \"list_organizations\",\n// success: boolean // Whether the operation was successful,\n// organizations: { id: number // Organization ID, name: string | undefined // Organization name, domain_names: string[] | undefined // Associated domain names, external_id: string | undefined | null // External ID, created_at: string | undefined // Created timestamp }[] | undefined // List of organizations,\n// count: number | undefined // Total organization count,\n// next_page: string | undefined | null // Next page URL,\n// error: string // Error message if operation failed\n// }\n\n\n// Get Organization example\nconst zendesk_get_organization = new ZendeskBubble({\n operation: \"get_organization\", // Retrieve a single organization by ID\n organization_id: \"example string\", // Zendesk organization ID (numeric string)\n});\n\nconst result = await zendesk_get_organization.action();\n// outputSchema for result.data when operation === 'get_organization':\n// {\n// operation: \"get_organization\",\n// success: boolean // Whether the operation was successful,\n// organization: { id: number // Organization ID, name: string | undefined // Organization name, domain_names: string[] | undefined // Associated domain names, external_id: string | undefined | null // External ID, created_at: string | undefined // Created timestamp } | undefined // Retrieved organization,\n// error: string // Error message if operation failed\n// }\n\n\n// Search example\nconst zendesk_search = new ZendeskBubble({\n operation: \"search\", // Unified search across tickets, users, and organizations using Zendesk query syntax\n query: \"example string\", // Zendesk search query (e.g., \"type:ticket status:open\", \"type:user email:john@example.com\")\n sort_by: \"updated_at\" // options: \"updated_at\", \"created_at\", \"priority\", \"status\", \"ticket_type\", // Sort field\n sort_order: \"asc\" // options: \"asc\", \"desc\", // Sort order (default: desc)\n page: 1 // default, // Page number for pagination (default 1)\n per_page: 25 // default, // Results per page (1-100, default 25)\n});\n\nconst result = await zendesk_search.action();\n// outputSchema for result.data when operation === 'search':\n// {\n// operation: \"search\",\n// success: boolean // Whether the operation was successful,\n// results: Record<string, unknown>[] | undefined // Search results (mixed types),\n// count: number | undefined // Total result count,\n// next_page: string | undefined | null // Next page URL,\n// error: string // Error message if operation failed\n// }\n\n\n// List Articles example\nconst zendesk_list_articles = new ZendeskBubble({\n operation: \"list_articles\", // List or search Help Center articles\n query: \"example string\", // Search query for articles\n section_id: \"example string\", // Filter articles by section ID\n category_id: \"example string\", // Filter articles by category ID\n locale: \"example string\", // Filter by locale (e.g., \"en-us\")\n page: 1 // default, // Page number for pagination (default 1)\n per_page: 25 // default, // Results per page (1-100, default 25)\n});\n\nconst result = await zendesk_list_articles.action();\n// outputSchema for result.data when operation === 'list_articles':\n// {\n// operation: \"list_articles\",\n// success: boolean // Whether the operation was successful,\n// articles: { id: number // Article ID, title: string | undefined // Article title, body: string | undefined // Article body HTML, locale: string | undefined // Article locale, section_id: number | undefined // Section ID, author_id: number | undefined // Author user ID, draft: boolean | undefined // Whether article is a draft, created_at: string | undefined // Created timestamp, updated_at: string | undefined // Updated timestamp }[] | undefined // List of articles,\n// count: number | undefined // Total article count,\n// next_page: string | undefined | null // Next page URL,\n// error: string // Error message if operation failed\n// }\n\n\n// Get Article example\nconst zendesk_get_article = new ZendeskBubble({\n operation: \"get_article\", // Retrieve a single Help Center article by ID with body content\n article_id: \"example string\", // Zendesk Help Center article ID\n locale: \"example string\", // Locale for the article (e.g., \"en-us\")\n});\n\nconst result = await zendesk_get_article.action();\n// outputSchema for result.data when operation === 'get_article':\n// {\n// operation: \"get_article\",\n// success: boolean // Whether the operation was successful,\n// article: { id: number // Article ID, title: string | undefined // Article title, body: string | undefined // Article body HTML, locale: string | undefined // Article locale, section_id: number | undefined // Section ID, author_id: number | undefined // Author user ID, draft: boolean | undefined // Whether article is a draft, created_at: string | undefined // Created timestamp, updated_at: string | undefined // Updated timestamp } | undefined // Retrieved article,\n// error: string // Error message if operation failed\n// }\n\n\n// Always check success status before using data\nif (!result.success) {\n throw new Error(`zendesk failed: ${result.error}`);\n}\n\n// Access the actual data\nconst actualData = result.data;\nconsole.log(actualData);",
76311
+ "usageExample": "// List Tickets example\nconst zendesk_list_tickets = new ZendeskBubble({\n operation: \"list_tickets\", // List tickets with optional filters\n status: \"new\" // options: \"new\", \"open\", \"pending\", \"hold\", \"solved\", \"closed\", // Filter by ticket status\n sort_by: \"created_at\" // options: \"created_at\", \"updated_at\", \"priority\", \"status\", // Sort field (default: updated_at)\n sort_order: \"asc\" // options: \"asc\", \"desc\", // Sort order (default: desc)\n page: 1 // default, // Page number for pagination (default 1)\n per_page: 25 // default, // Results per page (1-100, default 25)\n});\n\nconst result = await zendesk_list_tickets.action();\n// outputSchema for result.data when operation === 'list_tickets':\n// {\n// operation: \"list_tickets\",\n// success: boolean // Whether the operation was successful,\n// tickets: { id: number // Ticket ID, subject: string | undefined // Ticket subject, description: string | undefined // Ticket description, status: string | undefined // Ticket status, priority: string | undefined | null // Ticket priority, type: string | undefined | null // Ticket type, requester_id: number | undefined // Requester user ID, assignee_id: number | undefined | null // Assignee user ID, organization_id: number | undefined | null // Organization ID, tags: string[] | undefined // Ticket tags, custom_fields: { id: number, value: unknown | null }[] | undefined // Custom field values on the ticket, created_at: string | undefined // Created timestamp, updated_at: string | undefined // Updated timestamp }[] | undefined // List of tickets,\n// count: number | undefined // Total ticket count,\n// next_page: string | undefined | null // Next page URL,\n// error: string // Error message if operation failed\n// }\n\n\n// Get Ticket example\nconst zendesk_get_ticket = new ZendeskBubble({\n operation: \"get_ticket\", // Retrieve a single ticket by ID with full details\n ticket_id: \"example string\", // Zendesk ticket ID (numeric string)\n});\n\nconst result = await zendesk_get_ticket.action();\n// outputSchema for result.data when operation === 'get_ticket':\n// {\n// operation: \"get_ticket\",\n// success: boolean // Whether the operation was successful,\n// ticket: { id: number // Ticket ID, subject: string | undefined // Ticket subject, description: string | undefined // Ticket description, status: string | undefined // Ticket status, priority: string | undefined | null // Ticket priority, type: string | undefined | null // Ticket type, requester_id: number | undefined // Requester user ID, assignee_id: number | undefined | null // Assignee user ID, organization_id: number | undefined | null // Organization ID, tags: string[] | undefined // Ticket tags, custom_fields: { id: number, value: unknown | null }[] | undefined // Custom field values on the ticket, created_at: string | undefined // Created timestamp, updated_at: string | undefined // Updated timestamp } | undefined // Retrieved ticket,\n// error: string // Error message if operation failed\n// }\n\n\n// Create Ticket example\nconst zendesk_create_ticket = new ZendeskBubble({\n operation: \"create_ticket\", // Create a new support ticket\n subject: \"example string\", // Ticket subject line\n body: \"example string\", // Ticket description / initial comment body\n requester_email: \"example string\", // Email of the requester (creates user if not found)\n requester_name: \"example string\", // Name of the requester (used when creating a new requester alongside email)\n assignee_id: 42, // Agent ID to assign the ticket to\n priority: \"urgent\" // options: \"urgent\", \"high\", \"normal\", \"low\", // Ticket priority\n type: \"problem\" // options: \"problem\", \"incident\", \"question\", \"task\", // Ticket type\n tags: [\"example string\"], // Tags to apply to the ticket\n custom_fields: [{ id: 42 // Custom ticket field ID, value: [\"example string\"] // Field value. For dropdowns use the tag name, for multiselect use an array of tag names, for dates use \"YYYY-MM-DD\" }], // Custom field values. Use list_ticket_fields to discover available fields and their IDs.\n});\n\nconst result = await zendesk_create_ticket.action();\n// outputSchema for result.data when operation === 'create_ticket':\n// {\n// operation: \"create_ticket\",\n// success: boolean // Whether the operation was successful,\n// ticket: { id: number // Ticket ID, subject: string | undefined // Ticket subject, description: string | undefined // Ticket description, status: string | undefined // Ticket status, priority: string | undefined | null // Ticket priority, type: string | undefined | null // Ticket type, requester_id: number | undefined // Requester user ID, assignee_id: number | undefined | null // Assignee user ID, organization_id: number | undefined | null // Organization ID, tags: string[] | undefined // Ticket tags, custom_fields: { id: number, value: unknown | null }[] | undefined // Custom field values on the ticket, created_at: string | undefined // Created timestamp, updated_at: string | undefined // Updated timestamp } | undefined // Created ticket,\n// error: string // Error message if operation failed\n// }\n\n\n// Update Ticket example\nconst zendesk_update_ticket = new ZendeskBubble({\n operation: \"update_ticket\", // Update a ticket: add a reply/comment, change status, priority, or assignee\n ticket_id: \"example string\", // Zendesk ticket ID (numeric string)\n comment: \"example string\", // Comment body to add to the ticket (public reply or internal note)\n public: true // default, // Whether the comment is public (visible to requester) or internal note (default: true)\n status: \"new\" // options: \"new\", \"open\", \"pending\", \"hold\", \"solved\", \"closed\", // Set new ticket status\n priority: \"urgent\" // options: \"urgent\", \"high\", \"normal\", \"low\", // Set new ticket priority\n assignee_id: 42, // Reassign ticket to this agent ID\n tags: [\"example string\"], // Replace ticket tags with this list\n custom_fields: [{ id: 42 // Custom ticket field ID, value: [\"example string\"] // Field value. For dropdowns use the tag name, for multiselect use an array of tag names, for dates use \"YYYY-MM-DD\" }], // Custom field values to set. Use list_ticket_fields to discover available fields and their IDs.\n});\n\nconst result = await zendesk_update_ticket.action();\n// outputSchema for result.data when operation === 'update_ticket':\n// {\n// operation: \"update_ticket\",\n// success: boolean // Whether the operation was successful,\n// ticket: { id: number // Ticket ID, subject: string | undefined // Ticket subject, description: string | undefined // Ticket description, status: string | undefined // Ticket status, priority: string | undefined | null // Ticket priority, type: string | undefined | null // Ticket type, requester_id: number | undefined // Requester user ID, assignee_id: number | undefined | null // Assignee user ID, organization_id: number | undefined | null // Organization ID, tags: string[] | undefined // Ticket tags, custom_fields: { id: number, value: unknown | null }[] | undefined // Custom field values on the ticket, created_at: string | undefined // Created timestamp, updated_at: string | undefined // Updated timestamp } | undefined // Updated ticket,\n// error: string // Error message if operation failed\n// }\n\n\n// List Ticket Comments example\nconst zendesk_list_ticket_comments = new ZendeskBubble({\n operation: \"list_ticket_comments\", // List comments/replies on a ticket\n ticket_id: \"example string\", // Zendesk ticket ID (numeric string)\n sort_order: \"asc\" // options: \"asc\", \"desc\", // Sort order for comments (default: asc — oldest first)\n page: 1 // default, // Page number for pagination (default 1)\n per_page: 25 // default, // Results per page (1-100, default 25)\n});\n\nconst result = await zendesk_list_ticket_comments.action();\n// outputSchema for result.data when operation === 'list_ticket_comments':\n// {\n// operation: \"list_ticket_comments\",\n// success: boolean // Whether the operation was successful,\n// comments: { id: number // Comment ID, body: string | undefined // Comment body text, html_body: string | undefined // Comment body HTML, public: boolean | undefined // Whether comment is public, author_id: number | undefined // Author user ID, created_at: string | undefined // Created timestamp }[] | undefined // List of comments,\n// count: number | undefined // Total comment count,\n// next_page: string | undefined | null // Next page URL,\n// error: string // Error message if operation failed\n// }\n\n\n// List Users example\nconst zendesk_list_users = new ZendeskBubble({\n operation: \"list_users\", // List or search users\n query: \"example string\", // Search query (name or email)\n role: \"end-user\" // options: \"end-user\", \"agent\", \"admin\", // Filter by user role\n page: 1 // default, // Page number for pagination (default 1)\n per_page: 25 // default, // Results per page (1-100, default 25)\n});\n\nconst result = await zendesk_list_users.action();\n// outputSchema for result.data when operation === 'list_users':\n// {\n// operation: \"list_users\",\n// success: boolean // Whether the operation was successful,\n// users: { id: number // User ID, name: string | undefined // User name, email: string | undefined // User email, role: string | undefined // User role (end-user, agent, admin), organization_id: number | undefined | null // Organization ID, active: boolean | undefined // Whether user is active, created_at: string | undefined // Created timestamp }[] | undefined // List of users,\n// count: number | undefined // Total user count,\n// next_page: string | undefined | null // Next page URL,\n// error: string // Error message if operation failed\n// }\n\n\n// Get User example\nconst zendesk_get_user = new ZendeskBubble({\n operation: \"get_user\", // Retrieve a single user by ID\n user_id: \"example string\", // Zendesk user ID (numeric string)\n});\n\nconst result = await zendesk_get_user.action();\n// outputSchema for result.data when operation === 'get_user':\n// {\n// operation: \"get_user\",\n// success: boolean // Whether the operation was successful,\n// user: { id: number // User ID, name: string | undefined // User name, email: string | undefined // User email, role: string | undefined // User role (end-user, agent, admin), organization_id: number | undefined | null // Organization ID, active: boolean | undefined // Whether user is active, created_at: string | undefined // Created timestamp } | undefined // Retrieved user,\n// error: string // Error message if operation failed\n// }\n\n\n// List Organizations example\nconst zendesk_list_organizations = new ZendeskBubble({\n operation: \"list_organizations\", // List or search organizations\n query: \"example string\", // Search by organization name or external ID\n page: 1 // default, // Page number for pagination (default 1)\n per_page: 25 // default, // Results per page (1-100, default 25)\n});\n\nconst result = await zendesk_list_organizations.action();\n// outputSchema for result.data when operation === 'list_organizations':\n// {\n// operation: \"list_organizations\",\n// success: boolean // Whether the operation was successful,\n// organizations: { id: number // Organization ID, name: string | undefined // Organization name, domain_names: string[] | undefined // Associated domain names, external_id: string | undefined | null // External ID, created_at: string | undefined // Created timestamp }[] | undefined // List of organizations,\n// count: number | undefined // Total organization count,\n// next_page: string | undefined | null // Next page URL,\n// error: string // Error message if operation failed\n// }\n\n\n// Get Organization example\nconst zendesk_get_organization = new ZendeskBubble({\n operation: \"get_organization\", // Retrieve a single organization by ID\n organization_id: \"example string\", // Zendesk organization ID (numeric string)\n});\n\nconst result = await zendesk_get_organization.action();\n// outputSchema for result.data when operation === 'get_organization':\n// {\n// operation: \"get_organization\",\n// success: boolean // Whether the operation was successful,\n// organization: { id: number // Organization ID, name: string | undefined // Organization name, domain_names: string[] | undefined // Associated domain names, external_id: string | undefined | null // External ID, created_at: string | undefined // Created timestamp } | undefined // Retrieved organization,\n// error: string // Error message if operation failed\n// }\n\n\n// Search example\nconst zendesk_search = new ZendeskBubble({\n operation: \"search\", // Unified search across tickets, users, and organizations using Zendesk query syntax\n query: \"example string\", // Zendesk search query (e.g., \"type:ticket status:open\", \"type:user email:john@example.com\")\n sort_by: \"updated_at\" // options: \"updated_at\", \"created_at\", \"priority\", \"status\", \"ticket_type\", // Sort field\n sort_order: \"asc\" // options: \"asc\", \"desc\", // Sort order (default: desc)\n page: 1 // default, // Page number for pagination (default 1)\n per_page: 25 // default, // Results per page (1-100, default 25)\n});\n\nconst result = await zendesk_search.action();\n// outputSchema for result.data when operation === 'search':\n// {\n// operation: \"search\",\n// success: boolean // Whether the operation was successful,\n// results: Record<string, unknown>[] | undefined // Search results (mixed types),\n// count: number | undefined // Total result count,\n// next_page: string | undefined | null // Next page URL,\n// error: string // Error message if operation failed\n// }\n\n\n// List Articles example\nconst zendesk_list_articles = new ZendeskBubble({\n operation: \"list_articles\", // List or search Help Center articles\n query: \"example string\", // Search query for articles\n section_id: \"example string\", // Filter articles by section ID\n category_id: \"example string\", // Filter articles by category ID\n locale: \"example string\", // Filter by locale (e.g., \"en-us\")\n page: 1 // default, // Page number for pagination (default 1)\n per_page: 25 // default, // Results per page (1-100, default 25)\n});\n\nconst result = await zendesk_list_articles.action();\n// outputSchema for result.data when operation === 'list_articles':\n// {\n// operation: \"list_articles\",\n// success: boolean // Whether the operation was successful,\n// articles: { id: number // Article ID, title: string | undefined // Article title, body: string | undefined // Article body HTML, locale: string | undefined // Article locale, section_id: number | undefined // Section ID, author_id: number | undefined // Author user ID, draft: boolean | undefined // Whether article is a draft, created_at: string | undefined // Created timestamp, updated_at: string | undefined // Updated timestamp }[] | undefined // List of articles,\n// count: number | undefined // Total article count,\n// next_page: string | undefined | null // Next page URL,\n// error: string // Error message if operation failed\n// }\n\n\n// Get Article example\nconst zendesk_get_article = new ZendeskBubble({\n operation: \"get_article\", // Retrieve a single Help Center article by ID with body content\n article_id: \"example string\", // Zendesk Help Center article ID\n locale: \"example string\", // Locale for the article (e.g., \"en-us\")\n});\n\nconst result = await zendesk_get_article.action();\n// outputSchema for result.data when operation === 'get_article':\n// {\n// operation: \"get_article\",\n// success: boolean // Whether the operation was successful,\n// article: { id: number // Article ID, title: string | undefined // Article title, body: string | undefined // Article body HTML, locale: string | undefined // Article locale, section_id: number | undefined // Section ID, author_id: number | undefined // Author user ID, draft: boolean | undefined // Whether article is a draft, created_at: string | undefined // Created timestamp, updated_at: string | undefined // Updated timestamp } | undefined // Retrieved article,\n// error: string // Error message if operation failed\n// }\n\n\n// List Ticket Fields example\nconst zendesk_list_ticket_fields = new ZendeskBubble({\n operation: \"list_ticket_fields\", // List all ticket fields (system and custom) to discover field IDs, types, and allowed values\n});\n\nconst result = await zendesk_list_ticket_fields.action();\n// outputSchema for result.data when operation === 'list_ticket_fields':\n// {\n// operation: \"list_ticket_fields\",\n// success: boolean // Whether the operation was successful,\n// ticket_fields: { id: number // Field ID, type: string // Field type (text, textarea, checkbox, date, integer, decimal, tagger, multiselect, etc.), title: string // Field display title, description: string | undefined | null // Field description, active: boolean | undefined // Whether the field is active, required: boolean | undefined // Whether the field is required, custom_field_options: { name: string // Display name of the option, value: string // Tag value to use when setting this field }[] | undefined | null // Available options for dropdown/tagger/multiselect fields }[] | undefined // List of ticket fields,\n// error: string // Error message if operation failed\n// }\n\n\n// Create Ticket Field example\nconst zendesk_create_ticket_field = new ZendeskBubble({\n operation: \"create_ticket_field\", // Create a new custom ticket field (admin only)\n type: \"text\" // options: \"text\", \"textarea\", \"checkbox\", \"date\", \"integer\", \"decimal\", \"regexp\", \"partialcreditcard\", \"multiselect\", \"tagger\", \"lookup\", // Field type\n title: \"example string\", // Field display title\n description: \"example string\", // Field description\n required: true, // Whether agents must fill this field to mark a ticket as solved\n active: true // default, // Whether field is active\n custom_field_options: [{ name: \"example string\" // Display name of the option, value: \"example string\" // Tag value for this option }], // Options for tagger/multiselect fields. Each option needs a display name and a tag value.\n tag: \"example string\", // Tag added when checkbox is selected (checkbox type only)\n regexp_for_validation: \"example string\", // Validation regex (regexp type only)\n});\n\nconst result = await zendesk_create_ticket_field.action();\n// outputSchema for result.data when operation === 'create_ticket_field':\n// {\n// operation: \"create_ticket_field\",\n// success: boolean // Whether the operation was successful,\n// ticket_field: { id: number // Created field ID, type: string // Field type, title: string // Field title, active: boolean | undefined // Whether field is active, required: boolean | undefined // Whether field is required, custom_field_options: { name: string, value: string }[] | undefined | null } | undefined // Created ticket field,\n// error: string // Error message if operation failed\n// }\n\n\n// Delete Ticket Field example\nconst zendesk_delete_ticket_field = new ZendeskBubble({\n operation: \"delete_ticket_field\", // Delete a custom ticket field (admin only). System fields cannot be deleted.\n ticket_field_id: \"example string\", // ID of the ticket field to delete\n});\n\nconst result = await zendesk_delete_ticket_field.action();\n// outputSchema for result.data when operation === 'delete_ticket_field':\n// {\n// operation: \"delete_ticket_field\",\n// success: boolean // Whether the operation was successful,\n// error: string // Error message if operation failed\n// }\n\n\n// Always check success status before using data\nif (!result.success) {\n throw new Error(`zendesk failed: ${result.error}`);\n}\n\n// Access the actual data\nconst actualData = result.data;\nconsole.log(actualData);",
75720
76312
  "requiredCredentials": [
75721
76313
  "ZENDESK_CRED"
75722
76314
  ]