action signl4_get_categories_images { label: "Gets the names of all alert category images. \nYou can get the image by going to account.signl4.com/images/alerts/categoryImageName.svg" provider: signl4 method: GET path: "/categories/images" encoding: json output: { type: "array" items: { type: "string" } } }