File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
src/connections/destinations/catalog/actions-attio Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -155,6 +155,24 @@ 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, 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.
164
+
165
+ However, there are a couple of caveats to be aware of:
166
+
167
+ 1 . Attio will process these events asynchronously, which means it might take a few
168
+ seconds between Attio acknowledging the request and the record updates appearing in
169
+ your Attio workspace.
170
+
171
+ 2 . Invalid events will be silently dropped. This can happen if your mapping
172
+ 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
+ continue to use the ** Send test event** feature on the mapping page to check
175
+ configurations before saving them.
158
176
159
177
## Attribute types
160
178
You can’t perform that action at this time.
0 commit comments