Skip to content

Topol Plugin documentationEmbed. Customize. Deploy.

index.js

                const TOPOL_OPTIONS = {
                  id: "#app",
                  authorize: {
                    apiKey: "YOUR_API_KEY",
                    userId: "user-123",
                  },
                  callbacks: {
                    // runs when the user hits Save
                    onSave: (json, html) => saveEmail(html),
                  },
                };
                 
                TopolPlugin.init(TOPOL_OPTIONS);
              
Start Integrating