Creates a new Amazon Q in Connect message template version from the current content and configuration of a message template. Versions are immutable and monotonically increasing. Once a version is created, you can reference a specific version of the message template by passing in <code><message-template-id>:<versionNumber></code> as the message template identifier. An error is displayed if the supplied <code>messageTemplateContentSha256</code> is different from the <code>messageTemplateContentSha256</code> of the message template with <code>$LATEST</code> qualifier. If multiple <code>CreateMessageTemplateVersion</code> requests are made while the message template remains the same, only the first invocation creates a new version and the succeeding requests will return the same response as the first invocation.
Path parameters
The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.
The identifier of the message template. Can be either the ID or the ARN. It cannot contain any qualifier.
Request body
Response
Success