Hello,
Has anyone used Boomi for integrations in Creatio? I'm looking for some guidance on how best to approach this.
Like
1 comments
21:14 Feb 18, 2026
Hello Francine,
The general advice is to use OData or DataService endpoints calls to communicate with Creatio. Example:
../0/DataService/json/SyncReply/InsertQuery
../0/DataService/json/SyncReply/SelectQuery
DataService is generally better for large write operations, while OData v4 is suited for lighter writes or reads.
Show all comments