File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
src/connections/destinations/catalog/actions-attio Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -155,6 +155,25 @@ domains matches the one you've provided here. If it finds it, it will update the
155
155
attribute with the value ` "@attio" ` . If it doesn't find it, a new Company will be created
156
156
with both the domain and twitter handles above.
157
157
158
+ ## Batching support
159
+
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.
165
+
166
+ However, there are a couple of caveats to be aware of:
167
+
168
+ 1 . Attio will process these events asynchronously, which means it might take a few
169
+ seconds between Attio acknowledging the request and the record updates appearing in
170
+ your Attio workspace.
171
+
172
+ 2 . Invalid events will be silently dropped. This can happen if your mapping
173
+ configuration points to a non-existent Attio attribute, or you're trying to write the
174
+ wrong attribute type (for example: writing a number to a domain attribute). We recommend you
175
+ continue to use the ** Send test event** feature on the mapping page to check
176
+ configurations before saving them.
158
177
159
178
## Attribute types
160
179
You can’t perform that action at this time.
0 commit comments