Introduction
The IzyCloud CMS offers an artifical intelligence powered content management platform that will allow you to
- generate content for your customer communications including emails, blogs, social media activity, etc.
- organize your existing content into usable consumable content units
- export and format the data into standard industry formats (Microsoft Office, Markdown, Yaml, ...)
The system will use AI to combine templates into a narrative of your choice. Templates are scripted and use scripted variables to personalize the final narrative. The extensibility feature will also allow apps to inject template parameters and narrative construction rules into the engine.
Scripting environment
Scripting Variables
The variables may be marked inside the templates by wrapping inside a double slash:
//system.passwordResetLink//
Each variable is assigned a security level that is determined by the application that proffers the variable and the context that it is used.
Flow Variables
Flow variables allow applying content customization whithin specific flows.
flow.referrer.fullName
The full name of the referrer for the context. For example, in the flow context of inviting a new user to the system, the referrer will refer to the referrer tag attached to that user account.
System Variables
system.passwordResetLink
A clickable link the will allow the reciepient of the message to automatically login using the execution context of the userId applied to the template. This is useful for the scenarios where the flow involves invitation, password recovery, content wall, etc.
Templates
All the templates have been tagged with the
template tag in the Intelligence CMS app and may be edited by an administrator.
Markdown Extensions
The following features are availble in the markdown formatted documents:
Referencing payloads
Markdown format supports referencing images and payload by if they start with an exclamation mark (!). The platform supports iteration features for referencing the payloads in the markdown: