ContributionsMost RecentMost LikesSolutionsRe: How to send a GET WebHook from JIRA Automation Welp that was pretty easy after all: Filters go into the request URL like so: https://api.zephyrscale.smartbear.com/v2/folders?folderType=TEST_PLAN&maxResults=100&projectKey=TDP How to send a GET WebHook from JIRA Automation Hi, I don't understand how to supply QUERY PARAMETERS to a GET webhook, I tried as 'Custom data' like for POST but that gives me a BadRequest response. If I send with 'Custom data' empty, I get a proper response with unfiltered data. I need to supply query parameters to filter out data. Solved