Back to Templates

Detect competitor tech adoption and notify AEs with PredictLeads, Sheets and Gmail

Created by

Created by: Yaron Been || yaron-nofluff
Yaron Been

Last update

Last update 5 hours ago

Categories

Share


Detect when target accounts adopt competitor technology by enriching company watchlists with PredictLeads tech detection data and emailing the assigned AE.

This workflow monitors a Google Sheets watchlist of company domains for competitor technology adoption. It checks each company against the PredictLeads Technology Detections API, and when a match is found (e.g., a prospect starts using Salesforce), it sends an alert email to the account executive responsible for that account.

How it works:

  1. Schedule trigger runs the workflow daily at 8 AM.
  2. Reads the company watchlist from Google Sheets (domain, company name, AE email).
  3. Loops through each company and fetches technology detections from PredictLeads.
  4. Checks if any detected technology matches the configured competitor tool.
  5. If a match is found, extracts the assigned AE's email address.
  6. Sends a Gmail alert to the AE with company name, domain, detected tech, and date.
  7. If no match, moves to the next company in the loop.

Setup:

  • Create a Google Sheet with a "CompetitorWatchlist" tab containing columns: domain, company_name, ae_email.
  • Set the competitor technology name in the Check Competitor Tech code node (default: "Salesforce").
  • Connect your Gmail account (OAuth2) for sending alert emails.
  • Add your PredictLeads API credentials (X-Api-Key and X-Api-Token headers).

Requirements:

Notes:

  • Change the COMPETITOR_TECH variable in the code node to match your specific competitor (e.g., "HubSpot", "Marketo", "Zendesk").
  • Each row in the watchlist should have a valid AE email -- rows without one are skipped.
  • PredictLeads Technology Detections API docs: https://docs.predictleads.com