Flag high-value leads
Score inbound leads in flight and surface only the ones worth a fast follow — by company size, fit, and intent — so sales sees the whales, not the noise.
the event
Emit lead.created once; route it anywhere below.
- emailstring
- companystring
- company_sizenumberheadcount, optional
- plan_intentstringstated interest
- sourcestring
import { ingest } from "@ingestlayer/sdk";
await ingest("lead.created", {
email: form.email,
company: form.company,
plan_intent: form.plan,
source: "pricing-page",
}, {
idempotencyKey: form.email,
});send it to
- Flag high-value leads in SlackSlack
- Flag high-value leads in DiscordDiscord
- Flag high-value leads in TelegramTelegram
- Flag high-value leads in EmailEmail
- Flag high-value leads in WebhookWebhook
- Flag high-value leads in PostgresPostgres
- Flag high-value leads in NotionNotion