Problem
How do I call a rules engine API to validate rules before loading data?
Solution
REST API-based integration with a rules engine can be used to achieve this,
POST {lifecycleServiceURL}/api/{tenantId}{ActionName}/{HookName}
In the REST API, we only have the option to call LCA hooks like After Save or Before Save, not rules.
References
https://docs.reltio.com/en/developer-resources/about-developer-resources/developer-resources-at-a-glance/customize-data-tasks-with-lcas/lca-hooks
Comments
Please sign in to leave a comment.