-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #93 from nukosuke/rud-trigger
RUD Trigger
- Loading branch information
Showing
5 changed files
with
272 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"trigger": { | ||
"url": "https://example.zendesk.com/api/v2/triggers/360056295714.json", | ||
"id": 360056295714, | ||
"title": "Notify requester of received request", | ||
"active": true, | ||
"updated_at": "2018-11-23T16:05:14Z", | ||
"created_at": "2018-11-23T16:05:12Z", | ||
"actions": [ | ||
{ | ||
"field": "notification_user", | ||
"value": [ | ||
"requester_id", | ||
"[Request received]", | ||
"Your request ({{ticket.id}}) has been received and is being reviewed by our support staff.\n\nTo add additional comments, reply to this email." | ||
] | ||
} | ||
], | ||
"conditions": { | ||
"all": [ | ||
{ | ||
"field": "update_type", | ||
"operator": "is", | ||
"value": "Create" | ||
}, | ||
{ | ||
"field": "status", | ||
"operator": "is_not", | ||
"value": "solved" | ||
}, | ||
{ | ||
"field": "ticket_is_public", | ||
"operator": "is", | ||
"value": "public" | ||
} | ||
], | ||
"any": [] | ||
}, | ||
"description": null, | ||
"position": 0, | ||
"raw_title": "Notify requester of received request" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"trigger": { | ||
"url": "https://example.zendesk.com/api/v2/triggers/360056295714.json", | ||
"id": 360056295714, | ||
"title": "Notify requester of received request", | ||
"active": true, | ||
"updated_at": "2018-11-23T16:05:14Z", | ||
"created_at": "2018-11-23T16:05:12Z", | ||
"actions": [ | ||
{ | ||
"field": "notification_user", | ||
"value": [ | ||
"requester_id", | ||
"[Request received]", | ||
"Your request ({{ticket.id}}) has been received and is being reviewed by our support staff.\n\nTo add additional comments, reply to this email." | ||
] | ||
} | ||
], | ||
"conditions": { | ||
"all": [ | ||
{ | ||
"field": "update_type", | ||
"operator": "is", | ||
"value": "Create" | ||
}, | ||
{ | ||
"field": "status", | ||
"operator": "is_not", | ||
"value": "solved" | ||
}, | ||
{ | ||
"field": "ticket_is_public", | ||
"operator": "is", | ||
"value": "public" | ||
} | ||
], | ||
"any": [] | ||
}, | ||
"description": null, | ||
"position": 0, | ||
"raw_title": "Notify requester of received request" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters