Firing existing Jira Webhook from ScriptRunner

Hello, i’m trying to call (fire) a webhook (GitHub - jenkinsci/jira-trigger-plugin: Triggers a build when a certain condition is matched in JIRA) I already created in Jira via ScriptRunner.

Basically the webhook triggers Jenkins execution when an issue is updated in jenkins or a comment is added but I wanna be able to fire the webhook if a test case (Zephyr Scale Data Center) is updated. ScriptRunner has listeners for 3 events (TestExecutionChangedEvent, TestCycleChangedEvent and TestCaseChangedEvent) so i wanna “call” the webhook via scriptrunner, is that possible?