Hi,
TLDR: I have a script Listener listening to “User created”. How can I retrieve the user_created webhook? I need that user ID, as I need to perform certain actions with that user that I have just created. These actions can’t be done in automation unfortunately…
Long(er) story. I need to be able to create customers dynamically in Jira. We mainly do phone support, but still gather customer info. I have an automation that creates an user, via a global loop. An automation is then executed. If there are better ways to do this, I’m all ears.
The script listener then listens to the User Created and now the TLDR part follows.