Crisp — chat widget and API
crisp/chat · version 1
envs add crisp/chat
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 |
|---|---|---|---|
CRISP_WEBSITE_ID |
required | config | Crisp never calls it public. It is public here because its only job is to sit in the chatbox script that ships to every visitor.. where to get it |
CRISP_IDENTIFIER |
optional | secret | Half of the API token pair, which is a different credential from the website id above. Crisp says to keep the pair private at any time.. where to get it |
CRISP_KEY |
optional | secret | The secret half. Crisp says a leak could result in the data of every website that installed your plugin being dumped, which is the widest blast radius stated in this batch.. where to get it |