Hello community!
I'm diving into the webhook functionality in Creatio with the goal of being able to define certain webhooks for a 3rd party app to integrate with Creatio. In other versions we develop anonymous and/or authenticated services for this but the idea is to use this "new" functionality.
I've been doing tests and in general it works very well using the OOTB funcionallity receiving a specific body for example including the EntityName paramter
As I commented, the objective is for third-party applications to send us information to be able to integrate into Creatio, and they would be sending their own Payload.
Based on what I was reviewing each call to
https://webhooks.creatio.com/webhooks/[API_KEY] saves a record to WebHooks and actually any kind of JSON could be sent.
My question is: would it be a good approach to go this way and change the way requests are processed or would it be better to use ad-hoc services for this.
On the other hand, it is assumed that the process that is executed with a scehduler to process is: Create object records based on incoming webhooks but I do not see that there are logs of this process. Am I correct that this is the process? Why are the logs not displayed even the webhooks are processed?
Appreciate your comments.
Regards.