We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22c1f70 commit 7e0132bCopy full SHA for 7e0132b
components/zendesk/sources/new-ticket-comment-added/new-ticket-comment-added.mjs
@@ -1,3 +1,4 @@
1
+import app from "../../zendesk.app.mjs";
2
import common from "../common/ticket.mjs";
3
4
export default {
@@ -8,6 +9,23 @@ export default {
8
9
description: "Emit new event when a ticket comment has been added",
10
version: "0.0.1",
11
dedupe: "unique",
12
+ props: {
13
+ app,
14
+ db: "$.service.db",
15
+ http: "$.interface.http",
16
+ categoryId: {
17
+ propDefinition: [
18
19
+ "categoryId",
20
+ ],
21
+ },
22
+ customSubdomain: {
23
24
25
+ "customSubdomain",
26
27
28
29
methods: {
30
...common.methods,
31
_getLastTs() {
0 commit comments