Screen incoming Gmail messages and score sender risk using email headers, IP reputation, and authentication checks. Ideal for IT teams and security owners who need fast triage, safer inboxes, and clear answers on sender trust.
New emails are captured by a Gmail trigger that runs every minute. The flow extracts and cleans headers, keeps the latest Received line, and pulls the public IP with a regex that ignores private ranges. It checks the IP with IPQualityScore for risk and with IP API for location and network data. It also reads Authentication Results, Received SPF, DKIM Signature, and DMARC to decide pass, fail, or not found. Results are merged into one JSON and returned to a webhook for easy use in other tools or reports.
Setup needs a Gmail OAuth credential and an IPQualityScore API key. You can also post headers from third party platforms to the webhook path when the workflow is active. Teams can cut manual header review from minutes to seconds, spot risky senders faster, and handle higher email volume with less effort. Great for abuse inbox triage, phishing review, and deliverability checks.