Events
User Address Added
user added an address to their profile suggested source website front end properties name type description required address1 string street address (line 1) no address2 string street address (line 2) no city string city no company string company no country string country no name string name no phone string phone number no state string state no zipcode string zipcode no address id string id of the address no email string email address of the user no example { "address1" "123 elm street", "address2" "suite 456", "city" "springfield", "company" "acme corp", "country" "usa", "name" "john doe", "phone" "555 1234", "state" "il", "zipcode" "62704", "address id" "123", "email" "john\@example com" }