Hi All,
I've got an incoming webhook where the application on the other side is unable to conform to the request body that Creatio would like.
Is there any straight forward way to parse a webhook in a different way? My other solution is some middleware code which ideally I don't want to do.
Anyone encountered this before?
Thanks in advance.
Like
3 comments
12:16 Nov 21, 2024
Hi Harry,
We've created our custom process, that reads our webooks filtered by API Key:
And then custom processing written by code
Kind regards,
Vladimir
16:09 Nov 21, 2024
We do this via Script task. It is the only way I have seen for it to work.
Show all comments