zapier_postbacks #26

Merged
skeris merged 3 commits from zapier_postbacks into main 2025-07-10 22:25:26 +00:00
Showing only changes of commit 43fc01e9c0 - Show all commits

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