Set Channel Category

Update the current category of your Kick channel

Parameters

Source
Select
default:String

Select a source type for the new game value

  • String: Select this option to manually enter the game title or load it from a variable
  • Specific Game: Select this option to select a game from a dropdown
Title
Text | Select

Select the new game category or enter the new game category by name

Variables

The following variables will be populated after executing this sub-action:

Description
category.idstring

The unique category identifier

Example: 5787
category.name

The unique category name

Example: Cats & Soup
category.successbool

The status of the sub-action request

Example: True/False
category.thumbnailstring

URL to the image for the selected category

Example: https://files.kick.com/images/subcategories/5787/banner/conversion/153f16f9-6a5a-4449-b7c2-0a8e14f18092-banner.webp

C# Usage

Sets the category for the current Kick broadcast

1.0.0
public KickCategory KickSetCategory(string categoryName)