-
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 #58 from nukosuke/fix-set-request-data
Fix #57, Fix terrible bug
- Loading branch information
Showing
11 changed files
with
109 additions
and
2 deletions.
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,26 @@ | ||
{ | ||
"ticket_field": { | ||
"url": "https://example.zendesk.com/api/v2/ticket_fields/360011737434.json", | ||
"id": 360011737434, | ||
"type": "subject", | ||
"title": "Subject", | ||
"raw_title": "Subject", | ||
"description": "", | ||
"raw_description": "", | ||
"position": 0, | ||
"active": true, | ||
"required": false, | ||
"collapsed_for_agents": false, | ||
"regexp_for_validation": null, | ||
"title_in_portal": "Subject", | ||
"raw_title_in_portal": "Subject", | ||
"visible_in_portal": true, | ||
"editable_in_portal": true, | ||
"required_in_portal": true, | ||
"tag": null, | ||
"created_at": "2018-11-23T16:05:12Z", | ||
"updated_at": "2018-11-24T10:54:05Z", | ||
"removable": false, | ||
"agent_description": null | ||
} | ||
} |
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
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
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
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
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