addedInput schema / examples
Added value: +[
+ {
+ "id": "01928e4a7d3f7b9ac1e3f6d8b2a4c710",
+ "notes": "Prefers texts over calls.",
+ "phone": "+44 7911 123456"
+ }
+]
addedInput schema / properties / address / description
Added value: +"The contact's postal address. Omit to leave unchanged; when supplied, replaces the whole address."
addedInput schema / properties / address / properties / countryCode / examples
Added value: +[
+ "GB"
+]
addedInput schema / properties / address / properties / line1 / description
Added value: +"First line of the address, typically house number and street."
addedInput schema / properties / address / properties / line2 / description
Added value: +"Second line of the address, e.g. apartment, suite, or unit."
addedInput schema / properties / address / properties / line3 / description
Added value: +"Third line of the address, e.g. town or city."
addedInput schema / properties / address / properties / postalCode / description
Added value: +"Postal or ZIP code."
addedInput schema / properties / address / properties / postalCode / examples
Added value: +[
+ "NW1 6XE"
+]
changedInput schema / properties / dateOfBirth / description
Previous value: -"YYYY-MM-DD format"New value: +"YYYY-MM-DD format. Omit or pass null to leave unchanged; pass an empty string to clear it."
addedInput schema / properties / dateOfBirth / examples
Added value: +[
+ "1990-05-15"
+]
addedInput schema / properties / displayName / description
Added value: +"An alternate name to show for the contact instead of first/last, e.g. a nickname, company name, or role. Omit to leave unchanged."
addedInput schema / properties / email / description
Added value: +"The contact's email address. Omit to leave unchanged."
addedInput schema / properties / email / examples
Added value: +[
+ "sarah.jones@example.com"
+]
addedInput schema / properties / firstName / description
Added value: +"The contact's first name. Omit to leave unchanged."
addedInput schema / properties / id / description
Added value: +"The id of the contact to update, as returned by create_contact or list_contacts."
addedInput schema / properties / id / examples
Added value: +[
+ "01928e4a7d3f7b9ac1e3f6d8b2a4c710"
+]
addedInput schema / properties / lastName / description
Added value: +"The contact's last (family) name. Omit to leave unchanged."
addedInput schema / properties / notes / description
Added value: +"Free-text notes about the contact. Omit to leave unchanged."
addedInput schema / properties / phone / description
Added value: +"The contact's phone number, in any format. Omit to leave unchanged."
addedInput schema / properties / phone / examples
Added value: +[
+ "+44 7911 123456"
+]
changedInput schema / properties / prepareBirthdayPresent / description
Previous value: -"Whether to prepare a birthday present for this contact"New value: +"Whether to prepare a birthday present for this contact. Omit to leave unchanged."