Install Flowpoint on a Next.js Website

How to use Flowpoint with your Next.js projects.

Go to your project folder into pages/api/index.js

  1. Paste the Flowpoint script within the <Head> tags.

    Or follow the best practice guide and:

import Script from 'next/script'

  1. Import the Script component from next/script. This will allow a more efficient way of loading javascript tags into your next js application.

  2. Load the Flowpoint script using the Script component as follows: <Script src="https://sdk.flowpoint.ai?apiKey=<API_KEY>&clientId=<CLIENT_ID>" />

On this page

Search the docs

/