Socket
Book a DemoInstallSign in
Socket

@friggframework/api-module-helpscout

Package Overview
Dependencies
Maintainers
0
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@friggframework/api-module-helpscout

latest
npmnpm
Version
0.1.2
Version published
Maintainers
0
Created
Source

Help Scout

This is the API Module for Help Scout that allows the Frigg code to talk to the Help Scout Mailbox API.

Read more on the [Frigg documentation site](https://docs.friggframework.org/api-modules/list/helpscout

Repo instructions

From the root folder, run:

npm install

Working with the integration

Please add a .env file in this same folder, that includes the following entries:

HELPSCOUT_CLIENT_ID=your app client id
HELPSCOUT_CLIENT_SECRET=your app secret
REDIRECT_URI=http://localhost:3000/redirect
MONGO_URI=your mongodb connection string

Please ensure your Help Scout app includes http://localhost:3000/redirect as a Redirection URL.

Ready! You should now be able to run tests:

  • cd api-module-library/helpscout
  • npm run tests.

FAQs

Package last updated on 06 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts