This file contains hidden or 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
| { | |
| "title": "Gyazo用の設定", | |
| "rules": [ | |
| { | |
| "description": "Fn単体でGyazoを、Shift+FnキーでGyazo Videoを起動する(Gyazo Teamsは利用しない人向け)", | |
| "manipulators": [ | |
| { | |
| "type": "basic", | |
| "from": { | |
| "key_code": "fn", |
This file contains hidden or 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
| {"text":"[解決] <{{case.direct_url}}|Case {{case.id}}> resolved\nby {{case.user.name}}\n{{case.subject}}"} |
This file contains hidden or 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
| {"text":"[質問] <{{case.direct_url}}|Case {{case.id}}> responded\nby {{case.customer.name}}\n{{case.subject}}"} |
This file contains hidden or 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
| {"text":"[回答] <{{case.direct_url}}|Case {{case.id}}> responded\nby {{case.user.name}}\n{{case.subject}}"} |
This file contains hidden or 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
| {"text":"[新規] <{{case.direct_url}}|Case {{case.id}}> created\nby {{case.customer.name}}\n{{case.subject}}"} |
This file contains hidden or 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
| <?php | |
| $url = 'http://example.com/webhook'; | |
| $data = $_POST['data']; | |
| $paramname = 'payload'; | |
| $contents = file_get_contents( | |
| $url, | |
| false, | |
| stream_context_create(array( | |
| 'http' => array( |
This file contains hidden or 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
| (返信はこの線より上にご記入ください) | |
| {% assign emailfrom = email.from_address %}{% assign emails = case.emails %}{% for email in emails reversed %}{% if forloop.first %}{{ case.customer.company }} {{case.customer.name}}様 | |
| お世話になっております、{{ case.user.signature }}です。 | |
| {% else%}{% if email.agent %} | |
| On {{email.send_at | date: "%b %d, %Y"}} at {{email.send_at | in_time_zone: site.timezone | date: "%I:%M%p %Z"}}, {{email.agent.name_public}} wrote: | |
| {% else %}{% if customer.id == email.from_customer.id %} | |
| On {{email.send_at | date: "%b %d, %Y"}} at {{email.send_at | in_time_zone: site.timezone | date: "%I:%M%p %Z"}}, {{customer.first_name}} {{customer.last_name}} wrote: | |
| {% else %} |