Install: 3-Step Overview

After creating your account, proceed with the following steps.

  1. Log into your MessageMatch dashboard

  2. Click "Create MatchAgent" or select an existing MatchAgent

  3. Follow install instructions until the "Copy Script" button appears

Paste the copied script into your website's HTML. We recommend placing it in the HTML header, just before the closing tag (example below):

<!-- Place this script before closing </body> tag -->
<script>
  window._evolveConfig = {
    widgetId: "your-widget-id",
    apiKey: "your-api-key"
  };
</script>
<script src="https://cdn.messagematch.ai/widget.main.js"></script>
</body>

Production uses https://cdn.messagematch.ai. Override with NEXT_PUBLIC_WIDGET_CDN_URL if you point the dashboard at another Worker host.

Important: Always use the script from your dashboard—it contains your unique MatchAgent ID and API key!

If you're using a website builder or CMS and having a difficult time finding where to place the snippet code or how to tag page elements manually, check out our platform-specific installation guides:

  • Wix Installation Guide - Complete walkthrough for Wix sites (requires Wix Premium)

  • More platform guides coming soon (Squarespace, WordPress, Webflow)

This step can be completed either manually or with the assistance of our Chrome Extension, prompted in the onboarding steps. See the next pages for more detailed instructions on this step.

Last updated