Overview

data-variant=error
data-slots=header, text1, text2

IMPORTANT: Deprecation Warning

We're only accepting new integrations using the SDK version 4.
Please migrate to V4 as soon as possible: we've created a Migration Guide to help you with the transition.

Embed and initialize the SDK

  1. Follow the steps in the quickstart guide to embed the SDK in your application.
  2. After you have imported the SDK to your application, you need to call the initialize API first. View the full reference for that API here.

CCEverywhere

Once you have successfully initialized the SDK, a Promise will be returned containing the CCEverywhere object.

As of today, it exposes 5 methods:

  1. createDesign(): Full editor component
  2. editDesign(): Full editor component
  3. openQuickAction(): Quick actions component
  4. close(): Closes the active editor modal
  5. terminate(): Un-initializes the active CCEverywhere instance

Types

The types reference page contains details about objects that are shared across the SDK.