Hello,
In the development version (on-site deployment), is it possible to configure webhooks to receive information from Microsoft Power Automate?
Like
1 comments
17:22 Dec 16, 2024
Hello,
There are several limitations in working with webhooks:
- Only
POST
request method is supported. - Only
JSON
andFormData
request header types are supported. - Any webhook sending frequency is supported.
As long as Microsoft Power Automate can fit into these limitations, it is possible to configure webhooks to receive information from it.
Here is the article that might be useful for you: https://academy.creatio.com/docs/8.x/no-code-customization/base-integra…
Show all comments