Integrations

Bring PhishGuard into the tools you already use. Real-time URL scanning inside your browser, mail client, chat platform, and AI assistant.

🔌
Available

Public REST API

The foundation underneath every integration. Plain HTTP + JSON + an API key. Comprehensive OpenAPI 3.1 spec.

  • POST /api/v1/scan — single URL
  • POST /api/v1/scan-email — email body
  • POST /api/v1/scan/bulk — up to 50 URLs
  • Rate limits by plan — 5/day (free) up to 10K/day (team)
Read the docs
🧩
Available

Browser extension

One-click scan from any tab. Right-click any link to scan it before you click. Chrome, Edge, Brave.

  • Toolbar button scans the current page in 1 click
  • Right-click any link → "Scan with PhishGuard"
  • Open-source, MIT licensed — load unpacked from /extension
  • Pending: Chrome Web Store submission
View extension source
📊
Available

Outgoing webhooks

Every scan run via your API key fires a JSON POST to a URL you choose. Compatible with anything that ingests JSON: Splunk HEC, Datadog logs, Sentinel, Slack, Discord, your own endpoint.

  • Set a webhook URL on your /account page (Pro feature)
  • Choose "json" payload (Splunk/Datadog/Sentinel) or "slack" format (Slack + Discord)
  • Test button verifies your endpoint before going live
  • Fire-and-forget: webhook failures don't affect scan results
Set up in account
💬
Available

Slack / Discord

Use the outgoing webhook integration above with Slack/Discord-format selected. Drop a URL into Slack via your API key and the verdict lands back in your channel formatted as a Block Kit attachment.

  • Create an Incoming Webhook in your Slack/Discord workspace
  • Paste the URL into /account → API tab
  • Set format to "slack" — works in both Slack and Discord
  • No OAuth dance, no bot install
Set up in account
📨
Roadmap

Outlook plugin

Inline verdict on every URL inside a Microsoft 365 email. Planned for after the Web Store extension lands.

  • Office 365 / Outlook Desktop / Outlook Web
  • Built on the same REST API
  • Coming after Chrome Web Store extension publishes
Request via /report
🤖
Roadmap

Microsoft Copilot plugin

An MCP/Copilot plugin so you can ask Copilot to scan a URL. Built on the public REST API — manifest is on the roadmap.

  • Will work in Copilot for Microsoft 365
  • Returns verdict + cited sources directly in chat
  • Tracking interest — drop a line via /report
Request via /report
Roadmap

Zapier / Make

Official Zapier app pending. In the meantime, Zapier's "Webhooks by Zapier" action can call /api/v1/scan directly with your API key.

  • Use Zapier Webhooks (POST) → https://tryphishguard.com/api/v1/scan
  • Header: X-API-Key: pg_live_...
  • Body: { "url": "{{some_url_from_step}}" }
  • Official Zapier integration on the roadmap
Zapier webhooks docs
📧
Roadmap

Google Workspace add-on

Same idea as the Outlook plugin, for Gmail. Verdict on every URL inside a message, one-click report.

  • Will surface in the Google Workspace Marketplace
  • Same privacy model: URLs only, no message content
  • Tracking interest — drop a line via /report
Request via /report

Need a custom integration?

Every integration above is built on the same public API. Plain HTTP, JSON in / JSON out — wire it into anything.