Skip to content

Commit 00650a5

Browse files
Add support for location attributes in Attio
We've recently made a backend change to support locations as a plain string, this commit updates the docs to clarify this.
1 parent b449d13 commit 00650a5

File tree

1 file changed

+4
-5
lines changed
  • src/connections/destinations/catalog/actions-attio

1 file changed

+4
-5
lines changed

src/connections/destinations/catalog/actions-attio/index.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,9 @@ with both the domain and twitter handles above.
158158

159159
## Attribute types
160160

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.
165164

166165
| `type` | Format | Example values |
167166
|----------------------|-----------------------------------------------------------------------------------------|-------------------------------------------------------------|
@@ -171,7 +170,7 @@ attribute, you can also pass `null` as the value.
171170
| `date` | YYYY-MM-DD | `"2023-09-28"` |
172171
| `domain` | `{domain}.{tld}` | `"app.attio.com"`, `"www.example.com"` |
173172
| `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" |
175174
| `number` | Number, stored as a 64 bit float | `42.192`, `17` |
176175
| `personal-name` | Last name(s), First name(s) *(note the comma in the middle)* | `"Bloggs, Joe"` |
177176
| `phone-number` | [E.164 format](https://en.wikipedia.org/wiki/E.164), starting with `+...` | `"+15558675309"` |

0 commit comments

Comments
 (0)