Skip to main content

Event Properties

FieldValue
event"template.created"
confidentialboolean
payloadobject
FieldTypeDescription
titlestringName given to the new template
languagestringLanguage the template is written in
numSectionsnumberCount of sections in the template

Example

{
  "event": "template.created",
  "confidential": false,
  "payload": {
    "title": "SOAP",
    "language": "en",
    "numSections": 6
  }
}