File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
src/connections/destinations/catalog/actions-attio Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -157,10 +157,11 @@ with both the domain and twitter handles above.
157
157
158
158
## Batching support
159
159
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.
164
165
165
166
However, there are a couple of caveats to be aware of:
166
167
@@ -170,7 +171,7 @@ However, there are a couple of caveats to be aware of:
170
171
171
172
2 . Invalid events will be silently dropped. This can happen if your mapping
172
173
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
174
175
continue to use the ** Send test event** feature on the mapping page to check
175
176
configurations before saving them.
176
177
You can’t perform that action at this time.
0 commit comments