You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A sample webhook to allow an out of office auto responder in Intercom
It will only send one message every 24 hours (it does this by creating an internal note with the time of the last response)
By default it will assume
a timezone of UTC
with office hours 0900-1700 Mon-Fri
Example
Setup
Add a new admin/teammate in Intercom for auto responder to come from. You should make it clear to the user that this is a bot
Ensure that this teammate has a Conversation Preference of "Keep it unassigned or assigned to the team" to ensure conversation does not get assigned to this bot
Deploy this webhook to Heroku with the "Deploy to Heroku button" or on your own servers with the appropriate configuration options in the section below
Add a webhook to Intercom that subscribes to the appropriate topics. Suggested topics are
Reply from a User
New Mesage from a User
Configuration - Environment Variables
Environment variables are needed for this webhook to work
Required
APP_ID: your app ID (or personal token)
API_KEY: your API key (blank if using a personal token)