I have an automation that creates a polly in Slack by posting to the polly API when a new Jira issue of a particular type is created.
When the POST call succeeds, the response has valuable data in the payload. I'd like to add that data (or some parts of it) as a comment to the issue whose creation triggered the automation.
Is it possible to process a response in this fashion using the built-in features of the automation suite?
It could, does the response have a reference to the automation that created the post? If not, does the response have a reference to the issue that created the post? If the response has a reference to the automation you can delay the automation until you get the response back and then use {{webResponse.body} to extract the information that you want to add in the comment.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.