Skip to content

Commit 78dff11

Browse files
Add YAML frontmatter, use "you" instead of "we"
Co-authored-by: forstisabella <[email protected]>
1 parent b8ea721 commit 78dff11

File tree

1 file changed

+13
-10
lines changed
  • src/connections/destinations/catalog/actions-attio

1 file changed

+13
-10
lines changed

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

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
---
22
title: Attio (Actions) Destination
33
hide-boilerplate: true
4+
id: 64c031541451bb784943f809
5+
beta: true
6+
hidden: true
47
---
58

69
{% include content/plan-grid.md name="actions" %}
710

8-
Powerful, flexible and data-driven, [Attio](https://attio.com) makes it easy to build the
11+
Powerful, flexible and data-driven, [Attio](https://attio.com){:target="_blank”} makes it easy to build the
912
exact CRM that your business needs.
1013

1114
This destination allows you to use your existing Segment events to create or update
12-
records in Attio, for example creating User records from identify events.
15+
records in Attio, for example creating Attio User records from Segment Identify events.
1316

1417
## Getting started
1518

@@ -40,7 +43,7 @@ Person.
4043

4144
> info ""
4245
> To use the User standard object, you'll need to make sure it's activated first. Visit
43-
> your [Workspace Settings > Objects](https://app.attio.com/_/settings/data/objects) page
46+
> your [Workspace Settings > Objects](https://app.attio.com/_/settings/data/objects){:target="_blank”} page
4447
> and click the "Activate" button next to the Users object.
4548
4649
This mapping makes the assumption that your Segment event includes two properties:
@@ -50,7 +53,7 @@ This mapping makes the assumption that your Segment event includes two propertie
5053

5154
You can specify additional attributes to be mapped on the **Edit Mapping** page.
5255

53-
For example, we could set some additional properties on the Person using these Mapping
56+
For example, you could set some additional properties on the Person using these Mapping
5457
Fields under "Additional Person attributes". The column on the left should contain
5558
properties from your event, or custom text, and the column on the right should reference
5659
attributes on that object type in Attio, represented by their slug.
@@ -104,7 +107,7 @@ This mapping makes the assumption that your Segment event includes two propertie
104107

105108
You can specify additional attributes to be mapped on the **Edit Mapping** page.
106109

107-
For example, we could set some additional properties on the Company using these Mapping
110+
For example, you could set some additional properties on the Company using these Mapping
108111
Fields under "Additional Company attributes". The column on the left should contain
109112
properties from your event, or custom text, and the column on the right should reference
110113
attributes on that object type in Attio, represented by their slug. For example:
@@ -123,7 +126,7 @@ Create or update a single type of Object, given a matching attribute name and va
123126
example, you could assert that a Company exists using a given `domain` property.
124127

125128
This mapping makes the assumption that your data includes the matching property. For the
126-
following example, we'll assume you have domain and twitter properties, like so:
129+
following example, assume you have domain and twitter properties, like so:
127130

128131
```json
129132
{
@@ -135,13 +138,13 @@ following example, we'll assume you have domain and twitter properties, like so:
135138
}
136139
```
137140

138-
First, we'll need to set the "Attio Object" property - it should pre-populate with all of
139-
the activated objects in your Attio instance. Then, we'll need to set the "Matching
141+
First, you'll need to set the "Attio Object" property - it should pre-populate with all of
142+
the activated objects in your Attio instance. Then, you'll need to set the "Matching
140143
Attribute" property. This is the slug for the attribute in Attio, and must also be present
141-
in your "Attributes" mapping in the next form. In this example, we'll select "Company" as
144+
in your "Attributes" mapping in the next form. In this example, you'll select "Company" as
142145
the Attio Object, and "domains" as the Matching Attribute.
143146

144-
We would then need to ensure the Attributes mapping is populated like so:
147+
You would then need to ensure the Attributes mapping is populated like so:
145148

146149
| Select event variable | Enter key name |
147150
|-----------------------------------------|----------------|

0 commit comments

Comments
 (0)