feat: add honest pilot section, Mac App Store link and platform badges, update Telegram template
This commit is contained in:
@@ -54,13 +54,15 @@ async function sendTelegramNotification({
|
||||
const now = new Date().toLocaleString('tr-TR', { timeZone: 'Europe/Istanbul' })
|
||||
|
||||
const text =
|
||||
`🎯 <b>Yeni AyrisLegal Demo Talebi!</b>\n\n` +
|
||||
`⚖️ <b>[AyrisLegal] Yeni Demo & İletişim Talebi</b>\n\n` +
|
||||
`📍 <b>Kaynak:</b> <code>ayrislegal.com / İletişim Formu</code>\n` +
|
||||
`👤 <b>Ad Soyad:</b> ${escapeHtml(name)}\n` +
|
||||
`📧 <b>E-posta:</b> <code>${escapeHtml(email)}</code>\n` +
|
||||
`🏢 <b>Büro / Kurum:</b> ${org ? escapeHtml(org) : '<i>Belirtilmedi</i>'}\n` +
|
||||
`📞 <b>Telefon:</b> ${phone ? `<code>${escapeHtml(phone)}</code>` : '<i>Belirtilmedi</i>'}\n` +
|
||||
`🌐 <b>IP Adresi:</b> <code>${escapeHtml(ip)}</code>\n` +
|
||||
`⏰ <b>Tarih & Saat:</b> ${now}`
|
||||
`⏰ <b>Tarih:</b> ${now}\n\n` +
|
||||
`<i>Bu mesaj AyrisLegal web sitesinden gönderilmiştir.</i>`
|
||||
|
||||
try {
|
||||
const res = await fetch(`https://api.telegram.org/bot${botToken}/sendMessage`, {
|
||||
|
||||
Reference in New Issue
Block a user