Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.corti.ai/llms.txt

Use this file to discover all available pages before exploring further.

Event Properties

FieldValue
event"template.copied"
confidentialboolean
payloadobject
FieldTypeDescription
idstringIdentifier of the copied template
titlestringName of the copied template
languagestringLanguage of the copied template

Example

{
  "event": "template.copied",
  "confidential": false,
  "payload": {
    "id": "template_2",
    "title": "SOAP Copy",
    "language": "en"
  }
}