-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (50 loc) · 2.67 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!doctype html>
<html>
<head>
<title>AmeriCommerce - Help Scout Custom App</title>
<style>
body {
background:#eee;
font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.container {
margin:20px auto;
max-width:900px;
background:#fff;
padding:20px;
}
img {
max-width:100%;
}
</style>
</head>
<body>
<div class="container">
<h1>AmeriCommerce - Help Scout Custom App</h1>
<article>
<p>A custom app to pull customer information into Help Scout converstaions.</p>
<p>
<iframe src="https://ghbtns.com/github-btn.html?user=ry4nolson&repo=americommerce-helpscout-app&type=star&count=true&size=large" frameborder="0" scrolling="0" width="130px" height="30px"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=ry4nolson&repo=americommerce-helpscout-app&type=watch&count=true&size=large&v=2" frameborder="0" scrolling="0" width="145px" height="30px"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=ry4nolson&repo=americommerce-helpscout-app&type=fork&count=true&size=large" frameborder="0" scrolling="0" width="130px" height="30px"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=ry4nolson&repo=americommerce-helpscout-app&type=follow&count=true&size=large" frameborder="0" scrolling="0" width="190px" height="30px"></iframe>
</p>
<p><img src="https://github.com/ry4nolson/americommerce-helpscout-app/raw/master/ac-hs-app.png?raw=true" alt="alt text" title="AmeriCommerce Help Scout app." style="max-width:100%;"></p>
<p><strong>Installation</strong></p>
<ol>
<li><a href="https://github.com/AmeriCommerce/rest-api/blob/master/authentication.md#generating-a-token-from-the-admin-console">create an API key in your AmeriCommerce admin panel</a></li>
<li>while logged into Help Scout, go to "Manage > Apps"</li>
<li>scroll to bottom, click "Build a Custom App"</li>
<li>click "Create App"</li>
<li>name the app. ex: "Customer Info" or "AmeriCommerce"</li>
<li>set Content Type to "Dynamic Content"</li>
<li>set Callback Url to "<a href="https://achs.herokuapp.com/api/WWW.YOURSTORESSLDOMAIN.COM/YOURAPIKEY" rel="nofollow">https://achs.herokuapp.com/api/WWW.YOURSTORESSLDOMAIN.COM/YOURAPIKEY</a>"</li>
<li>set Security Key to any random string.</li>
<li>select which mailboxes you want to display customer information in.</li>
<li>SAVE.</li>
</ol>
<p>built by Ryan Olson @ <a href="https://www.texasbeardcompany.com" rel="nofollow">Texas Beard Company</a></p>
</article>
</div>
</body>
</html>