:bell: Lead notification
When to use: Standard inbound lead from a pricing / contact / demo-request form. You want to wake the sales team up but not page anyone.
Routing hint: Route by source: IF Source contains "Pricing" → #pricing-leads, otherwise → #leads.
:bell: *New lead*
<!here>
*Name:* Priya Mehta
*Email:* priya@acme.com
*Company:* Acme Co.
*Budget:* $50,000
*Source:* Pricing page
Channel: `#leads` · Open in CRM{
"text": "New lead. Priya Mehta",
"blocks": [
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": ":bell: *New lead*"
}
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "<!here>\n*Name:* Priya Mehta\n*Email:* priya@acme.com\n*Company:* Acme Co.\n*Budget:* $50,000\n*Source:* Pricing page"
}
},
{
"type": "context",
"elements": [
{
"type": "mrkdwn",
"text": "Channel: `#leads` · Open in CRM"
}
]
}
]
}