Skip to content
This repository was archived by the owner on Aug 2, 2019. It is now read-only.

Latest commit

 

History

History
26 lines (16 loc) · 1.27 KB

File metadata and controls

26 lines (16 loc) · 1.27 KB

Helpscout integration for Facebook Workplace via AWS Lambda

This repository contains an AWS Lambda function which will post Helpscout updates to a Facebook Workplace group of your choosing. For an overview of the approach, see this document.

Setup

To make this work, first follow the instructions here. Then you'll need to set things up on Helpscout.

Set up AWS Lambda

In addition to the environment variables you've set following the document above, you'll also need to set:

  • HELPSCOUT_KEY - Set this to a sufficiently long/complicated secret key you want to use to sign Helpscout requests. Take note of it

Set up callbacks on Helpscout

We now just need to make sure Helpscout calls your endpoint whenever something happens.

  • From Helpscout, go to Manage ... Apps. Select Webhooks from the list.
  • In the Secret Key field, put in the value you created for HELPSCOUT_KEY.
  • In the URL field, put in the URL for the API Gateway trigger.
  • Select the events you want to post to Workplace. Hit Save and you should be good to go!

Version History

  • 2018-06-19 Initial release