@instantkom/cli 3.187.1 → 3.187.3
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.
- package/npm-shrinkwrap.json +2 -2
- package/oclif.manifest.json +980 -980
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -3999,10 +3999,10 @@
|
|
|
3999
3999
|
"unset.js"
|
|
4000
4000
|
]
|
|
4001
4001
|
},
|
|
4002
|
-
"
|
|
4002
|
+
"custom-fields:bulk-delete": {
|
|
4003
4003
|
"aliases": [],
|
|
4004
4004
|
"args": {},
|
|
4005
|
-
"description": "
|
|
4005
|
+
"description": "Bulk delete custom fields",
|
|
4006
4006
|
"flags": {
|
|
4007
4007
|
"api-key": {
|
|
4008
4008
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4066,40 +4066,18 @@
|
|
|
4066
4066
|
"multiple": false,
|
|
4067
4067
|
"type": "option"
|
|
4068
4068
|
},
|
|
4069
|
-
"
|
|
4070
|
-
"description": "
|
|
4071
|
-
"name": "
|
|
4072
|
-
"required": true,
|
|
4073
|
-
"hasDynamicHelp": false,
|
|
4074
|
-
"multiple": false,
|
|
4075
|
-
"type": "option"
|
|
4076
|
-
},
|
|
4077
|
-
"identifier": {
|
|
4078
|
-
"description": "Unique contact identifier",
|
|
4079
|
-
"name": "identifier",
|
|
4069
|
+
"ids": {
|
|
4070
|
+
"description": "Comma-separated custom field IDs",
|
|
4071
|
+
"name": "ids",
|
|
4080
4072
|
"required": true,
|
|
4081
4073
|
"hasDynamicHelp": false,
|
|
4082
4074
|
"multiple": false,
|
|
4083
4075
|
"type": "option"
|
|
4084
|
-
},
|
|
4085
|
-
"name": {
|
|
4086
|
-
"description": "Contact name",
|
|
4087
|
-
"name": "name",
|
|
4088
|
-
"hasDynamicHelp": false,
|
|
4089
|
-
"multiple": false,
|
|
4090
|
-
"type": "option"
|
|
4091
|
-
},
|
|
4092
|
-
"data": {
|
|
4093
|
-
"description": "Additional JSON object payload",
|
|
4094
|
-
"name": "data",
|
|
4095
|
-
"hasDynamicHelp": false,
|
|
4096
|
-
"multiple": false,
|
|
4097
|
-
"type": "option"
|
|
4098
4076
|
}
|
|
4099
4077
|
},
|
|
4100
4078
|
"hasDynamicHelp": false,
|
|
4101
4079
|
"hiddenAliases": [],
|
|
4102
|
-
"id": "
|
|
4080
|
+
"id": "custom-fields:bulk-delete",
|
|
4103
4081
|
"pluginAlias": "@instantkom/cli",
|
|
4104
4082
|
"pluginName": "@instantkom/cli",
|
|
4105
4083
|
"pluginType": "core",
|
|
@@ -4109,20 +4087,14 @@
|
|
|
4109
4087
|
"relativePath": [
|
|
4110
4088
|
"dist",
|
|
4111
4089
|
"commands",
|
|
4112
|
-
"
|
|
4113
|
-
"
|
|
4090
|
+
"custom-fields",
|
|
4091
|
+
"bulk-delete.js"
|
|
4114
4092
|
]
|
|
4115
4093
|
},
|
|
4116
|
-
"
|
|
4094
|
+
"custom-fields:create": {
|
|
4117
4095
|
"aliases": [],
|
|
4118
|
-
"args": {
|
|
4119
|
-
|
|
4120
|
-
"description": "Contact ID",
|
|
4121
|
-
"name": "id",
|
|
4122
|
-
"required": true
|
|
4123
|
-
}
|
|
4124
|
-
},
|
|
4125
|
-
"description": "Delete a contact",
|
|
4096
|
+
"args": {},
|
|
4097
|
+
"description": "Create a custom field",
|
|
4126
4098
|
"flags": {
|
|
4127
4099
|
"api-key": {
|
|
4128
4100
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4185,11 +4157,72 @@
|
|
|
4185
4157
|
"hasDynamicHelp": false,
|
|
4186
4158
|
"multiple": false,
|
|
4187
4159
|
"type": "option"
|
|
4160
|
+
},
|
|
4161
|
+
"name": {
|
|
4162
|
+
"description": "Field name",
|
|
4163
|
+
"name": "name",
|
|
4164
|
+
"required": true,
|
|
4165
|
+
"hasDynamicHelp": false,
|
|
4166
|
+
"multiple": false,
|
|
4167
|
+
"type": "option"
|
|
4168
|
+
},
|
|
4169
|
+
"key": {
|
|
4170
|
+
"description": "Field key",
|
|
4171
|
+
"name": "key",
|
|
4172
|
+
"required": true,
|
|
4173
|
+
"hasDynamicHelp": false,
|
|
4174
|
+
"multiple": false,
|
|
4175
|
+
"type": "option"
|
|
4176
|
+
},
|
|
4177
|
+
"type": {
|
|
4178
|
+
"description": "Field type",
|
|
4179
|
+
"name": "type",
|
|
4180
|
+
"required": true,
|
|
4181
|
+
"hasDynamicHelp": false,
|
|
4182
|
+
"multiple": false,
|
|
4183
|
+
"options": [
|
|
4184
|
+
"text",
|
|
4185
|
+
"number",
|
|
4186
|
+
"date",
|
|
4187
|
+
"dropdown",
|
|
4188
|
+
"checkbox",
|
|
4189
|
+
"url",
|
|
4190
|
+
"email",
|
|
4191
|
+
"phone"
|
|
4192
|
+
],
|
|
4193
|
+
"type": "option"
|
|
4194
|
+
},
|
|
4195
|
+
"required": {
|
|
4196
|
+
"description": "Field is required",
|
|
4197
|
+
"name": "required",
|
|
4198
|
+
"allowNo": false,
|
|
4199
|
+
"type": "boolean"
|
|
4200
|
+
},
|
|
4201
|
+
"default": {
|
|
4202
|
+
"description": "Default value",
|
|
4203
|
+
"name": "default",
|
|
4204
|
+
"hasDynamicHelp": false,
|
|
4205
|
+
"multiple": false,
|
|
4206
|
+
"type": "option"
|
|
4207
|
+
},
|
|
4208
|
+
"options": {
|
|
4209
|
+
"description": "Comma-separated dropdown options",
|
|
4210
|
+
"name": "options",
|
|
4211
|
+
"hasDynamicHelp": false,
|
|
4212
|
+
"multiple": false,
|
|
4213
|
+
"type": "option"
|
|
4214
|
+
},
|
|
4215
|
+
"data": {
|
|
4216
|
+
"description": "Additional JSON object payload",
|
|
4217
|
+
"name": "data",
|
|
4218
|
+
"hasDynamicHelp": false,
|
|
4219
|
+
"multiple": false,
|
|
4220
|
+
"type": "option"
|
|
4188
4221
|
}
|
|
4189
4222
|
},
|
|
4190
4223
|
"hasDynamicHelp": false,
|
|
4191
4224
|
"hiddenAliases": [],
|
|
4192
|
-
"id": "
|
|
4225
|
+
"id": "custom-fields:create",
|
|
4193
4226
|
"pluginAlias": "@instantkom/cli",
|
|
4194
4227
|
"pluginName": "@instantkom/cli",
|
|
4195
4228
|
"pluginType": "core",
|
|
@@ -4199,14 +4232,20 @@
|
|
|
4199
4232
|
"relativePath": [
|
|
4200
4233
|
"dist",
|
|
4201
4234
|
"commands",
|
|
4202
|
-
"
|
|
4203
|
-
"
|
|
4235
|
+
"custom-fields",
|
|
4236
|
+
"create.js"
|
|
4204
4237
|
]
|
|
4205
4238
|
},
|
|
4206
|
-
"
|
|
4239
|
+
"custom-fields:delete": {
|
|
4207
4240
|
"aliases": [],
|
|
4208
|
-
"args": {
|
|
4209
|
-
|
|
4241
|
+
"args": {
|
|
4242
|
+
"id": {
|
|
4243
|
+
"description": "custom field ID",
|
|
4244
|
+
"name": "id",
|
|
4245
|
+
"required": true
|
|
4246
|
+
}
|
|
4247
|
+
},
|
|
4248
|
+
"description": "Delete custom field",
|
|
4210
4249
|
"flags": {
|
|
4211
4250
|
"api-key": {
|
|
4212
4251
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4269,49 +4308,11 @@
|
|
|
4269
4308
|
"hasDynamicHelp": false,
|
|
4270
4309
|
"multiple": false,
|
|
4271
4310
|
"type": "option"
|
|
4272
|
-
},
|
|
4273
|
-
"file": {
|
|
4274
|
-
"description": "CSV output file path",
|
|
4275
|
-
"name": "file",
|
|
4276
|
-
"required": true,
|
|
4277
|
-
"hasDynamicHelp": false,
|
|
4278
|
-
"multiple": false,
|
|
4279
|
-
"type": "option"
|
|
4280
|
-
},
|
|
4281
|
-
"channel": {
|
|
4282
|
-
"description": "Filter by channel ID",
|
|
4283
|
-
"name": "channel",
|
|
4284
|
-
"hasDynamicHelp": false,
|
|
4285
|
-
"multiple": false,
|
|
4286
|
-
"type": "option"
|
|
4287
|
-
},
|
|
4288
|
-
"search": {
|
|
4289
|
-
"description": "Search by name or identifier",
|
|
4290
|
-
"name": "search",
|
|
4291
|
-
"hasDynamicHelp": false,
|
|
4292
|
-
"multiple": false,
|
|
4293
|
-
"type": "option"
|
|
4294
|
-
},
|
|
4295
|
-
"page": {
|
|
4296
|
-
"description": "Page number",
|
|
4297
|
-
"name": "page",
|
|
4298
|
-
"default": 1,
|
|
4299
|
-
"hasDynamicHelp": false,
|
|
4300
|
-
"multiple": false,
|
|
4301
|
-
"type": "option"
|
|
4302
|
-
},
|
|
4303
|
-
"limit": {
|
|
4304
|
-
"description": "Items per page",
|
|
4305
|
-
"name": "limit",
|
|
4306
|
-
"default": 100,
|
|
4307
|
-
"hasDynamicHelp": false,
|
|
4308
|
-
"multiple": false,
|
|
4309
|
-
"type": "option"
|
|
4310
4311
|
}
|
|
4311
4312
|
},
|
|
4312
4313
|
"hasDynamicHelp": false,
|
|
4313
4314
|
"hiddenAliases": [],
|
|
4314
|
-
"id": "
|
|
4315
|
+
"id": "custom-fields:delete",
|
|
4315
4316
|
"pluginAlias": "@instantkom/cli",
|
|
4316
4317
|
"pluginName": "@instantkom/cli",
|
|
4317
4318
|
"pluginType": "core",
|
|
@@ -4321,20 +4322,20 @@
|
|
|
4321
4322
|
"relativePath": [
|
|
4322
4323
|
"dist",
|
|
4323
4324
|
"commands",
|
|
4324
|
-
"
|
|
4325
|
-
"
|
|
4325
|
+
"custom-fields",
|
|
4326
|
+
"delete.js"
|
|
4326
4327
|
]
|
|
4327
4328
|
},
|
|
4328
|
-
"
|
|
4329
|
+
"custom-fields:get": {
|
|
4329
4330
|
"aliases": [],
|
|
4330
4331
|
"args": {
|
|
4331
4332
|
"id": {
|
|
4332
|
-
"description": "
|
|
4333
|
+
"description": "custom field ID",
|
|
4333
4334
|
"name": "id",
|
|
4334
4335
|
"required": true
|
|
4335
4336
|
}
|
|
4336
4337
|
},
|
|
4337
|
-
"description": "Get
|
|
4338
|
+
"description": "Get custom field by ID",
|
|
4338
4339
|
"flags": {
|
|
4339
4340
|
"api-key": {
|
|
4340
4341
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4401,7 +4402,7 @@
|
|
|
4401
4402
|
},
|
|
4402
4403
|
"hasDynamicHelp": false,
|
|
4403
4404
|
"hiddenAliases": [],
|
|
4404
|
-
"id": "
|
|
4405
|
+
"id": "custom-fields:get",
|
|
4405
4406
|
"pluginAlias": "@instantkom/cli",
|
|
4406
4407
|
"pluginName": "@instantkom/cli",
|
|
4407
4408
|
"pluginType": "core",
|
|
@@ -4411,14 +4412,14 @@
|
|
|
4411
4412
|
"relativePath": [
|
|
4412
4413
|
"dist",
|
|
4413
4414
|
"commands",
|
|
4414
|
-
"
|
|
4415
|
+
"custom-fields",
|
|
4415
4416
|
"get.js"
|
|
4416
4417
|
]
|
|
4417
4418
|
},
|
|
4418
|
-
"
|
|
4419
|
+
"custom-fields:list": {
|
|
4419
4420
|
"aliases": [],
|
|
4420
4421
|
"args": {},
|
|
4421
|
-
"description": "
|
|
4422
|
+
"description": "List custom fields",
|
|
4422
4423
|
"flags": {
|
|
4423
4424
|
"api-key": {
|
|
4424
4425
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4481,27 +4482,11 @@
|
|
|
4481
4482
|
"hasDynamicHelp": false,
|
|
4482
4483
|
"multiple": false,
|
|
4483
4484
|
"type": "option"
|
|
4484
|
-
},
|
|
4485
|
-
"file": {
|
|
4486
|
-
"description": "CSV file path",
|
|
4487
|
-
"name": "file",
|
|
4488
|
-
"required": true,
|
|
4489
|
-
"hasDynamicHelp": false,
|
|
4490
|
-
"multiple": false,
|
|
4491
|
-
"type": "option"
|
|
4492
|
-
},
|
|
4493
|
-
"channel": {
|
|
4494
|
-
"description": "Channel ID",
|
|
4495
|
-
"name": "channel",
|
|
4496
|
-
"required": true,
|
|
4497
|
-
"hasDynamicHelp": false,
|
|
4498
|
-
"multiple": false,
|
|
4499
|
-
"type": "option"
|
|
4500
4485
|
}
|
|
4501
4486
|
},
|
|
4502
4487
|
"hasDynamicHelp": false,
|
|
4503
4488
|
"hiddenAliases": [],
|
|
4504
|
-
"id": "
|
|
4489
|
+
"id": "custom-fields:list",
|
|
4505
4490
|
"pluginAlias": "@instantkom/cli",
|
|
4506
4491
|
"pluginName": "@instantkom/cli",
|
|
4507
4492
|
"pluginType": "core",
|
|
@@ -4511,14 +4496,14 @@
|
|
|
4511
4496
|
"relativePath": [
|
|
4512
4497
|
"dist",
|
|
4513
4498
|
"commands",
|
|
4514
|
-
"
|
|
4515
|
-
"
|
|
4499
|
+
"custom-fields",
|
|
4500
|
+
"list.js"
|
|
4516
4501
|
]
|
|
4517
4502
|
},
|
|
4518
|
-
"
|
|
4503
|
+
"custom-fields:reorder": {
|
|
4519
4504
|
"aliases": [],
|
|
4520
4505
|
"args": {},
|
|
4521
|
-
"description": "
|
|
4506
|
+
"description": "Reorder custom fields",
|
|
4522
4507
|
"flags": {
|
|
4523
4508
|
"api-key": {
|
|
4524
4509
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4582,97 +4567,10 @@
|
|
|
4582
4567
|
"multiple": false,
|
|
4583
4568
|
"type": "option"
|
|
4584
4569
|
},
|
|
4585
|
-
"
|
|
4586
|
-
"description": "
|
|
4587
|
-
"name": "
|
|
4588
|
-
"
|
|
4589
|
-
"multiple": false,
|
|
4590
|
-
"type": "option"
|
|
4591
|
-
},
|
|
4592
|
-
"search": {
|
|
4593
|
-
"description": "Search by name or identifier",
|
|
4594
|
-
"name": "search",
|
|
4595
|
-
"hasDynamicHelp": false,
|
|
4596
|
-
"multiple": false,
|
|
4597
|
-
"type": "option"
|
|
4598
|
-
},
|
|
4599
|
-
"page": {
|
|
4600
|
-
"description": "Page number",
|
|
4601
|
-
"name": "page",
|
|
4602
|
-
"default": 1,
|
|
4603
|
-
"hasDynamicHelp": false,
|
|
4604
|
-
"multiple": false,
|
|
4605
|
-
"type": "option"
|
|
4606
|
-
},
|
|
4607
|
-
"limit": {
|
|
4608
|
-
"description": "Items per page",
|
|
4609
|
-
"name": "limit",
|
|
4610
|
-
"default": 20,
|
|
4611
|
-
"hasDynamicHelp": false,
|
|
4612
|
-
"multiple": false,
|
|
4613
|
-
"type": "option"
|
|
4614
|
-
},
|
|
4615
|
-
"optin-status": {
|
|
4616
|
-
"description": "Filter by opt-in status",
|
|
4617
|
-
"name": "optin-status",
|
|
4618
|
-
"hasDynamicHelp": false,
|
|
4619
|
-
"multiple": false,
|
|
4620
|
-
"options": [
|
|
4621
|
-
"0",
|
|
4622
|
-
"1"
|
|
4623
|
-
],
|
|
4624
|
-
"type": "option"
|
|
4625
|
-
},
|
|
4626
|
-
"blocked": {
|
|
4627
|
-
"description": "Filter by blocked status: 1 blocked, 0 not blocked",
|
|
4628
|
-
"name": "blocked",
|
|
4629
|
-
"hasDynamicHelp": false,
|
|
4630
|
-
"multiple": false,
|
|
4631
|
-
"options": [
|
|
4632
|
-
"0",
|
|
4633
|
-
"1"
|
|
4634
|
-
],
|
|
4635
|
-
"type": "option"
|
|
4636
|
-
},
|
|
4637
|
-
"segment": {
|
|
4638
|
-
"description": "Filter by segment ID",
|
|
4639
|
-
"name": "segment",
|
|
4640
|
-
"hasDynamicHelp": false,
|
|
4641
|
-
"multiple": false,
|
|
4642
|
-
"type": "option"
|
|
4643
|
-
},
|
|
4644
|
-
"tags": {
|
|
4645
|
-
"description": "Comma-separated tag IDs",
|
|
4646
|
-
"name": "tags",
|
|
4647
|
-
"hasDynamicHelp": false,
|
|
4648
|
-
"multiple": false,
|
|
4649
|
-
"type": "option"
|
|
4650
|
-
},
|
|
4651
|
-
"tag-match": {
|
|
4652
|
-
"description": "Tag match mode",
|
|
4653
|
-
"name": "tag-match",
|
|
4654
|
-
"hasDynamicHelp": false,
|
|
4655
|
-
"multiple": false,
|
|
4656
|
-
"options": [
|
|
4657
|
-
"any",
|
|
4658
|
-
"all"
|
|
4659
|
-
],
|
|
4660
|
-
"type": "option"
|
|
4661
|
-
},
|
|
4662
|
-
"spam": {
|
|
4663
|
-
"description": "Filter by spam status",
|
|
4664
|
-
"name": "spam",
|
|
4665
|
-
"hasDynamicHelp": false,
|
|
4666
|
-
"multiple": false,
|
|
4667
|
-
"options": [
|
|
4668
|
-
"true",
|
|
4669
|
-
"false"
|
|
4670
|
-
],
|
|
4671
|
-
"type": "option"
|
|
4672
|
-
},
|
|
4673
|
-
"trust-level": {
|
|
4674
|
-
"description": "Comma-separated trust levels",
|
|
4675
|
-
"name": "trust-level",
|
|
4570
|
+
"order": {
|
|
4571
|
+
"description": "Order JSON array payload",
|
|
4572
|
+
"name": "order",
|
|
4573
|
+
"required": true,
|
|
4676
4574
|
"hasDynamicHelp": false,
|
|
4677
4575
|
"multiple": false,
|
|
4678
4576
|
"type": "option"
|
|
@@ -4680,7 +4578,7 @@
|
|
|
4680
4578
|
},
|
|
4681
4579
|
"hasDynamicHelp": false,
|
|
4682
4580
|
"hiddenAliases": [],
|
|
4683
|
-
"id": "
|
|
4581
|
+
"id": "custom-fields:reorder",
|
|
4684
4582
|
"pluginAlias": "@instantkom/cli",
|
|
4685
4583
|
"pluginName": "@instantkom/cli",
|
|
4686
4584
|
"pluginType": "core",
|
|
@@ -4690,20 +4588,20 @@
|
|
|
4690
4588
|
"relativePath": [
|
|
4691
4589
|
"dist",
|
|
4692
4590
|
"commands",
|
|
4693
|
-
"
|
|
4694
|
-
"
|
|
4591
|
+
"custom-fields",
|
|
4592
|
+
"reorder.js"
|
|
4695
4593
|
]
|
|
4696
4594
|
},
|
|
4697
|
-
"
|
|
4595
|
+
"custom-fields:update": {
|
|
4698
4596
|
"aliases": [],
|
|
4699
4597
|
"args": {
|
|
4700
4598
|
"id": {
|
|
4701
|
-
"description": "
|
|
4599
|
+
"description": "Custom field ID",
|
|
4702
4600
|
"name": "id",
|
|
4703
4601
|
"required": true
|
|
4704
4602
|
}
|
|
4705
4603
|
},
|
|
4706
|
-
"description": "Update a
|
|
4604
|
+
"description": "Update a custom field",
|
|
4707
4605
|
"flags": {
|
|
4708
4606
|
"api-key": {
|
|
4709
4607
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4767,16 +4665,52 @@
|
|
|
4767
4665
|
"multiple": false,
|
|
4768
4666
|
"type": "option"
|
|
4769
4667
|
},
|
|
4770
|
-
"
|
|
4771
|
-
"description": "
|
|
4772
|
-
"name": "
|
|
4668
|
+
"name": {
|
|
4669
|
+
"description": "Field name",
|
|
4670
|
+
"name": "name",
|
|
4773
4671
|
"hasDynamicHelp": false,
|
|
4774
4672
|
"multiple": false,
|
|
4775
4673
|
"type": "option"
|
|
4776
4674
|
},
|
|
4777
|
-
"
|
|
4778
|
-
"description": "
|
|
4779
|
-
"name": "
|
|
4675
|
+
"type": {
|
|
4676
|
+
"description": "Field type",
|
|
4677
|
+
"name": "type",
|
|
4678
|
+
"hasDynamicHelp": false,
|
|
4679
|
+
"multiple": false,
|
|
4680
|
+
"options": [
|
|
4681
|
+
"text",
|
|
4682
|
+
"number",
|
|
4683
|
+
"date",
|
|
4684
|
+
"dropdown",
|
|
4685
|
+
"checkbox",
|
|
4686
|
+
"url",
|
|
4687
|
+
"email",
|
|
4688
|
+
"phone"
|
|
4689
|
+
],
|
|
4690
|
+
"type": "option"
|
|
4691
|
+
},
|
|
4692
|
+
"required": {
|
|
4693
|
+
"description": "Field is required",
|
|
4694
|
+
"name": "required",
|
|
4695
|
+
"allowNo": true,
|
|
4696
|
+
"type": "boolean"
|
|
4697
|
+
},
|
|
4698
|
+
"status": {
|
|
4699
|
+
"description": "Field is active",
|
|
4700
|
+
"name": "status",
|
|
4701
|
+
"allowNo": true,
|
|
4702
|
+
"type": "boolean"
|
|
4703
|
+
},
|
|
4704
|
+
"default": {
|
|
4705
|
+
"description": "Default value",
|
|
4706
|
+
"name": "default",
|
|
4707
|
+
"hasDynamicHelp": false,
|
|
4708
|
+
"multiple": false,
|
|
4709
|
+
"type": "option"
|
|
4710
|
+
},
|
|
4711
|
+
"options": {
|
|
4712
|
+
"description": "Comma-separated dropdown options",
|
|
4713
|
+
"name": "options",
|
|
4780
4714
|
"hasDynamicHelp": false,
|
|
4781
4715
|
"multiple": false,
|
|
4782
4716
|
"type": "option"
|
|
@@ -4791,7 +4725,7 @@
|
|
|
4791
4725
|
},
|
|
4792
4726
|
"hasDynamicHelp": false,
|
|
4793
4727
|
"hiddenAliases": [],
|
|
4794
|
-
"id": "
|
|
4728
|
+
"id": "custom-fields:update",
|
|
4795
4729
|
"pluginAlias": "@instantkom/cli",
|
|
4796
4730
|
"pluginName": "@instantkom/cli",
|
|
4797
4731
|
"pluginType": "core",
|
|
@@ -4801,14 +4735,14 @@
|
|
|
4801
4735
|
"relativePath": [
|
|
4802
4736
|
"dist",
|
|
4803
4737
|
"commands",
|
|
4804
|
-
"
|
|
4738
|
+
"custom-fields",
|
|
4805
4739
|
"update.js"
|
|
4806
4740
|
]
|
|
4807
4741
|
},
|
|
4808
|
-
"
|
|
4742
|
+
"contacts:create": {
|
|
4809
4743
|
"aliases": [],
|
|
4810
4744
|
"args": {},
|
|
4811
|
-
"description": "
|
|
4745
|
+
"description": "Create a contact",
|
|
4812
4746
|
"flags": {
|
|
4813
4747
|
"api-key": {
|
|
4814
4748
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4872,18 +4806,40 @@
|
|
|
4872
4806
|
"multiple": false,
|
|
4873
4807
|
"type": "option"
|
|
4874
4808
|
},
|
|
4875
|
-
"
|
|
4876
|
-
"description": "
|
|
4877
|
-
"name": "
|
|
4809
|
+
"channel": {
|
|
4810
|
+
"description": "Channel ID",
|
|
4811
|
+
"name": "channel",
|
|
4812
|
+
"required": true,
|
|
4813
|
+
"hasDynamicHelp": false,
|
|
4814
|
+
"multiple": false,
|
|
4815
|
+
"type": "option"
|
|
4816
|
+
},
|
|
4817
|
+
"identifier": {
|
|
4818
|
+
"description": "Unique contact identifier",
|
|
4819
|
+
"name": "identifier",
|
|
4878
4820
|
"required": true,
|
|
4879
4821
|
"hasDynamicHelp": false,
|
|
4880
4822
|
"multiple": false,
|
|
4881
4823
|
"type": "option"
|
|
4824
|
+
},
|
|
4825
|
+
"name": {
|
|
4826
|
+
"description": "Contact name",
|
|
4827
|
+
"name": "name",
|
|
4828
|
+
"hasDynamicHelp": false,
|
|
4829
|
+
"multiple": false,
|
|
4830
|
+
"type": "option"
|
|
4831
|
+
},
|
|
4832
|
+
"data": {
|
|
4833
|
+
"description": "Additional JSON object payload",
|
|
4834
|
+
"name": "data",
|
|
4835
|
+
"hasDynamicHelp": false,
|
|
4836
|
+
"multiple": false,
|
|
4837
|
+
"type": "option"
|
|
4882
4838
|
}
|
|
4883
4839
|
},
|
|
4884
4840
|
"hasDynamicHelp": false,
|
|
4885
4841
|
"hiddenAliases": [],
|
|
4886
|
-
"id": "
|
|
4842
|
+
"id": "contacts:create",
|
|
4887
4843
|
"pluginAlias": "@instantkom/cli",
|
|
4888
4844
|
"pluginName": "@instantkom/cli",
|
|
4889
4845
|
"pluginType": "core",
|
|
@@ -4893,14 +4849,20 @@
|
|
|
4893
4849
|
"relativePath": [
|
|
4894
4850
|
"dist",
|
|
4895
4851
|
"commands",
|
|
4896
|
-
"
|
|
4897
|
-
"
|
|
4852
|
+
"contacts",
|
|
4853
|
+
"create.js"
|
|
4898
4854
|
]
|
|
4899
4855
|
},
|
|
4900
|
-
"
|
|
4856
|
+
"contacts:delete": {
|
|
4901
4857
|
"aliases": [],
|
|
4902
|
-
"args": {
|
|
4903
|
-
|
|
4858
|
+
"args": {
|
|
4859
|
+
"id": {
|
|
4860
|
+
"description": "Contact ID",
|
|
4861
|
+
"name": "id",
|
|
4862
|
+
"required": true
|
|
4863
|
+
}
|
|
4864
|
+
},
|
|
4865
|
+
"description": "Delete a contact",
|
|
4904
4866
|
"flags": {
|
|
4905
4867
|
"api-key": {
|
|
4906
4868
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4963,72 +4925,11 @@
|
|
|
4963
4925
|
"hasDynamicHelp": false,
|
|
4964
4926
|
"multiple": false,
|
|
4965
4927
|
"type": "option"
|
|
4966
|
-
},
|
|
4967
|
-
"name": {
|
|
4968
|
-
"description": "Field name",
|
|
4969
|
-
"name": "name",
|
|
4970
|
-
"required": true,
|
|
4971
|
-
"hasDynamicHelp": false,
|
|
4972
|
-
"multiple": false,
|
|
4973
|
-
"type": "option"
|
|
4974
|
-
},
|
|
4975
|
-
"key": {
|
|
4976
|
-
"description": "Field key",
|
|
4977
|
-
"name": "key",
|
|
4978
|
-
"required": true,
|
|
4979
|
-
"hasDynamicHelp": false,
|
|
4980
|
-
"multiple": false,
|
|
4981
|
-
"type": "option"
|
|
4982
|
-
},
|
|
4983
|
-
"type": {
|
|
4984
|
-
"description": "Field type",
|
|
4985
|
-
"name": "type",
|
|
4986
|
-
"required": true,
|
|
4987
|
-
"hasDynamicHelp": false,
|
|
4988
|
-
"multiple": false,
|
|
4989
|
-
"options": [
|
|
4990
|
-
"text",
|
|
4991
|
-
"number",
|
|
4992
|
-
"date",
|
|
4993
|
-
"dropdown",
|
|
4994
|
-
"checkbox",
|
|
4995
|
-
"url",
|
|
4996
|
-
"email",
|
|
4997
|
-
"phone"
|
|
4998
|
-
],
|
|
4999
|
-
"type": "option"
|
|
5000
|
-
},
|
|
5001
|
-
"required": {
|
|
5002
|
-
"description": "Field is required",
|
|
5003
|
-
"name": "required",
|
|
5004
|
-
"allowNo": false,
|
|
5005
|
-
"type": "boolean"
|
|
5006
|
-
},
|
|
5007
|
-
"default": {
|
|
5008
|
-
"description": "Default value",
|
|
5009
|
-
"name": "default",
|
|
5010
|
-
"hasDynamicHelp": false,
|
|
5011
|
-
"multiple": false,
|
|
5012
|
-
"type": "option"
|
|
5013
|
-
},
|
|
5014
|
-
"options": {
|
|
5015
|
-
"description": "Comma-separated dropdown options",
|
|
5016
|
-
"name": "options",
|
|
5017
|
-
"hasDynamicHelp": false,
|
|
5018
|
-
"multiple": false,
|
|
5019
|
-
"type": "option"
|
|
5020
|
-
},
|
|
5021
|
-
"data": {
|
|
5022
|
-
"description": "Additional JSON object payload",
|
|
5023
|
-
"name": "data",
|
|
5024
|
-
"hasDynamicHelp": false,
|
|
5025
|
-
"multiple": false,
|
|
5026
|
-
"type": "option"
|
|
5027
4928
|
}
|
|
5028
4929
|
},
|
|
5029
4930
|
"hasDynamicHelp": false,
|
|
5030
4931
|
"hiddenAliases": [],
|
|
5031
|
-
"id": "
|
|
4932
|
+
"id": "contacts:delete",
|
|
5032
4933
|
"pluginAlias": "@instantkom/cli",
|
|
5033
4934
|
"pluginName": "@instantkom/cli",
|
|
5034
4935
|
"pluginType": "core",
|
|
@@ -5038,20 +4939,14 @@
|
|
|
5038
4939
|
"relativePath": [
|
|
5039
4940
|
"dist",
|
|
5040
4941
|
"commands",
|
|
5041
|
-
"
|
|
5042
|
-
"
|
|
4942
|
+
"contacts",
|
|
4943
|
+
"delete.js"
|
|
5043
4944
|
]
|
|
5044
4945
|
},
|
|
5045
|
-
"
|
|
4946
|
+
"contacts:export": {
|
|
5046
4947
|
"aliases": [],
|
|
5047
|
-
"args": {
|
|
5048
|
-
|
|
5049
|
-
"description": "custom field ID",
|
|
5050
|
-
"name": "id",
|
|
5051
|
-
"required": true
|
|
5052
|
-
}
|
|
5053
|
-
},
|
|
5054
|
-
"description": "Delete custom field",
|
|
4948
|
+
"args": {},
|
|
4949
|
+
"description": "Export contacts to CSV",
|
|
5055
4950
|
"flags": {
|
|
5056
4951
|
"api-key": {
|
|
5057
4952
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5114,34 +5009,72 @@
|
|
|
5114
5009
|
"hasDynamicHelp": false,
|
|
5115
5010
|
"multiple": false,
|
|
5116
5011
|
"type": "option"
|
|
5117
|
-
}
|
|
5118
|
-
|
|
5119
|
-
|
|
5120
|
-
|
|
5121
|
-
|
|
5122
|
-
|
|
5123
|
-
|
|
5124
|
-
|
|
5125
|
-
|
|
5126
|
-
|
|
5127
|
-
|
|
5012
|
+
},
|
|
5013
|
+
"file": {
|
|
5014
|
+
"description": "CSV output file path",
|
|
5015
|
+
"name": "file",
|
|
5016
|
+
"required": true,
|
|
5017
|
+
"hasDynamicHelp": false,
|
|
5018
|
+
"multiple": false,
|
|
5019
|
+
"type": "option"
|
|
5020
|
+
},
|
|
5021
|
+
"channel": {
|
|
5022
|
+
"description": "Filter by channel ID",
|
|
5023
|
+
"name": "channel",
|
|
5024
|
+
"hasDynamicHelp": false,
|
|
5025
|
+
"multiple": false,
|
|
5026
|
+
"type": "option"
|
|
5027
|
+
},
|
|
5028
|
+
"search": {
|
|
5029
|
+
"description": "Search by name or identifier",
|
|
5030
|
+
"name": "search",
|
|
5031
|
+
"hasDynamicHelp": false,
|
|
5032
|
+
"multiple": false,
|
|
5033
|
+
"type": "option"
|
|
5034
|
+
},
|
|
5035
|
+
"page": {
|
|
5036
|
+
"description": "Page number",
|
|
5037
|
+
"name": "page",
|
|
5038
|
+
"default": 1,
|
|
5039
|
+
"hasDynamicHelp": false,
|
|
5040
|
+
"multiple": false,
|
|
5041
|
+
"type": "option"
|
|
5042
|
+
},
|
|
5043
|
+
"limit": {
|
|
5044
|
+
"description": "Items per page",
|
|
5045
|
+
"name": "limit",
|
|
5046
|
+
"default": 100,
|
|
5047
|
+
"hasDynamicHelp": false,
|
|
5048
|
+
"multiple": false,
|
|
5049
|
+
"type": "option"
|
|
5050
|
+
}
|
|
5051
|
+
},
|
|
5052
|
+
"hasDynamicHelp": false,
|
|
5053
|
+
"hiddenAliases": [],
|
|
5054
|
+
"id": "contacts:export",
|
|
5055
|
+
"pluginAlias": "@instantkom/cli",
|
|
5056
|
+
"pluginName": "@instantkom/cli",
|
|
5057
|
+
"pluginType": "core",
|
|
5058
|
+
"strict": true,
|
|
5059
|
+
"enableJsonFlag": false,
|
|
5060
|
+
"isESM": true,
|
|
5128
5061
|
"relativePath": [
|
|
5129
5062
|
"dist",
|
|
5130
5063
|
"commands",
|
|
5131
|
-
"
|
|
5132
|
-
"
|
|
5064
|
+
"contacts",
|
|
5065
|
+
"export.js"
|
|
5133
5066
|
]
|
|
5134
5067
|
},
|
|
5135
|
-
"
|
|
5068
|
+
"contacts:get": {
|
|
5136
5069
|
"aliases": [],
|
|
5137
5070
|
"args": {
|
|
5138
5071
|
"id": {
|
|
5139
|
-
"description": "
|
|
5072
|
+
"description": "Contact ID",
|
|
5140
5073
|
"name": "id",
|
|
5141
5074
|
"required": true
|
|
5142
5075
|
}
|
|
5143
5076
|
},
|
|
5144
|
-
"description": "Get
|
|
5077
|
+
"description": "Get a contact by ID",
|
|
5145
5078
|
"flags": {
|
|
5146
5079
|
"api-key": {
|
|
5147
5080
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5208,7 +5141,7 @@
|
|
|
5208
5141
|
},
|
|
5209
5142
|
"hasDynamicHelp": false,
|
|
5210
5143
|
"hiddenAliases": [],
|
|
5211
|
-
"id": "
|
|
5144
|
+
"id": "contacts:get",
|
|
5212
5145
|
"pluginAlias": "@instantkom/cli",
|
|
5213
5146
|
"pluginName": "@instantkom/cli",
|
|
5214
5147
|
"pluginType": "core",
|
|
@@ -5218,14 +5151,14 @@
|
|
|
5218
5151
|
"relativePath": [
|
|
5219
5152
|
"dist",
|
|
5220
5153
|
"commands",
|
|
5221
|
-
"
|
|
5154
|
+
"contacts",
|
|
5222
5155
|
"get.js"
|
|
5223
5156
|
]
|
|
5224
5157
|
},
|
|
5225
|
-
"
|
|
5158
|
+
"contacts:import": {
|
|
5226
5159
|
"aliases": [],
|
|
5227
5160
|
"args": {},
|
|
5228
|
-
"description": "
|
|
5161
|
+
"description": "Import contacts from CSV",
|
|
5229
5162
|
"flags": {
|
|
5230
5163
|
"api-key": {
|
|
5231
5164
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5288,11 +5221,27 @@
|
|
|
5288
5221
|
"hasDynamicHelp": false,
|
|
5289
5222
|
"multiple": false,
|
|
5290
5223
|
"type": "option"
|
|
5224
|
+
},
|
|
5225
|
+
"file": {
|
|
5226
|
+
"description": "CSV file path",
|
|
5227
|
+
"name": "file",
|
|
5228
|
+
"required": true,
|
|
5229
|
+
"hasDynamicHelp": false,
|
|
5230
|
+
"multiple": false,
|
|
5231
|
+
"type": "option"
|
|
5232
|
+
},
|
|
5233
|
+
"channel": {
|
|
5234
|
+
"description": "Channel ID",
|
|
5235
|
+
"name": "channel",
|
|
5236
|
+
"required": true,
|
|
5237
|
+
"hasDynamicHelp": false,
|
|
5238
|
+
"multiple": false,
|
|
5239
|
+
"type": "option"
|
|
5291
5240
|
}
|
|
5292
5241
|
},
|
|
5293
5242
|
"hasDynamicHelp": false,
|
|
5294
5243
|
"hiddenAliases": [],
|
|
5295
|
-
"id": "
|
|
5244
|
+
"id": "contacts:import",
|
|
5296
5245
|
"pluginAlias": "@instantkom/cli",
|
|
5297
5246
|
"pluginName": "@instantkom/cli",
|
|
5298
5247
|
"pluginType": "core",
|
|
@@ -5302,14 +5251,14 @@
|
|
|
5302
5251
|
"relativePath": [
|
|
5303
5252
|
"dist",
|
|
5304
5253
|
"commands",
|
|
5305
|
-
"
|
|
5306
|
-
"
|
|
5254
|
+
"contacts",
|
|
5255
|
+
"import.js"
|
|
5307
5256
|
]
|
|
5308
5257
|
},
|
|
5309
|
-
"
|
|
5258
|
+
"contacts:list": {
|
|
5310
5259
|
"aliases": [],
|
|
5311
5260
|
"args": {},
|
|
5312
|
-
"description": "
|
|
5261
|
+
"description": "List contacts",
|
|
5313
5262
|
"flags": {
|
|
5314
5263
|
"api-key": {
|
|
5315
5264
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5373,10 +5322,97 @@
|
|
|
5373
5322
|
"multiple": false,
|
|
5374
5323
|
"type": "option"
|
|
5375
5324
|
},
|
|
5376
|
-
"
|
|
5377
|
-
"description": "
|
|
5378
|
-
"name": "
|
|
5379
|
-
"
|
|
5325
|
+
"channel": {
|
|
5326
|
+
"description": "Filter by channel ID",
|
|
5327
|
+
"name": "channel",
|
|
5328
|
+
"hasDynamicHelp": false,
|
|
5329
|
+
"multiple": false,
|
|
5330
|
+
"type": "option"
|
|
5331
|
+
},
|
|
5332
|
+
"search": {
|
|
5333
|
+
"description": "Search by name or identifier",
|
|
5334
|
+
"name": "search",
|
|
5335
|
+
"hasDynamicHelp": false,
|
|
5336
|
+
"multiple": false,
|
|
5337
|
+
"type": "option"
|
|
5338
|
+
},
|
|
5339
|
+
"page": {
|
|
5340
|
+
"description": "Page number",
|
|
5341
|
+
"name": "page",
|
|
5342
|
+
"default": 1,
|
|
5343
|
+
"hasDynamicHelp": false,
|
|
5344
|
+
"multiple": false,
|
|
5345
|
+
"type": "option"
|
|
5346
|
+
},
|
|
5347
|
+
"limit": {
|
|
5348
|
+
"description": "Items per page",
|
|
5349
|
+
"name": "limit",
|
|
5350
|
+
"default": 20,
|
|
5351
|
+
"hasDynamicHelp": false,
|
|
5352
|
+
"multiple": false,
|
|
5353
|
+
"type": "option"
|
|
5354
|
+
},
|
|
5355
|
+
"optin-status": {
|
|
5356
|
+
"description": "Filter by opt-in status",
|
|
5357
|
+
"name": "optin-status",
|
|
5358
|
+
"hasDynamicHelp": false,
|
|
5359
|
+
"multiple": false,
|
|
5360
|
+
"options": [
|
|
5361
|
+
"0",
|
|
5362
|
+
"1"
|
|
5363
|
+
],
|
|
5364
|
+
"type": "option"
|
|
5365
|
+
},
|
|
5366
|
+
"blocked": {
|
|
5367
|
+
"description": "Filter by blocked status: 1 blocked, 0 not blocked",
|
|
5368
|
+
"name": "blocked",
|
|
5369
|
+
"hasDynamicHelp": false,
|
|
5370
|
+
"multiple": false,
|
|
5371
|
+
"options": [
|
|
5372
|
+
"0",
|
|
5373
|
+
"1"
|
|
5374
|
+
],
|
|
5375
|
+
"type": "option"
|
|
5376
|
+
},
|
|
5377
|
+
"segment": {
|
|
5378
|
+
"description": "Filter by segment ID",
|
|
5379
|
+
"name": "segment",
|
|
5380
|
+
"hasDynamicHelp": false,
|
|
5381
|
+
"multiple": false,
|
|
5382
|
+
"type": "option"
|
|
5383
|
+
},
|
|
5384
|
+
"tags": {
|
|
5385
|
+
"description": "Comma-separated tag IDs",
|
|
5386
|
+
"name": "tags",
|
|
5387
|
+
"hasDynamicHelp": false,
|
|
5388
|
+
"multiple": false,
|
|
5389
|
+
"type": "option"
|
|
5390
|
+
},
|
|
5391
|
+
"tag-match": {
|
|
5392
|
+
"description": "Tag match mode",
|
|
5393
|
+
"name": "tag-match",
|
|
5394
|
+
"hasDynamicHelp": false,
|
|
5395
|
+
"multiple": false,
|
|
5396
|
+
"options": [
|
|
5397
|
+
"any",
|
|
5398
|
+
"all"
|
|
5399
|
+
],
|
|
5400
|
+
"type": "option"
|
|
5401
|
+
},
|
|
5402
|
+
"spam": {
|
|
5403
|
+
"description": "Filter by spam status",
|
|
5404
|
+
"name": "spam",
|
|
5405
|
+
"hasDynamicHelp": false,
|
|
5406
|
+
"multiple": false,
|
|
5407
|
+
"options": [
|
|
5408
|
+
"true",
|
|
5409
|
+
"false"
|
|
5410
|
+
],
|
|
5411
|
+
"type": "option"
|
|
5412
|
+
},
|
|
5413
|
+
"trust-level": {
|
|
5414
|
+
"description": "Comma-separated trust levels",
|
|
5415
|
+
"name": "trust-level",
|
|
5380
5416
|
"hasDynamicHelp": false,
|
|
5381
5417
|
"multiple": false,
|
|
5382
5418
|
"type": "option"
|
|
@@ -5384,7 +5420,7 @@
|
|
|
5384
5420
|
},
|
|
5385
5421
|
"hasDynamicHelp": false,
|
|
5386
5422
|
"hiddenAliases": [],
|
|
5387
|
-
"id": "
|
|
5423
|
+
"id": "contacts:list",
|
|
5388
5424
|
"pluginAlias": "@instantkom/cli",
|
|
5389
5425
|
"pluginName": "@instantkom/cli",
|
|
5390
5426
|
"pluginType": "core",
|
|
@@ -5394,20 +5430,20 @@
|
|
|
5394
5430
|
"relativePath": [
|
|
5395
5431
|
"dist",
|
|
5396
5432
|
"commands",
|
|
5397
|
-
"
|
|
5398
|
-
"
|
|
5433
|
+
"contacts",
|
|
5434
|
+
"list.js"
|
|
5399
5435
|
]
|
|
5400
5436
|
},
|
|
5401
|
-
"
|
|
5437
|
+
"contacts:update": {
|
|
5402
5438
|
"aliases": [],
|
|
5403
5439
|
"args": {
|
|
5404
5440
|
"id": {
|
|
5405
|
-
"description": "
|
|
5441
|
+
"description": "Contact ID",
|
|
5406
5442
|
"name": "id",
|
|
5407
5443
|
"required": true
|
|
5408
5444
|
}
|
|
5409
5445
|
},
|
|
5410
|
-
"description": "Update a
|
|
5446
|
+
"description": "Update a contact",
|
|
5411
5447
|
"flags": {
|
|
5412
5448
|
"api-key": {
|
|
5413
5449
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5471,52 +5507,16 @@
|
|
|
5471
5507
|
"multiple": false,
|
|
5472
5508
|
"type": "option"
|
|
5473
5509
|
},
|
|
5474
|
-
"
|
|
5475
|
-
"description": "
|
|
5476
|
-
"name": "
|
|
5477
|
-
"hasDynamicHelp": false,
|
|
5478
|
-
"multiple": false,
|
|
5479
|
-
"type": "option"
|
|
5480
|
-
},
|
|
5481
|
-
"type": {
|
|
5482
|
-
"description": "Field type",
|
|
5483
|
-
"name": "type",
|
|
5484
|
-
"hasDynamicHelp": false,
|
|
5485
|
-
"multiple": false,
|
|
5486
|
-
"options": [
|
|
5487
|
-
"text",
|
|
5488
|
-
"number",
|
|
5489
|
-
"date",
|
|
5490
|
-
"dropdown",
|
|
5491
|
-
"checkbox",
|
|
5492
|
-
"url",
|
|
5493
|
-
"email",
|
|
5494
|
-
"phone"
|
|
5495
|
-
],
|
|
5496
|
-
"type": "option"
|
|
5497
|
-
},
|
|
5498
|
-
"required": {
|
|
5499
|
-
"description": "Field is required",
|
|
5500
|
-
"name": "required",
|
|
5501
|
-
"allowNo": true,
|
|
5502
|
-
"type": "boolean"
|
|
5503
|
-
},
|
|
5504
|
-
"status": {
|
|
5505
|
-
"description": "Field is active",
|
|
5506
|
-
"name": "status",
|
|
5507
|
-
"allowNo": true,
|
|
5508
|
-
"type": "boolean"
|
|
5509
|
-
},
|
|
5510
|
-
"default": {
|
|
5511
|
-
"description": "Default value",
|
|
5512
|
-
"name": "default",
|
|
5510
|
+
"identifier": {
|
|
5511
|
+
"description": "Unique contact identifier",
|
|
5512
|
+
"name": "identifier",
|
|
5513
5513
|
"hasDynamicHelp": false,
|
|
5514
5514
|
"multiple": false,
|
|
5515
5515
|
"type": "option"
|
|
5516
5516
|
},
|
|
5517
|
-
"
|
|
5518
|
-
"description": "
|
|
5519
|
-
"name": "
|
|
5517
|
+
"name": {
|
|
5518
|
+
"description": "Contact name",
|
|
5519
|
+
"name": "name",
|
|
5520
5520
|
"hasDynamicHelp": false,
|
|
5521
5521
|
"multiple": false,
|
|
5522
5522
|
"type": "option"
|
|
@@ -5531,7 +5531,7 @@
|
|
|
5531
5531
|
},
|
|
5532
5532
|
"hasDynamicHelp": false,
|
|
5533
5533
|
"hiddenAliases": [],
|
|
5534
|
-
"id": "
|
|
5534
|
+
"id": "contacts:update",
|
|
5535
5535
|
"pluginAlias": "@instantkom/cli",
|
|
5536
5536
|
"pluginName": "@instantkom/cli",
|
|
5537
5537
|
"pluginType": "core",
|
|
@@ -5541,7 +5541,7 @@
|
|
|
5541
5541
|
"relativePath": [
|
|
5542
5542
|
"dist",
|
|
5543
5543
|
"commands",
|
|
5544
|
-
"
|
|
5544
|
+
"contacts",
|
|
5545
5545
|
"update.js"
|
|
5546
5546
|
]
|
|
5547
5547
|
},
|
|
@@ -7017,10 +7017,10 @@
|
|
|
7017
7017
|
"update.js"
|
|
7018
7018
|
]
|
|
7019
7019
|
},
|
|
7020
|
-
"
|
|
7020
|
+
"segments:create": {
|
|
7021
7021
|
"aliases": [],
|
|
7022
7022
|
"args": {},
|
|
7023
|
-
"description": "Create a
|
|
7023
|
+
"description": "Create a segment",
|
|
7024
7024
|
"flags": {
|
|
7025
7025
|
"api-key": {
|
|
7026
7026
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7093,7 +7093,7 @@
|
|
|
7093
7093
|
"type": "option"
|
|
7094
7094
|
},
|
|
7095
7095
|
"name": {
|
|
7096
|
-
"description": "
|
|
7096
|
+
"description": "Segment name",
|
|
7097
7097
|
"name": "name",
|
|
7098
7098
|
"required": true,
|
|
7099
7099
|
"hasDynamicHelp": false,
|
|
@@ -7101,21 +7101,28 @@
|
|
|
7101
7101
|
"type": "option"
|
|
7102
7102
|
},
|
|
7103
7103
|
"description": {
|
|
7104
|
-
"description": "
|
|
7104
|
+
"description": "Segment description",
|
|
7105
7105
|
"name": "description",
|
|
7106
7106
|
"hasDynamicHelp": false,
|
|
7107
7107
|
"multiple": false,
|
|
7108
7108
|
"type": "option"
|
|
7109
7109
|
},
|
|
7110
7110
|
"color": {
|
|
7111
|
-
"description": "
|
|
7111
|
+
"description": "Segment color as HEX",
|
|
7112
7112
|
"name": "color",
|
|
7113
7113
|
"hasDynamicHelp": false,
|
|
7114
7114
|
"multiple": false,
|
|
7115
7115
|
"type": "option"
|
|
7116
7116
|
},
|
|
7117
|
+
"tags": {
|
|
7118
|
+
"description": "Tags for filtering recipients",
|
|
7119
|
+
"name": "tags",
|
|
7120
|
+
"hasDynamicHelp": false,
|
|
7121
|
+
"multiple": false,
|
|
7122
|
+
"type": "option"
|
|
7123
|
+
},
|
|
7117
7124
|
"folder": {
|
|
7118
|
-
"description": "
|
|
7125
|
+
"description": "Object folder ID",
|
|
7119
7126
|
"name": "folder",
|
|
7120
7127
|
"hasDynamicHelp": false,
|
|
7121
7128
|
"multiple": false,
|
|
@@ -7131,7 +7138,7 @@
|
|
|
7131
7138
|
},
|
|
7132
7139
|
"hasDynamicHelp": false,
|
|
7133
7140
|
"hiddenAliases": [],
|
|
7134
|
-
"id": "
|
|
7141
|
+
"id": "segments:create",
|
|
7135
7142
|
"pluginAlias": "@instantkom/cli",
|
|
7136
7143
|
"pluginName": "@instantkom/cli",
|
|
7137
7144
|
"pluginType": "core",
|
|
@@ -7141,20 +7148,20 @@
|
|
|
7141
7148
|
"relativePath": [
|
|
7142
7149
|
"dist",
|
|
7143
7150
|
"commands",
|
|
7144
|
-
"
|
|
7151
|
+
"segments",
|
|
7145
7152
|
"create.js"
|
|
7146
7153
|
]
|
|
7147
7154
|
},
|
|
7148
|
-
"
|
|
7155
|
+
"segments:delete": {
|
|
7149
7156
|
"aliases": [],
|
|
7150
7157
|
"args": {
|
|
7151
7158
|
"id": {
|
|
7152
|
-
"description": "
|
|
7159
|
+
"description": "segment ID",
|
|
7153
7160
|
"name": "id",
|
|
7154
7161
|
"required": true
|
|
7155
7162
|
}
|
|
7156
7163
|
},
|
|
7157
|
-
"description": "Delete
|
|
7164
|
+
"description": "Delete segment",
|
|
7158
7165
|
"flags": {
|
|
7159
7166
|
"api-key": {
|
|
7160
7167
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7221,7 +7228,7 @@
|
|
|
7221
7228
|
},
|
|
7222
7229
|
"hasDynamicHelp": false,
|
|
7223
7230
|
"hiddenAliases": [],
|
|
7224
|
-
"id": "
|
|
7231
|
+
"id": "segments:delete",
|
|
7225
7232
|
"pluginAlias": "@instantkom/cli",
|
|
7226
7233
|
"pluginName": "@instantkom/cli",
|
|
7227
7234
|
"pluginType": "core",
|
|
@@ -7231,20 +7238,20 @@
|
|
|
7231
7238
|
"relativePath": [
|
|
7232
7239
|
"dist",
|
|
7233
7240
|
"commands",
|
|
7234
|
-
"
|
|
7241
|
+
"segments",
|
|
7235
7242
|
"delete.js"
|
|
7236
7243
|
]
|
|
7237
7244
|
},
|
|
7238
|
-
"
|
|
7245
|
+
"segments:get": {
|
|
7239
7246
|
"aliases": [],
|
|
7240
7247
|
"args": {
|
|
7241
7248
|
"id": {
|
|
7242
|
-
"description": "
|
|
7249
|
+
"description": "segment ID",
|
|
7243
7250
|
"name": "id",
|
|
7244
7251
|
"required": true
|
|
7245
7252
|
}
|
|
7246
7253
|
},
|
|
7247
|
-
"description": "Get
|
|
7254
|
+
"description": "Get segment by ID",
|
|
7248
7255
|
"flags": {
|
|
7249
7256
|
"api-key": {
|
|
7250
7257
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7311,7 +7318,7 @@
|
|
|
7311
7318
|
},
|
|
7312
7319
|
"hasDynamicHelp": false,
|
|
7313
7320
|
"hiddenAliases": [],
|
|
7314
|
-
"id": "
|
|
7321
|
+
"id": "segments:get",
|
|
7315
7322
|
"pluginAlias": "@instantkom/cli",
|
|
7316
7323
|
"pluginName": "@instantkom/cli",
|
|
7317
7324
|
"pluginType": "core",
|
|
@@ -7321,14 +7328,14 @@
|
|
|
7321
7328
|
"relativePath": [
|
|
7322
7329
|
"dist",
|
|
7323
7330
|
"commands",
|
|
7324
|
-
"
|
|
7331
|
+
"segments",
|
|
7325
7332
|
"get.js"
|
|
7326
7333
|
]
|
|
7327
7334
|
},
|
|
7328
|
-
"
|
|
7335
|
+
"segments:list": {
|
|
7329
7336
|
"aliases": [],
|
|
7330
7337
|
"args": {},
|
|
7331
|
-
"description": "List
|
|
7338
|
+
"description": "List segments",
|
|
7332
7339
|
"flags": {
|
|
7333
7340
|
"api-key": {
|
|
7334
7341
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7416,23 +7423,34 @@
|
|
|
7416
7423
|
"type": "option"
|
|
7417
7424
|
},
|
|
7418
7425
|
"search": {
|
|
7419
|
-
"description": "Search
|
|
7426
|
+
"description": "Search by name",
|
|
7420
7427
|
"name": "search",
|
|
7421
7428
|
"hasDynamicHelp": false,
|
|
7422
7429
|
"multiple": false,
|
|
7423
7430
|
"type": "option"
|
|
7424
7431
|
},
|
|
7425
|
-
"
|
|
7426
|
-
"description": "
|
|
7427
|
-
"name": "
|
|
7432
|
+
"tags": {
|
|
7433
|
+
"description": "Comma-separated tag IDs",
|
|
7434
|
+
"name": "tags",
|
|
7435
|
+
"hasDynamicHelp": false,
|
|
7436
|
+
"multiple": false,
|
|
7437
|
+
"type": "option"
|
|
7438
|
+
},
|
|
7439
|
+
"tag-match-mode": {
|
|
7440
|
+
"description": "Tag match mode",
|
|
7441
|
+
"name": "tag-match-mode",
|
|
7428
7442
|
"hasDynamicHelp": false,
|
|
7429
7443
|
"multiple": false,
|
|
7444
|
+
"options": [
|
|
7445
|
+
"any",
|
|
7446
|
+
"all"
|
|
7447
|
+
],
|
|
7430
7448
|
"type": "option"
|
|
7431
7449
|
}
|
|
7432
7450
|
},
|
|
7433
7451
|
"hasDynamicHelp": false,
|
|
7434
7452
|
"hiddenAliases": [],
|
|
7435
|
-
"id": "
|
|
7453
|
+
"id": "segments:list",
|
|
7436
7454
|
"pluginAlias": "@instantkom/cli",
|
|
7437
7455
|
"pluginName": "@instantkom/cli",
|
|
7438
7456
|
"pluginType": "core",
|
|
@@ -7442,20 +7460,20 @@
|
|
|
7442
7460
|
"relativePath": [
|
|
7443
7461
|
"dist",
|
|
7444
7462
|
"commands",
|
|
7445
|
-
"
|
|
7463
|
+
"segments",
|
|
7446
7464
|
"list.js"
|
|
7447
7465
|
]
|
|
7448
7466
|
},
|
|
7449
|
-
"
|
|
7467
|
+
"segments:update": {
|
|
7450
7468
|
"aliases": [],
|
|
7451
7469
|
"args": {
|
|
7452
7470
|
"id": {
|
|
7453
|
-
"description": "
|
|
7471
|
+
"description": "Segment ID",
|
|
7454
7472
|
"name": "id",
|
|
7455
7473
|
"required": true
|
|
7456
7474
|
}
|
|
7457
7475
|
},
|
|
7458
|
-
"description": "Update a
|
|
7476
|
+
"description": "Update a segment",
|
|
7459
7477
|
"flags": {
|
|
7460
7478
|
"api-key": {
|
|
7461
7479
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7520,28 +7538,35 @@
|
|
|
7520
7538
|
"type": "option"
|
|
7521
7539
|
},
|
|
7522
7540
|
"name": {
|
|
7523
|
-
"description": "
|
|
7541
|
+
"description": "Segment name",
|
|
7524
7542
|
"name": "name",
|
|
7525
7543
|
"hasDynamicHelp": false,
|
|
7526
7544
|
"multiple": false,
|
|
7527
7545
|
"type": "option"
|
|
7528
7546
|
},
|
|
7529
7547
|
"description": {
|
|
7530
|
-
"description": "
|
|
7548
|
+
"description": "Segment description",
|
|
7531
7549
|
"name": "description",
|
|
7532
7550
|
"hasDynamicHelp": false,
|
|
7533
7551
|
"multiple": false,
|
|
7534
7552
|
"type": "option"
|
|
7535
7553
|
},
|
|
7536
7554
|
"color": {
|
|
7537
|
-
"description": "
|
|
7555
|
+
"description": "Segment color as HEX",
|
|
7538
7556
|
"name": "color",
|
|
7539
7557
|
"hasDynamicHelp": false,
|
|
7540
7558
|
"multiple": false,
|
|
7541
7559
|
"type": "option"
|
|
7542
7560
|
},
|
|
7561
|
+
"tags": {
|
|
7562
|
+
"description": "Tags for filtering recipients",
|
|
7563
|
+
"name": "tags",
|
|
7564
|
+
"hasDynamicHelp": false,
|
|
7565
|
+
"multiple": false,
|
|
7566
|
+
"type": "option"
|
|
7567
|
+
},
|
|
7543
7568
|
"folder": {
|
|
7544
|
-
"description": "
|
|
7569
|
+
"description": "Object folder ID",
|
|
7545
7570
|
"name": "folder",
|
|
7546
7571
|
"hasDynamicHelp": false,
|
|
7547
7572
|
"multiple": false,
|
|
@@ -7557,7 +7582,7 @@
|
|
|
7557
7582
|
},
|
|
7558
7583
|
"hasDynamicHelp": false,
|
|
7559
7584
|
"hiddenAliases": [],
|
|
7560
|
-
"id": "
|
|
7585
|
+
"id": "segments:update",
|
|
7561
7586
|
"pluginAlias": "@instantkom/cli",
|
|
7562
7587
|
"pluginName": "@instantkom/cli",
|
|
7563
7588
|
"pluginType": "core",
|
|
@@ -7567,14 +7592,14 @@
|
|
|
7567
7592
|
"relativePath": [
|
|
7568
7593
|
"dist",
|
|
7569
7594
|
"commands",
|
|
7570
|
-
"
|
|
7595
|
+
"segments",
|
|
7571
7596
|
"update.js"
|
|
7572
7597
|
]
|
|
7573
7598
|
},
|
|
7574
|
-
"
|
|
7599
|
+
"flows:create": {
|
|
7575
7600
|
"aliases": [],
|
|
7576
7601
|
"args": {},
|
|
7577
|
-
"description": "Create a
|
|
7602
|
+
"description": "Create a flow",
|
|
7578
7603
|
"flags": {
|
|
7579
7604
|
"api-key": {
|
|
7580
7605
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7647,7 +7672,7 @@
|
|
|
7647
7672
|
"type": "option"
|
|
7648
7673
|
},
|
|
7649
7674
|
"name": {
|
|
7650
|
-
"description": "
|
|
7675
|
+
"description": "Flow name",
|
|
7651
7676
|
"name": "name",
|
|
7652
7677
|
"required": true,
|
|
7653
7678
|
"hasDynamicHelp": false,
|
|
@@ -7655,28 +7680,21 @@
|
|
|
7655
7680
|
"type": "option"
|
|
7656
7681
|
},
|
|
7657
7682
|
"description": {
|
|
7658
|
-
"description": "
|
|
7683
|
+
"description": "Flow description",
|
|
7659
7684
|
"name": "description",
|
|
7660
7685
|
"hasDynamicHelp": false,
|
|
7661
7686
|
"multiple": false,
|
|
7662
7687
|
"type": "option"
|
|
7663
7688
|
},
|
|
7664
7689
|
"color": {
|
|
7665
|
-
"description": "
|
|
7690
|
+
"description": "Flow color as HEX",
|
|
7666
7691
|
"name": "color",
|
|
7667
7692
|
"hasDynamicHelp": false,
|
|
7668
7693
|
"multiple": false,
|
|
7669
7694
|
"type": "option"
|
|
7670
7695
|
},
|
|
7671
|
-
"tags": {
|
|
7672
|
-
"description": "Tags for filtering recipients",
|
|
7673
|
-
"name": "tags",
|
|
7674
|
-
"hasDynamicHelp": false,
|
|
7675
|
-
"multiple": false,
|
|
7676
|
-
"type": "option"
|
|
7677
|
-
},
|
|
7678
7696
|
"folder": {
|
|
7679
|
-
"description": "
|
|
7697
|
+
"description": "Folder ID",
|
|
7680
7698
|
"name": "folder",
|
|
7681
7699
|
"hasDynamicHelp": false,
|
|
7682
7700
|
"multiple": false,
|
|
@@ -7692,7 +7710,7 @@
|
|
|
7692
7710
|
},
|
|
7693
7711
|
"hasDynamicHelp": false,
|
|
7694
7712
|
"hiddenAliases": [],
|
|
7695
|
-
"id": "
|
|
7713
|
+
"id": "flows:create",
|
|
7696
7714
|
"pluginAlias": "@instantkom/cli",
|
|
7697
7715
|
"pluginName": "@instantkom/cli",
|
|
7698
7716
|
"pluginType": "core",
|
|
@@ -7702,20 +7720,20 @@
|
|
|
7702
7720
|
"relativePath": [
|
|
7703
7721
|
"dist",
|
|
7704
7722
|
"commands",
|
|
7705
|
-
"
|
|
7723
|
+
"flows",
|
|
7706
7724
|
"create.js"
|
|
7707
7725
|
]
|
|
7708
7726
|
},
|
|
7709
|
-
"
|
|
7727
|
+
"flows:delete": {
|
|
7710
7728
|
"aliases": [],
|
|
7711
7729
|
"args": {
|
|
7712
7730
|
"id": {
|
|
7713
|
-
"description": "
|
|
7731
|
+
"description": "Flow ID",
|
|
7714
7732
|
"name": "id",
|
|
7715
7733
|
"required": true
|
|
7716
7734
|
}
|
|
7717
7735
|
},
|
|
7718
|
-
"description": "Delete
|
|
7736
|
+
"description": "Delete a flow",
|
|
7719
7737
|
"flags": {
|
|
7720
7738
|
"api-key": {
|
|
7721
7739
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7782,7 +7800,7 @@
|
|
|
7782
7800
|
},
|
|
7783
7801
|
"hasDynamicHelp": false,
|
|
7784
7802
|
"hiddenAliases": [],
|
|
7785
|
-
"id": "
|
|
7803
|
+
"id": "flows:delete",
|
|
7786
7804
|
"pluginAlias": "@instantkom/cli",
|
|
7787
7805
|
"pluginName": "@instantkom/cli",
|
|
7788
7806
|
"pluginType": "core",
|
|
@@ -7792,20 +7810,20 @@
|
|
|
7792
7810
|
"relativePath": [
|
|
7793
7811
|
"dist",
|
|
7794
7812
|
"commands",
|
|
7795
|
-
"
|
|
7813
|
+
"flows",
|
|
7796
7814
|
"delete.js"
|
|
7797
7815
|
]
|
|
7798
7816
|
},
|
|
7799
|
-
"
|
|
7817
|
+
"flows:get": {
|
|
7800
7818
|
"aliases": [],
|
|
7801
7819
|
"args": {
|
|
7802
7820
|
"id": {
|
|
7803
|
-
"description": "
|
|
7821
|
+
"description": "Flow ID",
|
|
7804
7822
|
"name": "id",
|
|
7805
7823
|
"required": true
|
|
7806
7824
|
}
|
|
7807
7825
|
},
|
|
7808
|
-
"description": "Get
|
|
7826
|
+
"description": "Get a flow by ID",
|
|
7809
7827
|
"flags": {
|
|
7810
7828
|
"api-key": {
|
|
7811
7829
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7872,7 +7890,7 @@
|
|
|
7872
7890
|
},
|
|
7873
7891
|
"hasDynamicHelp": false,
|
|
7874
7892
|
"hiddenAliases": [],
|
|
7875
|
-
"id": "
|
|
7893
|
+
"id": "flows:get",
|
|
7876
7894
|
"pluginAlias": "@instantkom/cli",
|
|
7877
7895
|
"pluginName": "@instantkom/cli",
|
|
7878
7896
|
"pluginType": "core",
|
|
@@ -7882,14 +7900,14 @@
|
|
|
7882
7900
|
"relativePath": [
|
|
7883
7901
|
"dist",
|
|
7884
7902
|
"commands",
|
|
7885
|
-
"
|
|
7903
|
+
"flows",
|
|
7886
7904
|
"get.js"
|
|
7887
7905
|
]
|
|
7888
7906
|
},
|
|
7889
|
-
"
|
|
7907
|
+
"flows:list": {
|
|
7890
7908
|
"aliases": [],
|
|
7891
7909
|
"args": {},
|
|
7892
|
-
"description": "List
|
|
7910
|
+
"description": "List flows",
|
|
7893
7911
|
"flags": {
|
|
7894
7912
|
"api-key": {
|
|
7895
7913
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7977,34 +7995,23 @@
|
|
|
7977
7995
|
"type": "option"
|
|
7978
7996
|
},
|
|
7979
7997
|
"search": {
|
|
7980
|
-
"description": "Search
|
|
7998
|
+
"description": "Search in flow name or description",
|
|
7981
7999
|
"name": "search",
|
|
7982
8000
|
"hasDynamicHelp": false,
|
|
7983
8001
|
"multiple": false,
|
|
7984
8002
|
"type": "option"
|
|
7985
8003
|
},
|
|
7986
|
-
"
|
|
7987
|
-
"description": "
|
|
7988
|
-
"name": "
|
|
7989
|
-
"hasDynamicHelp": false,
|
|
7990
|
-
"multiple": false,
|
|
7991
|
-
"type": "option"
|
|
7992
|
-
},
|
|
7993
|
-
"tag-match-mode": {
|
|
7994
|
-
"description": "Tag match mode",
|
|
7995
|
-
"name": "tag-match-mode",
|
|
8004
|
+
"folder": {
|
|
8005
|
+
"description": "Filter by folder ID",
|
|
8006
|
+
"name": "folder",
|
|
7996
8007
|
"hasDynamicHelp": false,
|
|
7997
8008
|
"multiple": false,
|
|
7998
|
-
"options": [
|
|
7999
|
-
"any",
|
|
8000
|
-
"all"
|
|
8001
|
-
],
|
|
8002
8009
|
"type": "option"
|
|
8003
8010
|
}
|
|
8004
8011
|
},
|
|
8005
8012
|
"hasDynamicHelp": false,
|
|
8006
8013
|
"hiddenAliases": [],
|
|
8007
|
-
"id": "
|
|
8014
|
+
"id": "flows:list",
|
|
8008
8015
|
"pluginAlias": "@instantkom/cli",
|
|
8009
8016
|
"pluginName": "@instantkom/cli",
|
|
8010
8017
|
"pluginType": "core",
|
|
@@ -8014,20 +8021,20 @@
|
|
|
8014
8021
|
"relativePath": [
|
|
8015
8022
|
"dist",
|
|
8016
8023
|
"commands",
|
|
8017
|
-
"
|
|
8024
|
+
"flows",
|
|
8018
8025
|
"list.js"
|
|
8019
8026
|
]
|
|
8020
8027
|
},
|
|
8021
|
-
"
|
|
8028
|
+
"flows:update": {
|
|
8022
8029
|
"aliases": [],
|
|
8023
8030
|
"args": {
|
|
8024
8031
|
"id": {
|
|
8025
|
-
"description": "
|
|
8032
|
+
"description": "Flow ID",
|
|
8026
8033
|
"name": "id",
|
|
8027
8034
|
"required": true
|
|
8028
8035
|
}
|
|
8029
8036
|
},
|
|
8030
|
-
"description": "Update a
|
|
8037
|
+
"description": "Update a flow",
|
|
8031
8038
|
"flags": {
|
|
8032
8039
|
"api-key": {
|
|
8033
8040
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -8092,35 +8099,28 @@
|
|
|
8092
8099
|
"type": "option"
|
|
8093
8100
|
},
|
|
8094
8101
|
"name": {
|
|
8095
|
-
"description": "
|
|
8102
|
+
"description": "Flow name",
|
|
8096
8103
|
"name": "name",
|
|
8097
8104
|
"hasDynamicHelp": false,
|
|
8098
8105
|
"multiple": false,
|
|
8099
8106
|
"type": "option"
|
|
8100
8107
|
},
|
|
8101
8108
|
"description": {
|
|
8102
|
-
"description": "
|
|
8109
|
+
"description": "Flow description",
|
|
8103
8110
|
"name": "description",
|
|
8104
8111
|
"hasDynamicHelp": false,
|
|
8105
8112
|
"multiple": false,
|
|
8106
8113
|
"type": "option"
|
|
8107
8114
|
},
|
|
8108
8115
|
"color": {
|
|
8109
|
-
"description": "
|
|
8116
|
+
"description": "Flow color as HEX",
|
|
8110
8117
|
"name": "color",
|
|
8111
8118
|
"hasDynamicHelp": false,
|
|
8112
8119
|
"multiple": false,
|
|
8113
8120
|
"type": "option"
|
|
8114
8121
|
},
|
|
8115
|
-
"tags": {
|
|
8116
|
-
"description": "Tags for filtering recipients",
|
|
8117
|
-
"name": "tags",
|
|
8118
|
-
"hasDynamicHelp": false,
|
|
8119
|
-
"multiple": false,
|
|
8120
|
-
"type": "option"
|
|
8121
|
-
},
|
|
8122
8122
|
"folder": {
|
|
8123
|
-
"description": "
|
|
8123
|
+
"description": "Folder ID",
|
|
8124
8124
|
"name": "folder",
|
|
8125
8125
|
"hasDynamicHelp": false,
|
|
8126
8126
|
"multiple": false,
|
|
@@ -8136,7 +8136,7 @@
|
|
|
8136
8136
|
},
|
|
8137
8137
|
"hasDynamicHelp": false,
|
|
8138
8138
|
"hiddenAliases": [],
|
|
8139
|
-
"id": "
|
|
8139
|
+
"id": "flows:update",
|
|
8140
8140
|
"pluginAlias": "@instantkom/cli",
|
|
8141
8141
|
"pluginName": "@instantkom/cli",
|
|
8142
8142
|
"pluginType": "core",
|
|
@@ -8146,7 +8146,7 @@
|
|
|
8146
8146
|
"relativePath": [
|
|
8147
8147
|
"dist",
|
|
8148
8148
|
"commands",
|
|
8149
|
-
"
|
|
8149
|
+
"flows",
|
|
8150
8150
|
"update.js"
|
|
8151
8151
|
]
|
|
8152
8152
|
},
|
|
@@ -9293,10 +9293,10 @@
|
|
|
9293
9293
|
"list.js"
|
|
9294
9294
|
]
|
|
9295
9295
|
},
|
|
9296
|
-
"
|
|
9296
|
+
"templates:create": {
|
|
9297
9297
|
"aliases": [],
|
|
9298
9298
|
"args": {},
|
|
9299
|
-
"description": "Create a
|
|
9299
|
+
"description": "Create a message template",
|
|
9300
9300
|
"flags": {
|
|
9301
9301
|
"api-key": {
|
|
9302
9302
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9368,45 +9368,70 @@
|
|
|
9368
9368
|
"multiple": false,
|
|
9369
9369
|
"type": "option"
|
|
9370
9370
|
},
|
|
9371
|
-
"
|
|
9372
|
-
"description": "
|
|
9373
|
-
"name": "
|
|
9371
|
+
"name": {
|
|
9372
|
+
"description": "Template name",
|
|
9373
|
+
"name": "name",
|
|
9374
9374
|
"required": true,
|
|
9375
9375
|
"hasDynamicHelp": false,
|
|
9376
9376
|
"multiple": false,
|
|
9377
9377
|
"type": "option"
|
|
9378
9378
|
},
|
|
9379
|
-
"
|
|
9380
|
-
"description": "
|
|
9381
|
-
"name": "
|
|
9379
|
+
"type": {
|
|
9380
|
+
"description": "Template type",
|
|
9381
|
+
"name": "type",
|
|
9382
|
+
"default": "text",
|
|
9382
9383
|
"hasDynamicHelp": false,
|
|
9383
9384
|
"multiple": false,
|
|
9385
|
+
"options": [
|
|
9386
|
+
"text",
|
|
9387
|
+
"image",
|
|
9388
|
+
"video",
|
|
9389
|
+
"document",
|
|
9390
|
+
"audio",
|
|
9391
|
+
"location",
|
|
9392
|
+
"contact",
|
|
9393
|
+
"interactive"
|
|
9394
|
+
],
|
|
9384
9395
|
"type": "option"
|
|
9385
9396
|
},
|
|
9386
|
-
"
|
|
9387
|
-
"description": "
|
|
9388
|
-
"name": "
|
|
9397
|
+
"message": {
|
|
9398
|
+
"description": "Template message",
|
|
9399
|
+
"name": "message",
|
|
9400
|
+
"required": true,
|
|
9389
9401
|
"hasDynamicHelp": false,
|
|
9390
9402
|
"multiple": false,
|
|
9391
9403
|
"type": "option"
|
|
9392
9404
|
},
|
|
9393
|
-
"
|
|
9394
|
-
"description": "
|
|
9395
|
-
"name": "
|
|
9405
|
+
"color": {
|
|
9406
|
+
"description": "Template color as HEX",
|
|
9407
|
+
"name": "color",
|
|
9396
9408
|
"hasDynamicHelp": false,
|
|
9397
9409
|
"multiple": false,
|
|
9398
9410
|
"type": "option"
|
|
9399
9411
|
},
|
|
9400
|
-
"
|
|
9401
|
-
"description": "
|
|
9402
|
-
"name": "
|
|
9412
|
+
"status": {
|
|
9413
|
+
"description": "Template is active",
|
|
9414
|
+
"name": "status",
|
|
9415
|
+
"allowNo": true,
|
|
9416
|
+
"type": "boolean"
|
|
9417
|
+
},
|
|
9418
|
+
"whatsapp-language": {
|
|
9419
|
+
"description": "WhatsApp template language",
|
|
9420
|
+
"name": "whatsapp-language",
|
|
9403
9421
|
"hasDynamicHelp": false,
|
|
9404
9422
|
"multiple": false,
|
|
9405
9423
|
"type": "option"
|
|
9406
9424
|
},
|
|
9407
|
-
"
|
|
9408
|
-
"description": "
|
|
9409
|
-
"name": "
|
|
9425
|
+
"buttons": {
|
|
9426
|
+
"description": "Buttons JSON array/object",
|
|
9427
|
+
"name": "buttons",
|
|
9428
|
+
"hasDynamicHelp": false,
|
|
9429
|
+
"multiple": false,
|
|
9430
|
+
"type": "option"
|
|
9431
|
+
},
|
|
9432
|
+
"header-footer": {
|
|
9433
|
+
"description": "Header/footer JSON object",
|
|
9434
|
+
"name": "header-footer",
|
|
9410
9435
|
"hasDynamicHelp": false,
|
|
9411
9436
|
"multiple": false,
|
|
9412
9437
|
"type": "option"
|
|
@@ -9421,7 +9446,7 @@
|
|
|
9421
9446
|
},
|
|
9422
9447
|
"hasDynamicHelp": false,
|
|
9423
9448
|
"hiddenAliases": [],
|
|
9424
|
-
"id": "
|
|
9449
|
+
"id": "templates:create",
|
|
9425
9450
|
"pluginAlias": "@instantkom/cli",
|
|
9426
9451
|
"pluginName": "@instantkom/cli",
|
|
9427
9452
|
"pluginType": "core",
|
|
@@ -9431,20 +9456,20 @@
|
|
|
9431
9456
|
"relativePath": [
|
|
9432
9457
|
"dist",
|
|
9433
9458
|
"commands",
|
|
9434
|
-
"
|
|
9459
|
+
"templates",
|
|
9435
9460
|
"create.js"
|
|
9436
9461
|
]
|
|
9437
9462
|
},
|
|
9438
|
-
"
|
|
9463
|
+
"templates:delete": {
|
|
9439
9464
|
"aliases": [],
|
|
9440
9465
|
"args": {
|
|
9441
9466
|
"id": {
|
|
9442
|
-
"description": "
|
|
9467
|
+
"description": "template ID",
|
|
9443
9468
|
"name": "id",
|
|
9444
9469
|
"required": true
|
|
9445
9470
|
}
|
|
9446
9471
|
},
|
|
9447
|
-
"description": "Delete
|
|
9472
|
+
"description": "Delete template",
|
|
9448
9473
|
"flags": {
|
|
9449
9474
|
"api-key": {
|
|
9450
9475
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9507,19 +9532,11 @@
|
|
|
9507
9532
|
"hasDynamicHelp": false,
|
|
9508
9533
|
"multiple": false,
|
|
9509
9534
|
"type": "option"
|
|
9510
|
-
},
|
|
9511
|
-
"channel": {
|
|
9512
|
-
"description": "Channel ID",
|
|
9513
|
-
"name": "channel",
|
|
9514
|
-
"required": true,
|
|
9515
|
-
"hasDynamicHelp": false,
|
|
9516
|
-
"multiple": false,
|
|
9517
|
-
"type": "option"
|
|
9518
9535
|
}
|
|
9519
9536
|
},
|
|
9520
9537
|
"hasDynamicHelp": false,
|
|
9521
9538
|
"hiddenAliases": [],
|
|
9522
|
-
"id": "
|
|
9539
|
+
"id": "templates:delete",
|
|
9523
9540
|
"pluginAlias": "@instantkom/cli",
|
|
9524
9541
|
"pluginName": "@instantkom/cli",
|
|
9525
9542
|
"pluginType": "core",
|
|
@@ -9529,20 +9546,14 @@
|
|
|
9529
9546
|
"relativePath": [
|
|
9530
9547
|
"dist",
|
|
9531
9548
|
"commands",
|
|
9532
|
-
"
|
|
9549
|
+
"templates",
|
|
9533
9550
|
"delete.js"
|
|
9534
9551
|
]
|
|
9535
9552
|
},
|
|
9536
|
-
"
|
|
9553
|
+
"templates:export": {
|
|
9537
9554
|
"aliases": [],
|
|
9538
|
-
"args": {
|
|
9539
|
-
|
|
9540
|
-
"description": "Ticket ID",
|
|
9541
|
-
"name": "id",
|
|
9542
|
-
"required": true
|
|
9543
|
-
}
|
|
9544
|
-
},
|
|
9545
|
-
"description": "Get a ticket by ID",
|
|
9555
|
+
"args": {},
|
|
9556
|
+
"description": "Export templates to a file",
|
|
9546
9557
|
"flags": {
|
|
9547
9558
|
"api-key": {
|
|
9548
9559
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9554,17 +9565,14 @@
|
|
|
9554
9565
|
"type": "option"
|
|
9555
9566
|
},
|
|
9556
9567
|
"format": {
|
|
9557
|
-
"description": "
|
|
9558
|
-
"helpGroup": "GLOBAL",
|
|
9568
|
+
"description": "Export format",
|
|
9559
9569
|
"name": "format",
|
|
9560
|
-
"default": "
|
|
9570
|
+
"default": "json",
|
|
9561
9571
|
"hasDynamicHelp": false,
|
|
9562
9572
|
"multiple": false,
|
|
9563
9573
|
"options": [
|
|
9564
|
-
"
|
|
9565
|
-
"json"
|
|
9566
|
-
"yaml",
|
|
9567
|
-
"table"
|
|
9574
|
+
"csv",
|
|
9575
|
+
"json"
|
|
9568
9576
|
],
|
|
9569
9577
|
"type": "option"
|
|
9570
9578
|
},
|
|
@@ -9606,10 +9614,17 @@
|
|
|
9606
9614
|
"multiple": false,
|
|
9607
9615
|
"type": "option"
|
|
9608
9616
|
},
|
|
9617
|
+
"file": {
|
|
9618
|
+
"description": "Output file path",
|
|
9619
|
+
"name": "file",
|
|
9620
|
+
"required": true,
|
|
9621
|
+
"hasDynamicHelp": false,
|
|
9622
|
+
"multiple": false,
|
|
9623
|
+
"type": "option"
|
|
9624
|
+
},
|
|
9609
9625
|
"channel": {
|
|
9610
|
-
"description": "
|
|
9626
|
+
"description": "Filter by channel ID",
|
|
9611
9627
|
"name": "channel",
|
|
9612
|
-
"required": true,
|
|
9613
9628
|
"hasDynamicHelp": false,
|
|
9614
9629
|
"multiple": false,
|
|
9615
9630
|
"type": "option"
|
|
@@ -9617,7 +9632,7 @@
|
|
|
9617
9632
|
},
|
|
9618
9633
|
"hasDynamicHelp": false,
|
|
9619
9634
|
"hiddenAliases": [],
|
|
9620
|
-
"id": "
|
|
9635
|
+
"id": "templates:export",
|
|
9621
9636
|
"pluginAlias": "@instantkom/cli",
|
|
9622
9637
|
"pluginName": "@instantkom/cli",
|
|
9623
9638
|
"pluginType": "core",
|
|
@@ -9627,14 +9642,20 @@
|
|
|
9627
9642
|
"relativePath": [
|
|
9628
9643
|
"dist",
|
|
9629
9644
|
"commands",
|
|
9630
|
-
"
|
|
9631
|
-
"
|
|
9645
|
+
"templates",
|
|
9646
|
+
"export.js"
|
|
9632
9647
|
]
|
|
9633
9648
|
},
|
|
9634
|
-
"
|
|
9649
|
+
"templates:get": {
|
|
9635
9650
|
"aliases": [],
|
|
9636
|
-
"args": {
|
|
9637
|
-
|
|
9651
|
+
"args": {
|
|
9652
|
+
"id": {
|
|
9653
|
+
"description": "Template ID",
|
|
9654
|
+
"name": "id",
|
|
9655
|
+
"required": true
|
|
9656
|
+
}
|
|
9657
|
+
},
|
|
9658
|
+
"description": "Get a message template by ID",
|
|
9638
9659
|
"flags": {
|
|
9639
9660
|
"api-key": {
|
|
9640
9661
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9697,35 +9718,11 @@
|
|
|
9697
9718
|
"hasDynamicHelp": false,
|
|
9698
9719
|
"multiple": false,
|
|
9699
9720
|
"type": "option"
|
|
9700
|
-
},
|
|
9701
|
-
"channel": {
|
|
9702
|
-
"description": "Channel ID",
|
|
9703
|
-
"name": "channel",
|
|
9704
|
-
"required": true,
|
|
9705
|
-
"hasDynamicHelp": false,
|
|
9706
|
-
"multiple": false,
|
|
9707
|
-
"type": "option"
|
|
9708
|
-
},
|
|
9709
|
-
"limit": {
|
|
9710
|
-
"description": "Maximum tickets to return",
|
|
9711
|
-
"name": "limit",
|
|
9712
|
-
"default": 500,
|
|
9713
|
-
"hasDynamicHelp": false,
|
|
9714
|
-
"multiple": false,
|
|
9715
|
-
"type": "option"
|
|
9716
|
-
},
|
|
9717
|
-
"offset": {
|
|
9718
|
-
"description": "Number of tickets to skip",
|
|
9719
|
-
"name": "offset",
|
|
9720
|
-
"default": 0,
|
|
9721
|
-
"hasDynamicHelp": false,
|
|
9722
|
-
"multiple": false,
|
|
9723
|
-
"type": "option"
|
|
9724
9721
|
}
|
|
9725
9722
|
},
|
|
9726
9723
|
"hasDynamicHelp": false,
|
|
9727
9724
|
"hiddenAliases": [],
|
|
9728
|
-
"id": "
|
|
9725
|
+
"id": "templates:get",
|
|
9729
9726
|
"pluginAlias": "@instantkom/cli",
|
|
9730
9727
|
"pluginName": "@instantkom/cli",
|
|
9731
9728
|
"pluginType": "core",
|
|
@@ -9735,20 +9732,14 @@
|
|
|
9735
9732
|
"relativePath": [
|
|
9736
9733
|
"dist",
|
|
9737
9734
|
"commands",
|
|
9738
|
-
"
|
|
9739
|
-
"
|
|
9735
|
+
"templates",
|
|
9736
|
+
"get.js"
|
|
9740
9737
|
]
|
|
9741
9738
|
},
|
|
9742
|
-
"
|
|
9739
|
+
"templates:import": {
|
|
9743
9740
|
"aliases": [],
|
|
9744
|
-
"args": {
|
|
9745
|
-
|
|
9746
|
-
"description": "Ticket ID",
|
|
9747
|
-
"name": "id",
|
|
9748
|
-
"required": true
|
|
9749
|
-
}
|
|
9750
|
-
},
|
|
9751
|
-
"description": "Send a real support reply on a ticket. Delivers the message to the customer and records it in both the ticket history and the Nachrichtenprotokoll. Provide raw body text only; the ticket system auto-prepends the personalised salutation and auto-appends the localised footer for email-channel tickets. Adding your own greetings causes duplicated headers/footers.",
|
|
9741
|
+
"args": {},
|
|
9742
|
+
"description": "Import templates from JSON",
|
|
9752
9743
|
"flags": {
|
|
9753
9744
|
"api-key": {
|
|
9754
9745
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9812,24 +9803,32 @@
|
|
|
9812
9803
|
"multiple": false,
|
|
9813
9804
|
"type": "option"
|
|
9814
9805
|
},
|
|
9815
|
-
"
|
|
9816
|
-
"description": "
|
|
9817
|
-
"name": "
|
|
9806
|
+
"file": {
|
|
9807
|
+
"description": "JSON file path",
|
|
9808
|
+
"name": "file",
|
|
9818
9809
|
"required": true,
|
|
9819
9810
|
"hasDynamicHelp": false,
|
|
9820
9811
|
"multiple": false,
|
|
9821
9812
|
"type": "option"
|
|
9822
9813
|
},
|
|
9823
|
-
"
|
|
9824
|
-
"description": "
|
|
9825
|
-
"name": "
|
|
9826
|
-
"
|
|
9814
|
+
"channel": {
|
|
9815
|
+
"description": "Target channel ID",
|
|
9816
|
+
"name": "channel",
|
|
9817
|
+
"required": true,
|
|
9818
|
+
"hasDynamicHelp": false,
|
|
9819
|
+
"multiple": false,
|
|
9820
|
+
"type": "option"
|
|
9821
|
+
},
|
|
9822
|
+
"skip-duplicates": {
|
|
9823
|
+
"description": "Skip duplicate templates",
|
|
9824
|
+
"name": "skip-duplicates",
|
|
9825
|
+
"allowNo": true,
|
|
9827
9826
|
"type": "boolean"
|
|
9828
9827
|
}
|
|
9829
9828
|
},
|
|
9830
9829
|
"hasDynamicHelp": false,
|
|
9831
9830
|
"hiddenAliases": [],
|
|
9832
|
-
"id": "
|
|
9831
|
+
"id": "templates:import",
|
|
9833
9832
|
"pluginAlias": "@instantkom/cli",
|
|
9834
9833
|
"pluginName": "@instantkom/cli",
|
|
9835
9834
|
"pluginType": "core",
|
|
@@ -9839,20 +9838,14 @@
|
|
|
9839
9838
|
"relativePath": [
|
|
9840
9839
|
"dist",
|
|
9841
9840
|
"commands",
|
|
9842
|
-
"
|
|
9843
|
-
"
|
|
9841
|
+
"templates",
|
|
9842
|
+
"import.js"
|
|
9844
9843
|
]
|
|
9845
9844
|
},
|
|
9846
|
-
"
|
|
9845
|
+
"templates:list": {
|
|
9847
9846
|
"aliases": [],
|
|
9848
|
-
"args": {
|
|
9849
|
-
|
|
9850
|
-
"description": "Ticket ID",
|
|
9851
|
-
"name": "id",
|
|
9852
|
-
"required": true
|
|
9853
|
-
}
|
|
9854
|
-
},
|
|
9855
|
-
"description": "Update a ticket",
|
|
9847
|
+
"args": {},
|
|
9848
|
+
"description": "List message templates",
|
|
9856
9849
|
"flags": {
|
|
9857
9850
|
"api-key": {
|
|
9858
9851
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9917,50 +9910,31 @@
|
|
|
9917
9910
|
"type": "option"
|
|
9918
9911
|
},
|
|
9919
9912
|
"channel": {
|
|
9920
|
-
"description": "
|
|
9913
|
+
"description": "Filter by channel ID",
|
|
9921
9914
|
"name": "channel",
|
|
9922
|
-
"required": true,
|
|
9923
9915
|
"hasDynamicHelp": false,
|
|
9924
9916
|
"multiple": false,
|
|
9925
9917
|
"type": "option"
|
|
9926
9918
|
},
|
|
9927
|
-
"
|
|
9928
|
-
"description": "
|
|
9929
|
-
"name": "
|
|
9930
|
-
"hasDynamicHelp": false,
|
|
9931
|
-
"multiple": false,
|
|
9932
|
-
"type": "option"
|
|
9933
|
-
},
|
|
9934
|
-
"priority": {
|
|
9935
|
-
"description": "Ticket priority",
|
|
9936
|
-
"name": "priority",
|
|
9937
|
-
"hasDynamicHelp": false,
|
|
9938
|
-
"multiple": false,
|
|
9939
|
-
"type": "option"
|
|
9940
|
-
},
|
|
9941
|
-
"status": {
|
|
9942
|
-
"description": "Ticket status",
|
|
9943
|
-
"name": "status",
|
|
9919
|
+
"search": {
|
|
9920
|
+
"description": "Search templates by name or content",
|
|
9921
|
+
"name": "search",
|
|
9944
9922
|
"hasDynamicHelp": false,
|
|
9945
9923
|
"multiple": false,
|
|
9946
9924
|
"type": "option"
|
|
9947
9925
|
},
|
|
9948
|
-
"
|
|
9949
|
-
"description": "
|
|
9950
|
-
"name": "
|
|
9926
|
+
"page": {
|
|
9927
|
+
"description": "Page number",
|
|
9928
|
+
"name": "page",
|
|
9929
|
+
"default": 1,
|
|
9951
9930
|
"hasDynamicHelp": false,
|
|
9952
9931
|
"multiple": false,
|
|
9953
9932
|
"type": "option"
|
|
9954
9933
|
},
|
|
9955
|
-
"
|
|
9956
|
-
"description": "
|
|
9957
|
-
"name": "
|
|
9958
|
-
"
|
|
9959
|
-
"type": "boolean"
|
|
9960
|
-
},
|
|
9961
|
-
"data": {
|
|
9962
|
-
"description": "Additional JSON object payload",
|
|
9963
|
-
"name": "data",
|
|
9934
|
+
"limit": {
|
|
9935
|
+
"description": "Items per page",
|
|
9936
|
+
"name": "limit",
|
|
9937
|
+
"default": 20,
|
|
9964
9938
|
"hasDynamicHelp": false,
|
|
9965
9939
|
"multiple": false,
|
|
9966
9940
|
"type": "option"
|
|
@@ -9968,7 +9942,7 @@
|
|
|
9968
9942
|
},
|
|
9969
9943
|
"hasDynamicHelp": false,
|
|
9970
9944
|
"hiddenAliases": [],
|
|
9971
|
-
"id": "
|
|
9945
|
+
"id": "templates:list",
|
|
9972
9946
|
"pluginAlias": "@instantkom/cli",
|
|
9973
9947
|
"pluginName": "@instantkom/cli",
|
|
9974
9948
|
"pluginType": "core",
|
|
@@ -9978,14 +9952,20 @@
|
|
|
9978
9952
|
"relativePath": [
|
|
9979
9953
|
"dist",
|
|
9980
9954
|
"commands",
|
|
9981
|
-
"
|
|
9982
|
-
"
|
|
9955
|
+
"templates",
|
|
9956
|
+
"list.js"
|
|
9983
9957
|
]
|
|
9984
9958
|
},
|
|
9985
|
-
"
|
|
9959
|
+
"templates:render": {
|
|
9986
9960
|
"aliases": [],
|
|
9987
|
-
"args": {
|
|
9988
|
-
|
|
9961
|
+
"args": {
|
|
9962
|
+
"id": {
|
|
9963
|
+
"description": "Template ID",
|
|
9964
|
+
"name": "id",
|
|
9965
|
+
"required": true
|
|
9966
|
+
}
|
|
9967
|
+
},
|
|
9968
|
+
"description": "Render a message template locally",
|
|
9989
9969
|
"flags": {
|
|
9990
9970
|
"api-key": {
|
|
9991
9971
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10049,33 +10029,17 @@
|
|
|
10049
10029
|
"multiple": false,
|
|
10050
10030
|
"type": "option"
|
|
10051
10031
|
},
|
|
10052
|
-
"
|
|
10053
|
-
"description": "
|
|
10054
|
-
"name": "
|
|
10055
|
-
"required": true,
|
|
10056
|
-
"hasDynamicHelp": false,
|
|
10057
|
-
"multiple": false,
|
|
10058
|
-
"options": [
|
|
10059
|
-
"new_contact",
|
|
10060
|
-
"new_message",
|
|
10061
|
-
"broadcast_sent",
|
|
10062
|
-
"contact_updated",
|
|
10063
|
-
"contact_opted_out"
|
|
10064
|
-
],
|
|
10065
|
-
"type": "option"
|
|
10066
|
-
},
|
|
10067
|
-
"url": {
|
|
10068
|
-
"description": "HTTPS target URL that receives webhook POSTs",
|
|
10069
|
-
"name": "url",
|
|
10070
|
-
"required": true,
|
|
10032
|
+
"vars": {
|
|
10033
|
+
"description": "Template variable as key=value; may be repeated",
|
|
10034
|
+
"name": "vars",
|
|
10071
10035
|
"hasDynamicHelp": false,
|
|
10072
|
-
"multiple":
|
|
10036
|
+
"multiple": true,
|
|
10073
10037
|
"type": "option"
|
|
10074
10038
|
}
|
|
10075
10039
|
},
|
|
10076
10040
|
"hasDynamicHelp": false,
|
|
10077
10041
|
"hiddenAliases": [],
|
|
10078
|
-
"id": "
|
|
10042
|
+
"id": "templates:render",
|
|
10079
10043
|
"pluginAlias": "@instantkom/cli",
|
|
10080
10044
|
"pluginName": "@instantkom/cli",
|
|
10081
10045
|
"pluginType": "core",
|
|
@@ -10085,14 +10049,20 @@
|
|
|
10085
10049
|
"relativePath": [
|
|
10086
10050
|
"dist",
|
|
10087
10051
|
"commands",
|
|
10088
|
-
"
|
|
10089
|
-
"
|
|
10052
|
+
"templates",
|
|
10053
|
+
"render.js"
|
|
10090
10054
|
]
|
|
10091
10055
|
},
|
|
10092
|
-
"
|
|
10056
|
+
"templates:update": {
|
|
10093
10057
|
"aliases": [],
|
|
10094
|
-
"args": {
|
|
10095
|
-
|
|
10058
|
+
"args": {
|
|
10059
|
+
"id": {
|
|
10060
|
+
"description": "Template ID",
|
|
10061
|
+
"name": "id",
|
|
10062
|
+
"required": true
|
|
10063
|
+
}
|
|
10064
|
+
},
|
|
10065
|
+
"description": "Update a message template",
|
|
10096
10066
|
"flags": {
|
|
10097
10067
|
"api-key": {
|
|
10098
10068
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10155,11 +10125,89 @@
|
|
|
10155
10125
|
"hasDynamicHelp": false,
|
|
10156
10126
|
"multiple": false,
|
|
10157
10127
|
"type": "option"
|
|
10128
|
+
},
|
|
10129
|
+
"name": {
|
|
10130
|
+
"description": "Template name",
|
|
10131
|
+
"name": "name",
|
|
10132
|
+
"hasDynamicHelp": false,
|
|
10133
|
+
"multiple": false,
|
|
10134
|
+
"type": "option"
|
|
10135
|
+
},
|
|
10136
|
+
"type": {
|
|
10137
|
+
"description": "Template type",
|
|
10138
|
+
"name": "type",
|
|
10139
|
+
"hasDynamicHelp": false,
|
|
10140
|
+
"multiple": false,
|
|
10141
|
+
"options": [
|
|
10142
|
+
"text",
|
|
10143
|
+
"image",
|
|
10144
|
+
"video",
|
|
10145
|
+
"document",
|
|
10146
|
+
"audio",
|
|
10147
|
+
"location",
|
|
10148
|
+
"contact",
|
|
10149
|
+
"interactive"
|
|
10150
|
+
],
|
|
10151
|
+
"type": "option"
|
|
10152
|
+
},
|
|
10153
|
+
"message": {
|
|
10154
|
+
"description": "Template message",
|
|
10155
|
+
"name": "message",
|
|
10156
|
+
"hasDynamicHelp": false,
|
|
10157
|
+
"multiple": false,
|
|
10158
|
+
"type": "option"
|
|
10159
|
+
},
|
|
10160
|
+
"color": {
|
|
10161
|
+
"description": "Template color as HEX",
|
|
10162
|
+
"name": "color",
|
|
10163
|
+
"hasDynamicHelp": false,
|
|
10164
|
+
"multiple": false,
|
|
10165
|
+
"type": "option"
|
|
10166
|
+
},
|
|
10167
|
+
"status": {
|
|
10168
|
+
"description": "Template is active",
|
|
10169
|
+
"name": "status",
|
|
10170
|
+
"allowNo": true,
|
|
10171
|
+
"type": "boolean"
|
|
10172
|
+
},
|
|
10173
|
+
"remove-media": {
|
|
10174
|
+
"description": "Remove existing media",
|
|
10175
|
+
"name": "remove-media",
|
|
10176
|
+
"allowNo": false,
|
|
10177
|
+
"type": "boolean"
|
|
10178
|
+
},
|
|
10179
|
+
"whatsapp-language": {
|
|
10180
|
+
"description": "WhatsApp template language",
|
|
10181
|
+
"name": "whatsapp-language",
|
|
10182
|
+
"hasDynamicHelp": false,
|
|
10183
|
+
"multiple": false,
|
|
10184
|
+
"type": "option"
|
|
10185
|
+
},
|
|
10186
|
+
"buttons": {
|
|
10187
|
+
"description": "Buttons JSON array/object",
|
|
10188
|
+
"name": "buttons",
|
|
10189
|
+
"hasDynamicHelp": false,
|
|
10190
|
+
"multiple": false,
|
|
10191
|
+
"type": "option"
|
|
10192
|
+
},
|
|
10193
|
+
"header-footer": {
|
|
10194
|
+
"description": "Header/footer JSON object",
|
|
10195
|
+
"name": "header-footer",
|
|
10196
|
+
"hasDynamicHelp": false,
|
|
10197
|
+
"multiple": false,
|
|
10198
|
+
"type": "option"
|
|
10199
|
+
},
|
|
10200
|
+
"data": {
|
|
10201
|
+
"description": "Additional JSON object payload",
|
|
10202
|
+
"name": "data",
|
|
10203
|
+
"hasDynamicHelp": false,
|
|
10204
|
+
"multiple": false,
|
|
10205
|
+
"type": "option"
|
|
10158
10206
|
}
|
|
10159
10207
|
},
|
|
10160
10208
|
"hasDynamicHelp": false,
|
|
10161
10209
|
"hiddenAliases": [],
|
|
10162
|
-
"id": "
|
|
10210
|
+
"id": "templates:update",
|
|
10163
10211
|
"pluginAlias": "@instantkom/cli",
|
|
10164
10212
|
"pluginName": "@instantkom/cli",
|
|
10165
10213
|
"pluginType": "core",
|
|
@@ -10169,14 +10217,14 @@
|
|
|
10169
10217
|
"relativePath": [
|
|
10170
10218
|
"dist",
|
|
10171
10219
|
"commands",
|
|
10172
|
-
"
|
|
10173
|
-
"
|
|
10220
|
+
"templates",
|
|
10221
|
+
"update.js"
|
|
10174
10222
|
]
|
|
10175
10223
|
},
|
|
10176
|
-
"
|
|
10224
|
+
"templates:validate-import": {
|
|
10177
10225
|
"aliases": [],
|
|
10178
10226
|
"args": {},
|
|
10179
|
-
"description": "
|
|
10227
|
+
"description": "Validate templates import JSON",
|
|
10180
10228
|
"flags": {
|
|
10181
10229
|
"api-key": {
|
|
10182
10230
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10239,11 +10287,27 @@
|
|
|
10239
10287
|
"hasDynamicHelp": false,
|
|
10240
10288
|
"multiple": false,
|
|
10241
10289
|
"type": "option"
|
|
10290
|
+
},
|
|
10291
|
+
"file": {
|
|
10292
|
+
"description": "JSON file path",
|
|
10293
|
+
"name": "file",
|
|
10294
|
+
"required": true,
|
|
10295
|
+
"hasDynamicHelp": false,
|
|
10296
|
+
"multiple": false,
|
|
10297
|
+
"type": "option"
|
|
10298
|
+
},
|
|
10299
|
+
"channel": {
|
|
10300
|
+
"description": "Target channel ID",
|
|
10301
|
+
"name": "channel",
|
|
10302
|
+
"required": true,
|
|
10303
|
+
"hasDynamicHelp": false,
|
|
10304
|
+
"multiple": false,
|
|
10305
|
+
"type": "option"
|
|
10242
10306
|
}
|
|
10243
10307
|
},
|
|
10244
10308
|
"hasDynamicHelp": false,
|
|
10245
10309
|
"hiddenAliases": [],
|
|
10246
|
-
"id": "
|
|
10310
|
+
"id": "templates:validate-import",
|
|
10247
10311
|
"pluginAlias": "@instantkom/cli",
|
|
10248
10312
|
"pluginName": "@instantkom/cli",
|
|
10249
10313
|
"pluginType": "core",
|
|
@@ -10253,14 +10317,14 @@
|
|
|
10253
10317
|
"relativePath": [
|
|
10254
10318
|
"dist",
|
|
10255
10319
|
"commands",
|
|
10256
|
-
"
|
|
10257
|
-
"
|
|
10320
|
+
"templates",
|
|
10321
|
+
"validate-import.js"
|
|
10258
10322
|
]
|
|
10259
10323
|
},
|
|
10260
|
-
"
|
|
10324
|
+
"tickets:create": {
|
|
10261
10325
|
"aliases": [],
|
|
10262
10326
|
"args": {},
|
|
10263
|
-
"description": "
|
|
10327
|
+
"description": "Create a ticket",
|
|
10264
10328
|
"flags": {
|
|
10265
10329
|
"api-key": {
|
|
10266
10330
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10323,11 +10387,69 @@
|
|
|
10323
10387
|
"hasDynamicHelp": false,
|
|
10324
10388
|
"multiple": false,
|
|
10325
10389
|
"type": "option"
|
|
10390
|
+
},
|
|
10391
|
+
"channel": {
|
|
10392
|
+
"description": "Channel ID",
|
|
10393
|
+
"name": "channel",
|
|
10394
|
+
"required": true,
|
|
10395
|
+
"hasDynamicHelp": false,
|
|
10396
|
+
"multiple": false,
|
|
10397
|
+
"type": "option"
|
|
10398
|
+
},
|
|
10399
|
+
"subject": {
|
|
10400
|
+
"description": "Ticket subject",
|
|
10401
|
+
"name": "subject",
|
|
10402
|
+
"required": true,
|
|
10403
|
+
"hasDynamicHelp": false,
|
|
10404
|
+
"multiple": false,
|
|
10405
|
+
"type": "option"
|
|
10406
|
+
},
|
|
10407
|
+
"recipient": {
|
|
10408
|
+
"description": "Existing recipient ID",
|
|
10409
|
+
"name": "recipient",
|
|
10410
|
+
"hasDynamicHelp": false,
|
|
10411
|
+
"multiple": false,
|
|
10412
|
+
"type": "option"
|
|
10413
|
+
},
|
|
10414
|
+
"email": {
|
|
10415
|
+
"description": "Customer email",
|
|
10416
|
+
"name": "email",
|
|
10417
|
+
"hasDynamicHelp": false,
|
|
10418
|
+
"multiple": false,
|
|
10419
|
+
"type": "option"
|
|
10420
|
+
},
|
|
10421
|
+
"name": {
|
|
10422
|
+
"description": "Customer name",
|
|
10423
|
+
"name": "name",
|
|
10424
|
+
"hasDynamicHelp": false,
|
|
10425
|
+
"multiple": false,
|
|
10426
|
+
"type": "option"
|
|
10427
|
+
},
|
|
10428
|
+
"priority": {
|
|
10429
|
+
"description": "Ticket priority",
|
|
10430
|
+
"name": "priority",
|
|
10431
|
+
"hasDynamicHelp": false,
|
|
10432
|
+
"multiple": false,
|
|
10433
|
+
"type": "option"
|
|
10434
|
+
},
|
|
10435
|
+
"source": {
|
|
10436
|
+
"description": "Ticket source",
|
|
10437
|
+
"name": "source",
|
|
10438
|
+
"hasDynamicHelp": false,
|
|
10439
|
+
"multiple": false,
|
|
10440
|
+
"type": "option"
|
|
10441
|
+
},
|
|
10442
|
+
"data": {
|
|
10443
|
+
"description": "Additional JSON object payload",
|
|
10444
|
+
"name": "data",
|
|
10445
|
+
"hasDynamicHelp": false,
|
|
10446
|
+
"multiple": false,
|
|
10447
|
+
"type": "option"
|
|
10326
10448
|
}
|
|
10327
10449
|
},
|
|
10328
10450
|
"hasDynamicHelp": false,
|
|
10329
10451
|
"hiddenAliases": [],
|
|
10330
|
-
"id": "
|
|
10452
|
+
"id": "tickets:create",
|
|
10331
10453
|
"pluginAlias": "@instantkom/cli",
|
|
10332
10454
|
"pluginName": "@instantkom/cli",
|
|
10333
10455
|
"pluginType": "core",
|
|
@@ -10337,20 +10459,20 @@
|
|
|
10337
10459
|
"relativePath": [
|
|
10338
10460
|
"dist",
|
|
10339
10461
|
"commands",
|
|
10340
|
-
"
|
|
10341
|
-
"
|
|
10462
|
+
"tickets",
|
|
10463
|
+
"create.js"
|
|
10342
10464
|
]
|
|
10343
10465
|
},
|
|
10344
|
-
"
|
|
10466
|
+
"tickets:delete": {
|
|
10345
10467
|
"aliases": [],
|
|
10346
10468
|
"args": {
|
|
10347
10469
|
"id": {
|
|
10348
|
-
"description": "
|
|
10470
|
+
"description": "Ticket ID",
|
|
10349
10471
|
"name": "id",
|
|
10350
10472
|
"required": true
|
|
10351
10473
|
}
|
|
10352
10474
|
},
|
|
10353
|
-
"description": "
|
|
10475
|
+
"description": "Delete a ticket",
|
|
10354
10476
|
"flags": {
|
|
10355
10477
|
"api-key": {
|
|
10356
10478
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10413,11 +10535,19 @@
|
|
|
10413
10535
|
"hasDynamicHelp": false,
|
|
10414
10536
|
"multiple": false,
|
|
10415
10537
|
"type": "option"
|
|
10538
|
+
},
|
|
10539
|
+
"channel": {
|
|
10540
|
+
"description": "Channel ID",
|
|
10541
|
+
"name": "channel",
|
|
10542
|
+
"required": true,
|
|
10543
|
+
"hasDynamicHelp": false,
|
|
10544
|
+
"multiple": false,
|
|
10545
|
+
"type": "option"
|
|
10416
10546
|
}
|
|
10417
10547
|
},
|
|
10418
10548
|
"hasDynamicHelp": false,
|
|
10419
10549
|
"hiddenAliases": [],
|
|
10420
|
-
"id": "
|
|
10550
|
+
"id": "tickets:delete",
|
|
10421
10551
|
"pluginAlias": "@instantkom/cli",
|
|
10422
10552
|
"pluginName": "@instantkom/cli",
|
|
10423
10553
|
"pluginType": "core",
|
|
@@ -10427,14 +10557,20 @@
|
|
|
10427
10557
|
"relativePath": [
|
|
10428
10558
|
"dist",
|
|
10429
10559
|
"commands",
|
|
10430
|
-
"
|
|
10431
|
-
"
|
|
10560
|
+
"tickets",
|
|
10561
|
+
"delete.js"
|
|
10432
10562
|
]
|
|
10433
10563
|
},
|
|
10434
|
-
"
|
|
10564
|
+
"tickets:get": {
|
|
10435
10565
|
"aliases": [],
|
|
10436
|
-
"args": {
|
|
10437
|
-
|
|
10566
|
+
"args": {
|
|
10567
|
+
"id": {
|
|
10568
|
+
"description": "Ticket ID",
|
|
10569
|
+
"name": "id",
|
|
10570
|
+
"required": true
|
|
10571
|
+
}
|
|
10572
|
+
},
|
|
10573
|
+
"description": "Get a ticket by ID",
|
|
10438
10574
|
"flags": {
|
|
10439
10575
|
"api-key": {
|
|
10440
10576
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10498,33 +10634,18 @@
|
|
|
10498
10634
|
"multiple": false,
|
|
10499
10635
|
"type": "option"
|
|
10500
10636
|
},
|
|
10501
|
-
"
|
|
10502
|
-
"description": "
|
|
10503
|
-
"name": "
|
|
10637
|
+
"channel": {
|
|
10638
|
+
"description": "Channel ID",
|
|
10639
|
+
"name": "channel",
|
|
10504
10640
|
"required": true,
|
|
10505
10641
|
"hasDynamicHelp": false,
|
|
10506
10642
|
"multiple": false,
|
|
10507
10643
|
"type": "option"
|
|
10508
|
-
},
|
|
10509
|
-
"event": {
|
|
10510
|
-
"description": "Event name",
|
|
10511
|
-
"name": "event",
|
|
10512
|
-
"default": "cli.test",
|
|
10513
|
-
"hasDynamicHelp": false,
|
|
10514
|
-
"multiple": false,
|
|
10515
|
-
"type": "option"
|
|
10516
|
-
},
|
|
10517
|
-
"payload": {
|
|
10518
|
-
"description": "Payload JSON",
|
|
10519
|
-
"name": "payload",
|
|
10520
|
-
"hasDynamicHelp": false,
|
|
10521
|
-
"multiple": false,
|
|
10522
|
-
"type": "option"
|
|
10523
10644
|
}
|
|
10524
10645
|
},
|
|
10525
10646
|
"hasDynamicHelp": false,
|
|
10526
10647
|
"hiddenAliases": [],
|
|
10527
|
-
"id": "
|
|
10648
|
+
"id": "tickets:get",
|
|
10528
10649
|
"pluginAlias": "@instantkom/cli",
|
|
10529
10650
|
"pluginName": "@instantkom/cli",
|
|
10530
10651
|
"pluginType": "core",
|
|
@@ -10534,14 +10655,14 @@
|
|
|
10534
10655
|
"relativePath": [
|
|
10535
10656
|
"dist",
|
|
10536
10657
|
"commands",
|
|
10537
|
-
"
|
|
10538
|
-
"
|
|
10658
|
+
"tickets",
|
|
10659
|
+
"get.js"
|
|
10539
10660
|
]
|
|
10540
10661
|
},
|
|
10541
|
-
"
|
|
10662
|
+
"tickets:list": {
|
|
10542
10663
|
"aliases": [],
|
|
10543
10664
|
"args": {},
|
|
10544
|
-
"description": "
|
|
10665
|
+
"description": "List tickets for a channel",
|
|
10545
10666
|
"flags": {
|
|
10546
10667
|
"api-key": {
|
|
10547
10668
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10613,77 +10734,18 @@
|
|
|
10613
10734
|
"multiple": false,
|
|
10614
10735
|
"type": "option"
|
|
10615
10736
|
},
|
|
10616
|
-
"
|
|
10617
|
-
"description": "
|
|
10618
|
-
"name": "
|
|
10619
|
-
"
|
|
10620
|
-
"hasDynamicHelp": false,
|
|
10621
|
-
"multiple": false,
|
|
10622
|
-
"type": "option"
|
|
10623
|
-
},
|
|
10624
|
-
"type": {
|
|
10625
|
-
"description": "Template type",
|
|
10626
|
-
"name": "type",
|
|
10627
|
-
"default": "text",
|
|
10628
|
-
"hasDynamicHelp": false,
|
|
10629
|
-
"multiple": false,
|
|
10630
|
-
"options": [
|
|
10631
|
-
"text",
|
|
10632
|
-
"image",
|
|
10633
|
-
"video",
|
|
10634
|
-
"document",
|
|
10635
|
-
"audio",
|
|
10636
|
-
"location",
|
|
10637
|
-
"contact",
|
|
10638
|
-
"interactive"
|
|
10639
|
-
],
|
|
10640
|
-
"type": "option"
|
|
10641
|
-
},
|
|
10642
|
-
"message": {
|
|
10643
|
-
"description": "Template message",
|
|
10644
|
-
"name": "message",
|
|
10645
|
-
"required": true,
|
|
10646
|
-
"hasDynamicHelp": false,
|
|
10647
|
-
"multiple": false,
|
|
10648
|
-
"type": "option"
|
|
10649
|
-
},
|
|
10650
|
-
"color": {
|
|
10651
|
-
"description": "Template color as HEX",
|
|
10652
|
-
"name": "color",
|
|
10653
|
-
"hasDynamicHelp": false,
|
|
10654
|
-
"multiple": false,
|
|
10655
|
-
"type": "option"
|
|
10656
|
-
},
|
|
10657
|
-
"status": {
|
|
10658
|
-
"description": "Template is active",
|
|
10659
|
-
"name": "status",
|
|
10660
|
-
"allowNo": true,
|
|
10661
|
-
"type": "boolean"
|
|
10662
|
-
},
|
|
10663
|
-
"whatsapp-language": {
|
|
10664
|
-
"description": "WhatsApp template language",
|
|
10665
|
-
"name": "whatsapp-language",
|
|
10666
|
-
"hasDynamicHelp": false,
|
|
10667
|
-
"multiple": false,
|
|
10668
|
-
"type": "option"
|
|
10669
|
-
},
|
|
10670
|
-
"buttons": {
|
|
10671
|
-
"description": "Buttons JSON array/object",
|
|
10672
|
-
"name": "buttons",
|
|
10673
|
-
"hasDynamicHelp": false,
|
|
10674
|
-
"multiple": false,
|
|
10675
|
-
"type": "option"
|
|
10676
|
-
},
|
|
10677
|
-
"header-footer": {
|
|
10678
|
-
"description": "Header/footer JSON object",
|
|
10679
|
-
"name": "header-footer",
|
|
10737
|
+
"limit": {
|
|
10738
|
+
"description": "Maximum tickets to return",
|
|
10739
|
+
"name": "limit",
|
|
10740
|
+
"default": 500,
|
|
10680
10741
|
"hasDynamicHelp": false,
|
|
10681
10742
|
"multiple": false,
|
|
10682
10743
|
"type": "option"
|
|
10683
10744
|
},
|
|
10684
|
-
"
|
|
10685
|
-
"description": "
|
|
10686
|
-
"name": "
|
|
10745
|
+
"offset": {
|
|
10746
|
+
"description": "Number of tickets to skip",
|
|
10747
|
+
"name": "offset",
|
|
10748
|
+
"default": 0,
|
|
10687
10749
|
"hasDynamicHelp": false,
|
|
10688
10750
|
"multiple": false,
|
|
10689
10751
|
"type": "option"
|
|
@@ -10691,7 +10753,7 @@
|
|
|
10691
10753
|
},
|
|
10692
10754
|
"hasDynamicHelp": false,
|
|
10693
10755
|
"hiddenAliases": [],
|
|
10694
|
-
"id": "
|
|
10756
|
+
"id": "tickets:list",
|
|
10695
10757
|
"pluginAlias": "@instantkom/cli",
|
|
10696
10758
|
"pluginName": "@instantkom/cli",
|
|
10697
10759
|
"pluginType": "core",
|
|
@@ -10701,20 +10763,20 @@
|
|
|
10701
10763
|
"relativePath": [
|
|
10702
10764
|
"dist",
|
|
10703
10765
|
"commands",
|
|
10704
|
-
"
|
|
10705
|
-
"
|
|
10766
|
+
"tickets",
|
|
10767
|
+
"list.js"
|
|
10706
10768
|
]
|
|
10707
10769
|
},
|
|
10708
|
-
"
|
|
10770
|
+
"tickets:reply": {
|
|
10709
10771
|
"aliases": [],
|
|
10710
10772
|
"args": {
|
|
10711
10773
|
"id": {
|
|
10712
|
-
"description": "
|
|
10774
|
+
"description": "Ticket ID",
|
|
10713
10775
|
"name": "id",
|
|
10714
10776
|
"required": true
|
|
10715
10777
|
}
|
|
10716
10778
|
},
|
|
10717
|
-
"description": "
|
|
10779
|
+
"description": "Send a real support reply on a ticket. Delivers the message to the customer and records it in both the ticket history and the Nachrichtenprotokoll. Provide raw body text only; the ticket system auto-prepends the personalised salutation and auto-appends the localised footer for email-channel tickets. Adding your own greetings causes duplicated headers/footers.",
|
|
10718
10780
|
"flags": {
|
|
10719
10781
|
"api-key": {
|
|
10720
10782
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10777,11 +10839,25 @@
|
|
|
10777
10839
|
"hasDynamicHelp": false,
|
|
10778
10840
|
"multiple": false,
|
|
10779
10841
|
"type": "option"
|
|
10842
|
+
},
|
|
10843
|
+
"message": {
|
|
10844
|
+
"description": "Reply body (raw text, no salutation or sign-off)",
|
|
10845
|
+
"name": "message",
|
|
10846
|
+
"required": true,
|
|
10847
|
+
"hasDynamicHelp": false,
|
|
10848
|
+
"multiple": false,
|
|
10849
|
+
"type": "option"
|
|
10850
|
+
},
|
|
10851
|
+
"close": {
|
|
10852
|
+
"description": "Close the ticket after sending the reply",
|
|
10853
|
+
"name": "close",
|
|
10854
|
+
"allowNo": false,
|
|
10855
|
+
"type": "boolean"
|
|
10780
10856
|
}
|
|
10781
10857
|
},
|
|
10782
10858
|
"hasDynamicHelp": false,
|
|
10783
10859
|
"hiddenAliases": [],
|
|
10784
|
-
"id": "
|
|
10860
|
+
"id": "tickets:reply",
|
|
10785
10861
|
"pluginAlias": "@instantkom/cli",
|
|
10786
10862
|
"pluginName": "@instantkom/cli",
|
|
10787
10863
|
"pluginType": "core",
|
|
@@ -10791,14 +10867,20 @@
|
|
|
10791
10867
|
"relativePath": [
|
|
10792
10868
|
"dist",
|
|
10793
10869
|
"commands",
|
|
10794
|
-
"
|
|
10795
|
-
"
|
|
10870
|
+
"tickets",
|
|
10871
|
+
"reply.js"
|
|
10796
10872
|
]
|
|
10797
10873
|
},
|
|
10798
|
-
"
|
|
10874
|
+
"tickets:update": {
|
|
10799
10875
|
"aliases": [],
|
|
10800
|
-
"args": {
|
|
10801
|
-
|
|
10876
|
+
"args": {
|
|
10877
|
+
"id": {
|
|
10878
|
+
"description": "Ticket ID",
|
|
10879
|
+
"name": "id",
|
|
10880
|
+
"required": true
|
|
10881
|
+
}
|
|
10882
|
+
},
|
|
10883
|
+
"description": "Update a ticket",
|
|
10802
10884
|
"flags": {
|
|
10803
10885
|
"api-key": {
|
|
10804
10886
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10810,14 +10892,17 @@
|
|
|
10810
10892
|
"type": "option"
|
|
10811
10893
|
},
|
|
10812
10894
|
"format": {
|
|
10813
|
-
"description": "
|
|
10895
|
+
"description": "Output format: text, json, yaml, or table",
|
|
10896
|
+
"helpGroup": "GLOBAL",
|
|
10814
10897
|
"name": "format",
|
|
10815
|
-
"default": "
|
|
10898
|
+
"default": "text",
|
|
10816
10899
|
"hasDynamicHelp": false,
|
|
10817
10900
|
"multiple": false,
|
|
10818
10901
|
"options": [
|
|
10819
|
-
"
|
|
10820
|
-
"json"
|
|
10902
|
+
"text",
|
|
10903
|
+
"json",
|
|
10904
|
+
"yaml",
|
|
10905
|
+
"table"
|
|
10821
10906
|
],
|
|
10822
10907
|
"type": "option"
|
|
10823
10908
|
},
|
|
@@ -10859,17 +10944,51 @@
|
|
|
10859
10944
|
"multiple": false,
|
|
10860
10945
|
"type": "option"
|
|
10861
10946
|
},
|
|
10862
|
-
"
|
|
10863
|
-
"description": "
|
|
10864
|
-
"name": "
|
|
10947
|
+
"channel": {
|
|
10948
|
+
"description": "Channel ID",
|
|
10949
|
+
"name": "channel",
|
|
10865
10950
|
"required": true,
|
|
10866
10951
|
"hasDynamicHelp": false,
|
|
10867
10952
|
"multiple": false,
|
|
10868
10953
|
"type": "option"
|
|
10869
10954
|
},
|
|
10870
|
-
"
|
|
10871
|
-
"description": "
|
|
10872
|
-
"name": "
|
|
10955
|
+
"subject": {
|
|
10956
|
+
"description": "Ticket subject",
|
|
10957
|
+
"name": "subject",
|
|
10958
|
+
"hasDynamicHelp": false,
|
|
10959
|
+
"multiple": false,
|
|
10960
|
+
"type": "option"
|
|
10961
|
+
},
|
|
10962
|
+
"priority": {
|
|
10963
|
+
"description": "Ticket priority",
|
|
10964
|
+
"name": "priority",
|
|
10965
|
+
"hasDynamicHelp": false,
|
|
10966
|
+
"multiple": false,
|
|
10967
|
+
"type": "option"
|
|
10968
|
+
},
|
|
10969
|
+
"status": {
|
|
10970
|
+
"description": "Ticket status",
|
|
10971
|
+
"name": "status",
|
|
10972
|
+
"hasDynamicHelp": false,
|
|
10973
|
+
"multiple": false,
|
|
10974
|
+
"type": "option"
|
|
10975
|
+
},
|
|
10976
|
+
"assigned-to": {
|
|
10977
|
+
"description": "User ID to assign the ticket to (use -1 or omit to leave unchanged)",
|
|
10978
|
+
"name": "assigned-to",
|
|
10979
|
+
"hasDynamicHelp": false,
|
|
10980
|
+
"multiple": false,
|
|
10981
|
+
"type": "option"
|
|
10982
|
+
},
|
|
10983
|
+
"notify": {
|
|
10984
|
+
"description": "Trigger the legacy notification chain for transitions that have one. On --assigned-to change: fires TICKET_ASSIGN (assignee email plus optional customer reply via tickets_assign_reply_sts). On --status closed transition: fires TICKET_CLOSE (optional customer reply via tickets_close_reply_sts). Defaults to true. Use --no-notify for silent updates.",
|
|
10985
|
+
"name": "notify",
|
|
10986
|
+
"allowNo": true,
|
|
10987
|
+
"type": "boolean"
|
|
10988
|
+
},
|
|
10989
|
+
"data": {
|
|
10990
|
+
"description": "Additional JSON object payload",
|
|
10991
|
+
"name": "data",
|
|
10873
10992
|
"hasDynamicHelp": false,
|
|
10874
10993
|
"multiple": false,
|
|
10875
10994
|
"type": "option"
|
|
@@ -10877,7 +10996,7 @@
|
|
|
10877
10996
|
},
|
|
10878
10997
|
"hasDynamicHelp": false,
|
|
10879
10998
|
"hiddenAliases": [],
|
|
10880
|
-
"id": "
|
|
10999
|
+
"id": "tickets:update",
|
|
10881
11000
|
"pluginAlias": "@instantkom/cli",
|
|
10882
11001
|
"pluginName": "@instantkom/cli",
|
|
10883
11002
|
"pluginType": "core",
|
|
@@ -10887,20 +11006,14 @@
|
|
|
10887
11006
|
"relativePath": [
|
|
10888
11007
|
"dist",
|
|
10889
11008
|
"commands",
|
|
10890
|
-
"
|
|
10891
|
-
"
|
|
11009
|
+
"tickets",
|
|
11010
|
+
"update.js"
|
|
10892
11011
|
]
|
|
10893
11012
|
},
|
|
10894
|
-
"
|
|
11013
|
+
"webhooks:add": {
|
|
10895
11014
|
"aliases": [],
|
|
10896
|
-
"args": {
|
|
10897
|
-
|
|
10898
|
-
"description": "Template ID",
|
|
10899
|
-
"name": "id",
|
|
10900
|
-
"required": true
|
|
10901
|
-
}
|
|
10902
|
-
},
|
|
10903
|
-
"description": "Get a message template by ID",
|
|
11015
|
+
"args": {},
|
|
11016
|
+
"description": "Add a webhook subscription",
|
|
10904
11017
|
"flags": {
|
|
10905
11018
|
"api-key": {
|
|
10906
11019
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10963,11 +11076,34 @@
|
|
|
10963
11076
|
"hasDynamicHelp": false,
|
|
10964
11077
|
"multiple": false,
|
|
10965
11078
|
"type": "option"
|
|
11079
|
+
},
|
|
11080
|
+
"event": {
|
|
11081
|
+
"description": "Webhook event to subscribe to",
|
|
11082
|
+
"name": "event",
|
|
11083
|
+
"required": true,
|
|
11084
|
+
"hasDynamicHelp": false,
|
|
11085
|
+
"multiple": false,
|
|
11086
|
+
"options": [
|
|
11087
|
+
"new_contact",
|
|
11088
|
+
"new_message",
|
|
11089
|
+
"broadcast_sent",
|
|
11090
|
+
"contact_updated",
|
|
11091
|
+
"contact_opted_out"
|
|
11092
|
+
],
|
|
11093
|
+
"type": "option"
|
|
11094
|
+
},
|
|
11095
|
+
"url": {
|
|
11096
|
+
"description": "HTTPS target URL that receives webhook POSTs",
|
|
11097
|
+
"name": "url",
|
|
11098
|
+
"required": true,
|
|
11099
|
+
"hasDynamicHelp": false,
|
|
11100
|
+
"multiple": false,
|
|
11101
|
+
"type": "option"
|
|
10966
11102
|
}
|
|
10967
11103
|
},
|
|
10968
11104
|
"hasDynamicHelp": false,
|
|
10969
11105
|
"hiddenAliases": [],
|
|
10970
|
-
"id": "
|
|
11106
|
+
"id": "webhooks:add",
|
|
10971
11107
|
"pluginAlias": "@instantkom/cli",
|
|
10972
11108
|
"pluginName": "@instantkom/cli",
|
|
10973
11109
|
"pluginType": "core",
|
|
@@ -10977,14 +11113,14 @@
|
|
|
10977
11113
|
"relativePath": [
|
|
10978
11114
|
"dist",
|
|
10979
11115
|
"commands",
|
|
10980
|
-
"
|
|
10981
|
-
"
|
|
11116
|
+
"webhooks",
|
|
11117
|
+
"add.js"
|
|
10982
11118
|
]
|
|
10983
11119
|
},
|
|
10984
|
-
"
|
|
11120
|
+
"webhooks:events": {
|
|
10985
11121
|
"aliases": [],
|
|
10986
11122
|
"args": {},
|
|
10987
|
-
"description": "
|
|
11123
|
+
"description": "List supported webhook event names",
|
|
10988
11124
|
"flags": {
|
|
10989
11125
|
"api-key": {
|
|
10990
11126
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11047,33 +11183,11 @@
|
|
|
11047
11183
|
"hasDynamicHelp": false,
|
|
11048
11184
|
"multiple": false,
|
|
11049
11185
|
"type": "option"
|
|
11050
|
-
},
|
|
11051
|
-
"file": {
|
|
11052
|
-
"description": "JSON file path",
|
|
11053
|
-
"name": "file",
|
|
11054
|
-
"required": true,
|
|
11055
|
-
"hasDynamicHelp": false,
|
|
11056
|
-
"multiple": false,
|
|
11057
|
-
"type": "option"
|
|
11058
|
-
},
|
|
11059
|
-
"channel": {
|
|
11060
|
-
"description": "Target channel ID",
|
|
11061
|
-
"name": "channel",
|
|
11062
|
-
"required": true,
|
|
11063
|
-
"hasDynamicHelp": false,
|
|
11064
|
-
"multiple": false,
|
|
11065
|
-
"type": "option"
|
|
11066
|
-
},
|
|
11067
|
-
"skip-duplicates": {
|
|
11068
|
-
"description": "Skip duplicate templates",
|
|
11069
|
-
"name": "skip-duplicates",
|
|
11070
|
-
"allowNo": true,
|
|
11071
|
-
"type": "boolean"
|
|
11072
11186
|
}
|
|
11073
11187
|
},
|
|
11074
11188
|
"hasDynamicHelp": false,
|
|
11075
11189
|
"hiddenAliases": [],
|
|
11076
|
-
"id": "
|
|
11190
|
+
"id": "webhooks:events",
|
|
11077
11191
|
"pluginAlias": "@instantkom/cli",
|
|
11078
11192
|
"pluginName": "@instantkom/cli",
|
|
11079
11193
|
"pluginType": "core",
|
|
@@ -11083,14 +11197,14 @@
|
|
|
11083
11197
|
"relativePath": [
|
|
11084
11198
|
"dist",
|
|
11085
11199
|
"commands",
|
|
11086
|
-
"
|
|
11087
|
-
"
|
|
11200
|
+
"webhooks",
|
|
11201
|
+
"events.js"
|
|
11088
11202
|
]
|
|
11089
11203
|
},
|
|
11090
|
-
"
|
|
11204
|
+
"webhooks:list": {
|
|
11091
11205
|
"aliases": [],
|
|
11092
11206
|
"args": {},
|
|
11093
|
-
"description": "List
|
|
11207
|
+
"description": "List webhook subscriptions",
|
|
11094
11208
|
"flags": {
|
|
11095
11209
|
"api-key": {
|
|
11096
11210
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11153,41 +11267,11 @@
|
|
|
11153
11267
|
"hasDynamicHelp": false,
|
|
11154
11268
|
"multiple": false,
|
|
11155
11269
|
"type": "option"
|
|
11156
|
-
},
|
|
11157
|
-
"channel": {
|
|
11158
|
-
"description": "Filter by channel ID",
|
|
11159
|
-
"name": "channel",
|
|
11160
|
-
"hasDynamicHelp": false,
|
|
11161
|
-
"multiple": false,
|
|
11162
|
-
"type": "option"
|
|
11163
|
-
},
|
|
11164
|
-
"search": {
|
|
11165
|
-
"description": "Search templates by name or content",
|
|
11166
|
-
"name": "search",
|
|
11167
|
-
"hasDynamicHelp": false,
|
|
11168
|
-
"multiple": false,
|
|
11169
|
-
"type": "option"
|
|
11170
|
-
},
|
|
11171
|
-
"page": {
|
|
11172
|
-
"description": "Page number",
|
|
11173
|
-
"name": "page",
|
|
11174
|
-
"default": 1,
|
|
11175
|
-
"hasDynamicHelp": false,
|
|
11176
|
-
"multiple": false,
|
|
11177
|
-
"type": "option"
|
|
11178
|
-
},
|
|
11179
|
-
"limit": {
|
|
11180
|
-
"description": "Items per page",
|
|
11181
|
-
"name": "limit",
|
|
11182
|
-
"default": 20,
|
|
11183
|
-
"hasDynamicHelp": false,
|
|
11184
|
-
"multiple": false,
|
|
11185
|
-
"type": "option"
|
|
11186
11270
|
}
|
|
11187
11271
|
},
|
|
11188
11272
|
"hasDynamicHelp": false,
|
|
11189
11273
|
"hiddenAliases": [],
|
|
11190
|
-
"id": "
|
|
11274
|
+
"id": "webhooks:list",
|
|
11191
11275
|
"pluginAlias": "@instantkom/cli",
|
|
11192
11276
|
"pluginName": "@instantkom/cli",
|
|
11193
11277
|
"pluginType": "core",
|
|
@@ -11197,20 +11281,14 @@
|
|
|
11197
11281
|
"relativePath": [
|
|
11198
11282
|
"dist",
|
|
11199
11283
|
"commands",
|
|
11200
|
-
"
|
|
11284
|
+
"webhooks",
|
|
11201
11285
|
"list.js"
|
|
11202
11286
|
]
|
|
11203
11287
|
},
|
|
11204
|
-
"
|
|
11288
|
+
"webhooks:logs": {
|
|
11205
11289
|
"aliases": [],
|
|
11206
|
-
"args": {
|
|
11207
|
-
|
|
11208
|
-
"description": "Template ID",
|
|
11209
|
-
"name": "id",
|
|
11210
|
-
"required": true
|
|
11211
|
-
}
|
|
11212
|
-
},
|
|
11213
|
-
"description": "Render a message template locally",
|
|
11290
|
+
"args": {},
|
|
11291
|
+
"description": "Explain webhook log availability",
|
|
11214
11292
|
"flags": {
|
|
11215
11293
|
"api-key": {
|
|
11216
11294
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11273,18 +11351,11 @@
|
|
|
11273
11351
|
"hasDynamicHelp": false,
|
|
11274
11352
|
"multiple": false,
|
|
11275
11353
|
"type": "option"
|
|
11276
|
-
},
|
|
11277
|
-
"vars": {
|
|
11278
|
-
"description": "Template variable as key=value; may be repeated",
|
|
11279
|
-
"name": "vars",
|
|
11280
|
-
"hasDynamicHelp": false,
|
|
11281
|
-
"multiple": true,
|
|
11282
|
-
"type": "option"
|
|
11283
11354
|
}
|
|
11284
11355
|
},
|
|
11285
11356
|
"hasDynamicHelp": false,
|
|
11286
11357
|
"hiddenAliases": [],
|
|
11287
|
-
"id": "
|
|
11358
|
+
"id": "webhooks:logs",
|
|
11288
11359
|
"pluginAlias": "@instantkom/cli",
|
|
11289
11360
|
"pluginName": "@instantkom/cli",
|
|
11290
11361
|
"pluginType": "core",
|
|
@@ -11294,20 +11365,20 @@
|
|
|
11294
11365
|
"relativePath": [
|
|
11295
11366
|
"dist",
|
|
11296
11367
|
"commands",
|
|
11297
|
-
"
|
|
11298
|
-
"
|
|
11368
|
+
"webhooks",
|
|
11369
|
+
"logs.js"
|
|
11299
11370
|
]
|
|
11300
11371
|
},
|
|
11301
|
-
"
|
|
11372
|
+
"webhooks:remove": {
|
|
11302
11373
|
"aliases": [],
|
|
11303
11374
|
"args": {
|
|
11304
11375
|
"id": {
|
|
11305
|
-
"description": "
|
|
11376
|
+
"description": "Webhook subscription ID",
|
|
11306
11377
|
"name": "id",
|
|
11307
11378
|
"required": true
|
|
11308
11379
|
}
|
|
11309
11380
|
},
|
|
11310
|
-
"description": "
|
|
11381
|
+
"description": "Remove a webhook subscription",
|
|
11311
11382
|
"flags": {
|
|
11312
11383
|
"api-key": {
|
|
11313
11384
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11370,89 +11441,11 @@
|
|
|
11370
11441
|
"hasDynamicHelp": false,
|
|
11371
11442
|
"multiple": false,
|
|
11372
11443
|
"type": "option"
|
|
11373
|
-
},
|
|
11374
|
-
"name": {
|
|
11375
|
-
"description": "Template name",
|
|
11376
|
-
"name": "name",
|
|
11377
|
-
"hasDynamicHelp": false,
|
|
11378
|
-
"multiple": false,
|
|
11379
|
-
"type": "option"
|
|
11380
|
-
},
|
|
11381
|
-
"type": {
|
|
11382
|
-
"description": "Template type",
|
|
11383
|
-
"name": "type",
|
|
11384
|
-
"hasDynamicHelp": false,
|
|
11385
|
-
"multiple": false,
|
|
11386
|
-
"options": [
|
|
11387
|
-
"text",
|
|
11388
|
-
"image",
|
|
11389
|
-
"video",
|
|
11390
|
-
"document",
|
|
11391
|
-
"audio",
|
|
11392
|
-
"location",
|
|
11393
|
-
"contact",
|
|
11394
|
-
"interactive"
|
|
11395
|
-
],
|
|
11396
|
-
"type": "option"
|
|
11397
|
-
},
|
|
11398
|
-
"message": {
|
|
11399
|
-
"description": "Template message",
|
|
11400
|
-
"name": "message",
|
|
11401
|
-
"hasDynamicHelp": false,
|
|
11402
|
-
"multiple": false,
|
|
11403
|
-
"type": "option"
|
|
11404
|
-
},
|
|
11405
|
-
"color": {
|
|
11406
|
-
"description": "Template color as HEX",
|
|
11407
|
-
"name": "color",
|
|
11408
|
-
"hasDynamicHelp": false,
|
|
11409
|
-
"multiple": false,
|
|
11410
|
-
"type": "option"
|
|
11411
|
-
},
|
|
11412
|
-
"status": {
|
|
11413
|
-
"description": "Template is active",
|
|
11414
|
-
"name": "status",
|
|
11415
|
-
"allowNo": true,
|
|
11416
|
-
"type": "boolean"
|
|
11417
|
-
},
|
|
11418
|
-
"remove-media": {
|
|
11419
|
-
"description": "Remove existing media",
|
|
11420
|
-
"name": "remove-media",
|
|
11421
|
-
"allowNo": false,
|
|
11422
|
-
"type": "boolean"
|
|
11423
|
-
},
|
|
11424
|
-
"whatsapp-language": {
|
|
11425
|
-
"description": "WhatsApp template language",
|
|
11426
|
-
"name": "whatsapp-language",
|
|
11427
|
-
"hasDynamicHelp": false,
|
|
11428
|
-
"multiple": false,
|
|
11429
|
-
"type": "option"
|
|
11430
|
-
},
|
|
11431
|
-
"buttons": {
|
|
11432
|
-
"description": "Buttons JSON array/object",
|
|
11433
|
-
"name": "buttons",
|
|
11434
|
-
"hasDynamicHelp": false,
|
|
11435
|
-
"multiple": false,
|
|
11436
|
-
"type": "option"
|
|
11437
|
-
},
|
|
11438
|
-
"header-footer": {
|
|
11439
|
-
"description": "Header/footer JSON object",
|
|
11440
|
-
"name": "header-footer",
|
|
11441
|
-
"hasDynamicHelp": false,
|
|
11442
|
-
"multiple": false,
|
|
11443
|
-
"type": "option"
|
|
11444
|
-
},
|
|
11445
|
-
"data": {
|
|
11446
|
-
"description": "Additional JSON object payload",
|
|
11447
|
-
"name": "data",
|
|
11448
|
-
"hasDynamicHelp": false,
|
|
11449
|
-
"multiple": false,
|
|
11450
|
-
"type": "option"
|
|
11451
11444
|
}
|
|
11452
11445
|
},
|
|
11453
11446
|
"hasDynamicHelp": false,
|
|
11454
11447
|
"hiddenAliases": [],
|
|
11455
|
-
"id": "
|
|
11448
|
+
"id": "webhooks:remove",
|
|
11456
11449
|
"pluginAlias": "@instantkom/cli",
|
|
11457
11450
|
"pluginName": "@instantkom/cli",
|
|
11458
11451
|
"pluginType": "core",
|
|
@@ -11462,14 +11455,14 @@
|
|
|
11462
11455
|
"relativePath": [
|
|
11463
11456
|
"dist",
|
|
11464
11457
|
"commands",
|
|
11465
|
-
"
|
|
11466
|
-
"
|
|
11458
|
+
"webhooks",
|
|
11459
|
+
"remove.js"
|
|
11467
11460
|
]
|
|
11468
11461
|
},
|
|
11469
|
-
"
|
|
11462
|
+
"webhooks:test": {
|
|
11470
11463
|
"aliases": [],
|
|
11471
11464
|
"args": {},
|
|
11472
|
-
"description": "
|
|
11465
|
+
"description": "Send a test webhook payload to a URL",
|
|
11473
11466
|
"flags": {
|
|
11474
11467
|
"api-key": {
|
|
11475
11468
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11533,18 +11526,25 @@
|
|
|
11533
11526
|
"multiple": false,
|
|
11534
11527
|
"type": "option"
|
|
11535
11528
|
},
|
|
11536
|
-
"
|
|
11537
|
-
"description": "
|
|
11538
|
-
"name": "
|
|
11529
|
+
"url": {
|
|
11530
|
+
"description": "Webhook URL to call",
|
|
11531
|
+
"name": "url",
|
|
11539
11532
|
"required": true,
|
|
11540
11533
|
"hasDynamicHelp": false,
|
|
11541
11534
|
"multiple": false,
|
|
11542
11535
|
"type": "option"
|
|
11543
11536
|
},
|
|
11544
|
-
"
|
|
11545
|
-
"description": "
|
|
11546
|
-
"name": "
|
|
11547
|
-
"
|
|
11537
|
+
"event": {
|
|
11538
|
+
"description": "Event name",
|
|
11539
|
+
"name": "event",
|
|
11540
|
+
"default": "cli.test",
|
|
11541
|
+
"hasDynamicHelp": false,
|
|
11542
|
+
"multiple": false,
|
|
11543
|
+
"type": "option"
|
|
11544
|
+
},
|
|
11545
|
+
"payload": {
|
|
11546
|
+
"description": "Payload JSON",
|
|
11547
|
+
"name": "payload",
|
|
11548
11548
|
"hasDynamicHelp": false,
|
|
11549
11549
|
"multiple": false,
|
|
11550
11550
|
"type": "option"
|
|
@@ -11552,7 +11552,7 @@
|
|
|
11552
11552
|
},
|
|
11553
11553
|
"hasDynamicHelp": false,
|
|
11554
11554
|
"hiddenAliases": [],
|
|
11555
|
-
"id": "
|
|
11555
|
+
"id": "webhooks:test",
|
|
11556
11556
|
"pluginAlias": "@instantkom/cli",
|
|
11557
11557
|
"pluginName": "@instantkom/cli",
|
|
11558
11558
|
"pluginType": "core",
|
|
@@ -11562,8 +11562,8 @@
|
|
|
11562
11562
|
"relativePath": [
|
|
11563
11563
|
"dist",
|
|
11564
11564
|
"commands",
|
|
11565
|
-
"
|
|
11566
|
-
"
|
|
11565
|
+
"webhooks",
|
|
11566
|
+
"test.js"
|
|
11567
11567
|
]
|
|
11568
11568
|
},
|
|
11569
11569
|
"auth:tokens:create": {
|
|
@@ -17052,5 +17052,5 @@
|
|
|
17052
17052
|
]
|
|
17053
17053
|
}
|
|
17054
17054
|
},
|
|
17055
|
-
"version": "3.187.
|
|
17055
|
+
"version": "3.187.3"
|
|
17056
17056
|
}
|