Hello Team,
I have Some Questions :
1. What are the recommended approaches for API call logging in Cloud Creatio?
2. Are there built-in tools or features I can use?
3. Can you suggest any third-party solutions or best practices?
Any insights or experiences you can share would be greatly appreciated.
Like
1 comments
17:57 Mar 25, 2025
Greetings!
There are a few options:
Log directly inside the handler — meaning you implement the logging yourself.
Log via a Script Task into a custom database table.
Log by sending data to an external web service.
Unfortunately, we don’t have any built-in methods for this — everything needs to be implemented by the developers of the service (i.e., the API side).
Show all comments