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 PUT \ --url https://{appId}.api-{region}.cometchat.io/v3/campaigns/templates/{id}/channels/{channelType} \ --header 'Content-Type: application/json' \ --header 'apikey: <api-key>' \ --header 'appid: <appid>' \ --data '{ "content": {} }'
Update channel content for a template.
Your CometChat REST API Key.
Tenant application ID
Channel content payload
Channel content updated
Was this page helpful?