added leadtartget type webhook
This commit is contained in:
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{
|
||||
|
Loading…
Reference in New Issue
Block a user