Skip to main content

🚀 Quickstart

Connect to Crisp with Nango and see data flow in 2 minutes.
1

Create the integration

In Nango (free signup), go to Integrations -> Configure New Integration -> Crisp (Plugin Install).
2

Configure credentials

Enter your Token Identifier (username) and Token Key (password) from your Crisp Marketplace plugin. You’ll also need to provide the Install Link for your plugin. See the setup guide below for detailed instructions on obtaining these credentials.
3

Create a connection

Go to Connections -> Add Test Connection, then enter the website ID and submit. Later, you’ll let your users do the same directly from your app.
4

Call the Crisp API

Let’s make your first request to the Crisp API (get current website information). Replace the placeholders below with your secret key, integration ID, and connection ID:
curl https://api.nango.dev/proxy/v1/website/${connection_config.website_id} \
  -H "Authorization: Bearer <NANGO-SECRET-KEY>" \
  -H "Provider-Config-Key: <INTEGRATION-ID>" \
  -H "Connection-Id: <CONNECTION-ID>"
Or fetch credentials with the Node SDK or API.✅ You’re connected! Check the Logs tab in Nango to inspect requests.
5

Implement Nango in your app

Follow our quickstart to integrate Nango in your app.To obtain your own production credentials, follow the setup guide linked below.

📚 Crisp (Plugin Install) Integration Guides

Nango maintained guides for common use cases. Official docs: Crisp API docs

🧩 Pre-built syncs & actions for Crisp (Plugin Install)

Enable them in your dashboard. Extend and customize to fit your needs. No pre-built syncs or actions available yet.
Not seeing the integration you need? Build your own independently.