Core ConceptsIntegrations
Core Concepts

Integrations and Sharing Options

Learn how to connect Market Trak with social media platforms and other tools to seamlessly share content and expand your online presence as an estate agent.

{
  "event": "new-lead",
  "reportId": "abc123",
  "lead": {
    "name": "John Doe",
    "email": "john@example.com",
    "phone": "+44 123 456 7890",
    "postcode": "SW1A 1AA",
    "message": "Interested in market report"
  },
  "timestamp": "2024-10-15T14:30:00Z"
}

Overview

Market Trak makes it easy to share your hyper-local market reports across platforms. Connect your social media accounts for one-click posting, embed reports in email campaigns, set up webhooks for real-time lead notifications, and integrate with CRM systems to manage leads efficiently. These integrations help you build authority in your local UK property market without leaving the dashboard.

Enable integrations from your Market Trak Dashboard. You need admin access and a verified account.

Available Integrations

One-Click Social Media Posting

Connect your accounts to post Seller's Guides and Data Sheets with one click. Posts include branded visuals and your contact details.

Connect Account

Go to Dashboard > Integrations > Facebook. Click Connect and authorize Market Trak.

Post Report

Select a report, click Post to Facebook. Customize caption and schedule.

Embedding Reports in Email Campaigns

Embed live reports in emails for interactive market insights. Recipients see updated data without leaving their inbox.

Use this embed code in Mailchimp, Klaviyo, or any HTML email builder:

<div data-mt-report="seller-guide" data-id="report-abc123">
  Loading Market Trak report...
</div>
<script src="https://cdn.example.com/market-trak-embed.js"></script>

Test embeds in preview mode. Reports auto-update with latest UK property data.

Setting Up Webhooks for Lead Notifications

Webhooks notify your server when a lead submits via a shared report. Configure in Dashboard > Integrations > Webhooks.

Create Webhook

Enter your endpoint URL (e.g., https://your-webhook-url.com/lead), select events (new-lead), and save.

Verify Payload

Market Trak sends a POST with lead details. Use this example to handle:

Secure Endpoint

Add HMAC signature verification using your webhook secret.

Example webhook payload:

header
X-MT-Signaturestring
Required

HMAC SHA256 of payload using your secret. Verify server-side.

Connecting with CRM Systems

Sync leads automatically to streamline management.

Next Steps

Test your first integration today. Start with social posting for quick visibility. For support, check the Help Center.

Integrations update automatically with new features. Monitor usage in Dashboard analytics.