support@mavrtr.com

Integrations

Integrations Overview

Connect Mavrtr to your existing tools so reports flow automatically into your workflow.

Mavrtr integrations let you push report data to other tools automatically when a report finishes. You set them up once and they run for every future report.

Live integrations

IntegrationCategoryWhat it doesMinimum plan
SlackCollaborationPosts a message in a Slack channel when a report finishes or failsAll plans
NotionCollaborationExports the full report brief as a structured Notion database entryGrowth+
ZapierAutomationSends a webhook payload to Zapier when a report finishes — connect to 5,000+ appsSolo+
Custom webhookDevelopersPOSTs a JSON payload to any HTTPS endpoint you controlSolo+

Coming soon

IntegrationStatus
Meta Ads (direct push)CSV export available now on Pro+. Direct API push in development.
TikTok AdsIn development
KlaviyoIn development
Google AdsIn development
Shopify (deep sync)Pending Shopify Partners approval
Want an integration that's not listed? Email integrations@mavrtr.com — we ship new integrations every few weeks based on demand.

Setting up an integration

  1. Go to Dashboard → Integrations.
  2. Find the integration card and click Connect.
  3. Follow the setup steps shown in the modal. Each integration requires different credentials (webhook URL, API token, etc.).
  4. Click Connect — Mavrtr tests the connection immediately and shows a success/error badge.

Who can manage integrations?

Only workspace Owners and Admins can connect, reconfigure, or disconnect integrations. Editors and Viewers have read-only access to the integrations page.

Testing a connection

After connecting, click the gear icon on the integration card and choose Send test event. This sends a sample payload to verify the connection is working end-to-end without waiting for a real report to finish.

Webhook payload format

Both Zapier and custom webhooks receive the same JSON payload:

{
  "event": "report.completed",
  "report_id": "uuid",
  "slug": "brand-product-name",
  "shopify_url": "https://example.com",
  "product_title": "Product Name",
  "status": "completed",
  "created_at": "2026-01-01T00:00:00Z",
  "pdf_url": "https://... (signed, expires 7 days)"
}