Consistent outreach increases response rates by 25%. Instant Slack alert when a lead hits "Hot" score (80+). Includes quick-action buttons: View in CRM, Send Email, Schedule Call.
🔥 Hot Lead Alert{{lead_name}} at {{company_name}} just hit Hot score ({{score}}/100) Recent activity: • Viewed pricing page 3x in 24h • Downloaded case study • Requested demo Actions: View in CRM, Send Email, Schedule Call
7-day no-reply? Auto-follow. 2-week quiet? Auto-revive.
24/7 pipeline monitoring, AI remembers when you forget.
A growing company implementing new software across 3 departments.
Timeline: 30-day pilot, 60-day rollout, 90-day optimization.
A team lead driving adoption with skeptical team members.
Approach: quick wins first, then advanced features over 6 weeks.
👤 All Sales Leader
Pain Points:
Goals:
Configure Slack integration
Set up the webhook URL in Optifai settings.
Customize alert triggers
Define which events should generate notifications.
Set up routing
Direct alerts to appropriate channels or team members.
Test the workflow
Trigger a test alert to verify formatting and delivery.
Monitor and refine
Adjust thresholds based on alert volume and team feedback.
Code samples to integrate this template into your application.
// Track pricing page visits with GA4
gtag('event', 'page_view', {
page_title: 'Pricing',
page_location: window.location.href,
page_path: '/pricing',
engagement_time_msec: 100
});
// Send visit data to Optifai
async function trackPricingVisit(visitorId) {
await fetch('https://api.optif.ai/v1/signals', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'Authorization': 'Bearer ' + API_KEY
},
body: JSON.stringify({
event: 'pricing_page_view',
visitor_id: visitorId,
timestamp: new Date().toISOString(),
metadata: {
referrer: document.referrer,
time_on_page: performance.now()
}
})
});
}💡 Replace API_KEY with your actual Optifai API key. Get your key from Settings → API/Webhook.
Have more questions? Feel free to contact us.
7-day no-reply? Auto-follow. 2-week quiet? Auto-revive.
24/7 pipeline monitoring, AI remembers when you forget.