Skip to content

Commit a7e24ea

Browse files
author
Nick Campbell
committed
Address comments from code review
1 parent 28a5710 commit a7e24ea

File tree

1 file changed

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

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,11 @@ with both the domain and twitter handles above.
157157

158158
## Batching support
159159

160-
This action supports batching, which can be toggled using the "Enable Batching" property
161-
on the **Edit Mapping** page. Batching will send groups of events to Attio in a single
162-
request, rather than individually, which can improve stability & correctness if you are
163-
sending a lot of events.
160+
This action supports batching. You can toggle batching using the **Edit Mapping > Enable
161+
Batching** property.
162+
163+
Batching sends groups of events to Attio in a single request, rather than individually,
164+
which can improve stability & correctness if you are sending a lot of events.
164165

165166
However, there are a couple of caveats to be aware of:
166167

@@ -170,7 +171,7 @@ However, there are a couple of caveats to be aware of:
170171

171172
2. Invalid events will be silently dropped. This can happen if your mapping
172173
configuration points to a non-existent Attio attribute, or you're trying to write the
173-
wrong attribute type (e.g. writing a number to a domain attribute). We recommend you
174+
wrong attribute type (for example: writing a number to a domain attribute). We recommend you
174175
continue to use the **Send test event** feature on the mapping page to check
175176
configurations before saving them.
176177

0 commit comments

Comments
 (0)