- A proof of concept admin tool that adds extra functionality to Intercom
- Retrieve conversation transcript
- able to show only public replies (i.e. hides notes, assignments, open, close)
- able to email transcript to an email address using Heroku's Sparkpost addon (using the Deploy button would handle this automatically)
- Environment variables are needed for this webhook to work
APP_ID
: your app ID (or personal access token - you will need an extended token for this)USERNAME
: Username for authenticationPASSWORD
: Password for authentication
API_KEY
: your API key (blank if using a personal token)