Intercom — Messenger and API
intercom/api · version 1
envs add intercom/api
This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.
| Key | Needed | Kind | Notes |
|---|---|---|---|
INTERCOM_APP_ID |
required | config | Intercom never says whether this may be exposed. It is public here because the Messenger snippet carries it into every page, with no caveat attached, and it is visible in your own dashboard URL after apps. The name is convention.. where to get it |
INTERCOM_ACCESS_TOKEN |
optional | secret | Intercom says it reaches your private data, should be treated like a password, and must never be given to a third party. Asking a user for theirs instead of using OAuth breaks Intercom's terms. The name is convention.. where to get it |