@@ -158,10 +158,9 @@ with both the domain and twitter handles above.
158
158
159
159
## Attribute types
160
160
161
- With the exception of location data, the Attio Action can write all other types of
162
- attribute to Attio. Below is an example of the format that each attribute must be; please
163
- note that you'll get validation failures if any of these are incorrect. To unset an
164
- attribute, you can also pass ` null ` as the value.
161
+ The Attio Action can write all types of attribute to Attio. Below is an example of the
162
+ format that each attribute must be; please note that you'll get validation failures if any
163
+ of these are incorrect. To unset an attribute, you can also pass ` null ` as the value.
165
164
166
165
| ` type ` | Format | Example values |
167
166
| ----------------------| -----------------------------------------------------------------------------------------| -------------------------------------------------------------|
@@ -171,7 +170,7 @@ attribute, you can also pass `null` as the value.
171
170
| ` date ` | YYYY-MM-DD | ` "2023-09-28" ` |
172
171
| ` domain ` | ` {domain}.{tld} ` | ` "app.attio.com" ` , ` "www.example.com" ` |
173
172
| ` email ` | A valid email address
| ` "[email protected] " ` |
174
- | ` location ` | * unsupported * | |
173
+ | ` location ` | String with all valid address parts combined | "1 Infinite Loop, Cupertino, CA, US" |
175
174
| ` number ` | Number, stored as a 64 bit float | ` 42.192 ` , ` 17 ` |
176
175
| ` personal-name ` | Last name(s), First name(s) * (note the comma in the middle)* | ` "Bloggs, Joe" ` |
177
176
| ` phone-number ` | [ E.164 format] ( https://en.wikipedia.org/wiki/E.164 ) , starting with ` +... ` | ` "+15558675309" ` |
0 commit comments