Hi,
I have created an automation to run when an issue's priority is updated. The action is to reach an endpoint which is protected by OAuth Authorization. How can I achieve this? Is there a way to generate the access token and use it for the Send web request action
Web request actions have smart values which allow you to access the response data so if the token is returned in the "token" element of the JSON response body then you can access it using this smart value: {{webResponse.body.token}}
If you expand the "How do I access web request response values in subsequent rule actions?" section at the bottom of the web request it mentions the {{webResponse.body}} smart value and how to access its elements (along with several other smart values). I tried pasting that text but it won't let me save my comment so here it is in an image instead:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.