message.comDevelopers

One-click installs Planned

Skip the script tag entirely on the most common hosting platforms. We provide marketplace apps for WordPress, Shopify, Wix, and Squarespace, plus an OAuth-based Cloudflare install that injects the widget on every HTML response without touching your site code.

Until the marketplace apps ship, use the standard script tag from Widget installation. The summary below tracks the rollout status of each integration.

Status summary

PlatformInstall methodStatus
CloudflareOAuth, deploys a Worker that injects the snippetPlanned
WordPressPlugin from WordPress.org, OAuth-authenticatedComing soon
ShopifyBuilt for Shopify app, embedded admin in PolarisComing soon
WixApp in the Wix App MarketComing soon
SquarespaceGuided Code Injection (Business plan or higher)Coming soon

Cloudflare 1-click

You OAuth into your Cloudflare account. We provision a Worker on the zone of your choosing. The Worker streams every HTML response and injects our snippet before </body>. No changes to your site source code. Ideal for static sites, ancient content management systems, or anything you cannot edit directly.

OAuth permissions
Cloudflare OAuth scopes requested:

• Workers: deploy / edit / list
• Workers Routes: read / write (only for the routes we create)
• Zone: read (to list your zones for selection)

We never:
• Touch DNS
• Read response bodies in Worker traffic
• Log customer data

The injected snippet is identical to the standard install. The Worker adds about 1ms of overhead per request and is cached at the same edge tier as your site.

Full guide once shipped: Cloudflare 1-click and the related tutorial at Install via Cloudflare Workers.

WordPress

A proper WordPress plugin (not a script-injection plugin). Once installed it provides:

  • A WP admin settings page
  • OAuth authentication to your message.com workspace, no copy-pasted IDs
  • WooCommerce order sync into visitor records, so message AI knows what they bought
  • WP user sync into visitor records
  • Auto-indexing of wp_posts content into your knowledge base (Phase B)
  • Per-page widget config via shortcodes
  • do_action('message_event', ...) hooks for custom event tracking

See WordPress plugin for the full feature list. Install guide: Install on WordPress.

Shopify

A Built for Shopify certified app. Install from the Shopify App Store with one click. OAuth-based, no credentials to paste. Capabilities:

  • Embedded admin inside Shopify admin (Polaris UI), no context switch
  • Shopify Billing API for subscription, managed inside Shopify
  • AI grounded in your Shopify Admin API: products, orders, customers, refunds
  • Order-lookup tool, “where is my order” auto-answered with real-time tracking
  • Refund flow with AI suggestions and agent approval, submitted via Admin API
  • Cart-abandonment outreach via proactive chat

See Shopify plugin. Install guide: Install on Shopify.

Wix

A full app in the Wix App Market. OAuth-based install, embedded admin, real-time chat on every page of the Wix site. See Wix plugin. Install guide: Install on Wix.

Squarespace

Squarespace does not offer an app marketplace for client-side scripts on every plan. For Business plans and higher, we provide a guided Code Injection flow plus an option to import the live site as a knowledge-base source.

The snippet to paste under Settings → Advanced → Code Injection → Footer:

HTML
<!-- Settings → Advanced → Code Injection → Footer -->
<script>
  (function(d,s,o){
    var j=d.createElement(s);j.async=1;j.src='https://app.message.com/widget.js';
    j.dataset.workspace=o;
    d.head.appendChild(j);
  })(document,'script','YOUR_WORKSPACE_ID');
</script>

Full guide: Install on Squarespace.

No one-click for your platform?

Use the standard install. Any platform that lets you paste a single <script> tag into a template, theme partial, or header injection field works. See: