Configuration
Help Scout has different kinds of apps. The Frigg integration works with the Mailbox API, which allows your app to interact with Help Scout in the most flexible way.
Getting started
This guide assumes you already have a Frigg App working.
Sign up/in to your Help Scout account, for free (site link).
Follow the official instructions for creating an App under your profile (not in the App Directory).
Specify a Redirection URL that follows this pattern:
https://{your domain}/redirect
. This is an example for localhost:http://localhost:3000/redirect
.In your Frigg App env file, add the following entries:
Add a Help Scout integration file to your Frigg app (you can find an example at the end of this document).
Implement any calls you need (use the
getSampleData
method as an example).Add the integration in your appDefinition in
backend.js
:
Done! You are ready to run the app and test the integration live.
Example integration file
Last updated