Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://{appId}.api-{region}.cometchat.io/v3/campaigns/templates/categories \ --header 'Content-Type: application/json' \ --header 'apikey: <api-key>' \ --header 'appid: <appid>' \ --data ' { "name": "<string>", "description": "<string>" } '
Create a new template category.
Your CometChat REST API Key.
Tenant application ID
Category name
Category description
Category created
Was this page helpful?