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"
}
{
"error": "Invalid signature",
"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
Social Media
Post reports directly to Facebook, X (Twitter), and LinkedIn.
Email Campaigns
Embed interactive reports in Mailchimp or Klaviyo emails.
Webhooks
Receive instant notifications for new leads.
CRM Systems
Sync leads with HubSpot, Pipedrive, or Salesforce.
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.
Connect Account
Navigate to Integrations > X. Sign in with your X credentials.
Share Instantly
Choose report > Post to X. Thread format auto-generates key stats.
Follow the same connect process. Posts appear as professional updates with charts.
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>
<iframe
src="https://dashboard.example.com/embed/report/abc123"
width="100%"
height="600"
frameborder="0"
></iframe>
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:
HMAC SHA256 of payload using your secret. Verify server-side.
Connecting with CRM Systems
Sync leads automatically to streamline management.
HubSpot
Connect
Enter HubSpot API key in Market Trak settings.
Creates contacts with report context.
Pipedrive
Map fields like postcode to custom fields. Leads become deals.
Salesforce
OAuth connection. Supports custom objects for estate agent workflows.
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.
Last updated 1 day ago