From 116506bf4d7be6ff9eac46acb5460c4bf6f6cccf Mon Sep 17 00:00:00 2001 From: "E.Kalinin" Date: Tue, 27 Oct 2020 16:50:57 +0300 Subject: [PATCH] Source to ContactCustomFields added --- contact.go | 1 + 1 file changed, 1 insertion(+) diff --git a/contact.go b/contact.go index 270033d..7bf513a 100644 --- a/contact.go +++ b/contact.go @@ -171,6 +171,7 @@ type ContactCustomFields struct { Department string `json:"department,omitempty"` Title string `json:"title,omitempty"` MobilePhone string `json:"mobile_phone,omitempty"` + Source string `json:"source,omitempty"` } // Short contact representaion