[object Object]

Sales Signals is one of the highest-leverage features in Zoho CRM and the most commonly muted. Reps disable the panel within a week because it pings on noise. The fix is curation, not volume.

Three Signal Tiers

Sort every available source into three tiers:

  • Act now: prospect opens a quote, replies to email, books a meeting via embedded link.
  • Worth a glance: prospect visits pricing page, opens proposal a second time.
  • Background noise: opens marketing email, downloads a generic asset.

Only Tier 1 deserves a real-time signal. Tier 2 belongs in a daily digest. Tier 3 should never reach the rep — let scoring handle it.

Configure Per-Channel, Not Globally

Open Setup -> Channels and configure each independently. Email, Calls, Survey, Visitor Tracking, Social, Desk — each has its own signal rules. Globally muting Signals is the symptom of someone who never learned this.

For Email, only show signals when the prospect replies, not on opens. Open-rate signals were useful in 2018 — privacy-protected mailbox prefetching killed their value.

Tie Signals to Owners, Not Teams

A signal that pings the whole team gets ignored by everyone. Wire each signal to fire only for the record owner. If ownership is empty, route it to a queue, not a broadcast.

Use Custom Signal Triggers for Real Intent

The custom signal API lets you push events from anywhere — Stripe, Segment, your product. A “user added a second seat in product” signal beats any marketing automation event:

POST /crm/v8/Notifications
{ "module": "Contacts", "id": "...", "message": "Added 2nd seat", "channel": "product" }

This is where signals stop being noise and start driving expansion conversations.

Auto-Snooze Stale Signals

Build a workflow rule that auto-dismisses signals older than 48 hours. Stale signals stack up and reps start ignoring the whole panel.

What to Do This Week

  1. Audit which channels are currently enabled and tier them.
  2. Disable email open signals. Keep replies and link clicks.
  3. Wire your most valuable product event into the custom signal API.
  4. Add a 48-hour auto-dismiss workflow so the panel stays clean.
[object Object]
Share