Integrations
Integrations connect MarketGeist to your existing workflow tools — Slack channels, email inboxes, custom webhooks, and more. Instead of logging into MarketGeist to check for updates, intelligence comes to you wherever you already work.
What Does It Do?
Integrations let you configure external delivery channels for MarketGeist's intelligence outputs. When an alert fires, a signal is detected, or a report is generated, the relevant information can automatically be pushed to your connected tools. This keeps your team informed in real-time without requiring everyone to check the dashboard.
Available Integrations
| Integration | What It Does | Best For |
|---|---|---|
| Slack | Sends alert events and signal notifications to a Slack channel | Teams that live in Slack — get competitive intel in your #market-intel channel |
| Webhooks | Sends JSON payloads to any URL when events occur | Custom integrations, Zapier, n8n, or internal automation systems |
| Email Digest | Sends a daily or weekly summary of alerts and signals | Stakeholders who prefer email over real-time notifications |
Why It Matters
How to Set Up an Integration
Go to Dashboard → Integrations
The Integrations page shows available integration types and your current connections.
Select an integration type
Click Slack, Webhook, or Email Digest. Follow the setup wizard for the selected type.
Configure the connection
For Slack: authorize MarketGeist in your Slack workspace and select the target channel. For Webhooks: enter the destination URL. For Email: add recipient addresses.
Choose what to send
Select which event types trigger the integration — all alerts, critical only, specific competitors, or specific markets.
{
"event_type": "alert.triggered",
"severity": "critical",
"timestamp": "2026-04-14T08:15:00Z",
"alert": {
"rule_name": "Acme Corp Pricing Monitor",
"trigger_type": "pricing_change",
"target": "https://acme.com/pricing"
},
"details": {
"summary": "Enterprise tier price increased from $299/mo to $399/mo (+33%)",
"ai_analysis": "Significant upmarket shift suggesting margin optimization. Consider targeting their price-sensitive customers.",
"affected_pages": [
"https://acme.com/pricing",
"https://acme.com/enterprise"
]
}
}