Landing pages, A/B testing, SEO audits, email campaigns, lead scoring, and workflow automation — all in one API-first platform. Replace HubSpot at 1/10th the cost.
Six integrated modules that work together to automate your entire marketing stack.
Import, segment, and score contacts automatically. Track lifecycle stages from subscriber to customer with custom fields and tags.
Create, schedule, and send email campaigns with audience segmentation. Track opens, clicks, and conversions with pixel tracking.
Create high-converting landing pages with custom HTML. Track views, conversions, and conversion rates per page.
Run multivariate tests on landing pages and campaigns. Real Z-test statistical significance with confidence scoring and winner detection.
Automated SEO audits checking title tags, meta descriptions, H1s, image alt text, load time, HTTPS, Open Graph, and more. Letter grades A-F.
Event-driven workflows: auto-score leads on actions, add tags on campaign engagement, update stages on form submissions. 8 trigger types.
Get started in minutes with our API-first approach.
POST to /api/tenants with your company name. Get your API key instantly.
Bulk import up to 1,000 contacts per request with tags, custom fields, and lead scores.
Create email campaigns, landing pages, and A/B tests. Set up automation workflows.
Send campaigns, track performance, run SEO audits, and let automations do the work.
Clean REST endpoints, JSON responses, and comprehensive documentation.
# Create a tenant and get your API key curl -X POST https://marketingium.com/api/tenants \ -H "Content-Type: application/json" \ -d '{"name": "Acme Corp", "domain": "acme.com"}' # Response: # {"success": true, "tenant": {"id": "...", "api_key": "mktg_abc123..."}} # Create a contact with lead scoring curl -X POST https://marketingium.com/api/contacts \ -H "X-API-Key: mktg_abc123..." \ -H "Content-Type: application/json" \ -d '{"email": "jane@example.com", "name": "Jane", "tags": ["vip"], "score": 85}' # Run an SEO audit curl -X POST https://marketingium.com/api/seo/audit \ -H "X-API-Key: mktg_abc123..." \ -H "Content-Type: application/json" \ -d '{"url": "https://example.com"}'
Built to work with the services you already use.
Start free. Scale as you grow. No credit card required.