...
With the webhook step at the beginning, you could prepare the page for the approval process. With the webhook step at the end of the process, you could transition the page to the next phase. Webhook is an HTTP call. You have to specify a URL and the method (GET/PUT/POST/DELETE). Optionally, you can specify HTTP body and headers.
Info |
---|
Note it’s possible to add a comment & add or remove a label using an Automation action. Refer to Automation step |
Dynamics Values
Inside URL, headers and body you can use dynamic values:
You have to put names inside ${…}
...