Question

Boomi for Integrations

Hello,

Has anyone used Boomi for integrations in Creatio?  I'm looking for some guidance on how best to approach this.

Like 0

Like

1 comments

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