1
Create a Crisp account
- You can create a new Crisp account [here].
- Then, create a new website and find the website id which can be found in the integrations menu, in the HTML option. It’s called CRISP_WEBSITE_ID.
2
Configure Crisp in Codebase
Paste the script code snippet in the root Paste the customer support config with its corresponding types into the Paste the
layout.tsx
file inside the body
tag.app.config.ts
file.CRISP_WEBSITE_ID
inside the app.config.ts
under websiteId
and set the isEnabled to true. The codebase will take care of the rest.