Squarespace powers elegant business websites across India. While Squarespace has fewer native automation options than Wix or Webflow, WA.Expert connects via Zapier (recommended) or custom JavaScript code injection, enabling WhatsApp notifications for form submissions, e-commerce orders, and newsletter signups.
Squarespace has limited native webhook/automation support compared to Wix or Webflow. The two practical paths: Zapier (no code, works on all plans) or custom JavaScript injection in Squarespace's Code Injection feature (requires Business plan or above).
| Method | Complexity | Best for |
|---|---|---|
| Zapier. Recommended for most users | ⭐ Easy, no code | Works on all Squarespace plans. 15-minute setup. |
| Custom Code Injection (JS + fetch) | ⭐⭐ Medium: JavaScript | Squarespace Business+. Inject JS to intercept form submits. |
| Squarespace Extensions (Commerce) | ⭐ Easy, if extension available | Check Squarespace Extension Marketplace for WA.Expert. |
Settings → Advanced → Code Injection → Footer. This JavaScript runs on every page of your site.
Write JavaScript that listens for Squarespace form submission events and extracts the phone number. Squarespace forms fire a native browser submit event.
Use fetch() to POST to WA.Expert API with the phone and form data. Note: this calls the API from the visitor's browser, the API key will be visible in source code. Use a backend proxy for production.
For production: instead of calling WA.Expert directly from the browser, call your own backend endpoint (Vercel/Railway serverless function) which holds the API key securely and forwards to WA.Expert.
Zapier gets your Squarespace forms firing WhatsApp notifications in 15 minutes. Works on all Squarespace plans.