Skip to content

Commit 2a0887d

Browse files
authored
Merge pull request #6620 from attio/develop
Attio: document support for new batching mode
2 parents c61ad0f + a7e24ea commit 2a0887d

File tree

1 file changed

+19
-0
lines changed
  • src/connections/destinations/catalog/actions-attio

1 file changed

+19
-0
lines changed

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,25 @@ domains matches the one you've provided here. If it finds it, it will update the
155155
attribute with the value `"@attio"`. If it doesn't find it, a new Company will be created
156156
with both the domain and twitter handles above.
157157

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.
158177

159178
## Attribute types
160179

0 commit comments

Comments
 (0)