added leadtartget type webhook

This commit is contained in:
pasha1coil 2025-07-07 11:19:26 +03:00
parent 43fc01e9c0
commit 0ad481f2ad

@ -351,6 +351,7 @@ var ValidLeadTargetTypes = map[string]bool{
"mail": true,
"telegram": true,
"whatsapp": true,
"webhook": true,
}
type QuizUTM struct {