{
  "id": "momo-inbox-template",
  "code": "incoming_event",
  "name": "Incoming Event",
  "description": "This is a template to generate incoming event notification for the inbox.",
  "keywords": [ "notification" ],
  "fields": [
    {
      "code": "title",
      "name": "Title",
      "type": "text",
      "i18n": true
    },
    {
      "code": "header",
      "name": "Header Image",
      "type": "image",
      "i18n": false
    },
    {
      "code": "content",
      "name": "Content",
      "type": "text",
      "i18n": true
    },
    {
      "code": "link",
      "name": "Event link",
      "type": "cta",
      "i18n": false
    }
  ],
  "custom_data": {
    "btn_color": "school_color"
  }
}
