added leadtartget type webhook

This commit is contained in:
pasha1coil 2025-07-07 11:17:21 +03:00
parent e37fd29078
commit 43fc01e9c0

@ -344,6 +344,7 @@ const (
LeadTargetEmail LeadTargetType = "mail"
LeadTargetTg LeadTargetType = "telegram"
LeadTargetWhatsapp LeadTargetType = "whatsapp"
LeadTargetWebhook LeadTargetType = "webhook"
)
var ValidLeadTargetTypes = map[string]bool{