Legacy Static Apps
We're thrilled to announce that our new App Developer Platform is now available to all customers. We highly encourage all new apps to be built on the platform to take advantage of its expanded capabilities.
All existing legacy custom apps will continue to function as before. If you'd like to use the legacy framework to install a legacy custom app, click here. If you create a legacy custom app, we'd love to hear why you chose legacy over the new app platform. Send us feedback here.
You can set up a Static App to add some basic HTML into every Help Scout conversation, in the customer sidebar.
Example
For example, let’s say you manage an email newsletter with the fine folks at Campaign Monitor. Your Static App can create a URL that dynamically looks up the customer’s profile.
Here’s what the HTML would look like:
<a href="https://[subdomain].createsend.com/subscribers/search?search={%customer.email%}">Campaign Monitor</a>
Be sure to fill in your Campaign Monitor subdomain where it says [subdomain] … then save and your App will look like this:
Of course, this example is rather basic. But it’s a great way to build a quick link to the customer’s profile in about two minutes. Your Static App could include several links like this. Any of the following variables can be used in your HTML to pull in data from the conversation:
Available Variables
- {%customer.id%}
- {%customer.fname%}
- {%customer.lname%}
- {%customer.email%}
- {%ticket.id%}
- {%ticket.number%}
- {%ticket.subject%}
Please see the Style Guide tab for guidance on formatting your HTML so that it fits well within the web app.
Once you are all set, Build Your Custom App.