Skip to main content

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"
  }
}