PUT /api/template-channels/{templateId}/{channelId}
Update the content object for an existing template-channel record. This changes what gets delivered through this channel when the parent template is used.
Headers
Your CometChat App ID.
Your CometChat API Key.
Path parameters
The template ID.
The channel ID.
Request body
The updated per-channel content object. Use
{{variableName}} placeholders for dynamic values.Example request
Example response
Updating template-channel content does not affect notifications that have already been sent. Only future sends use the updated content.