After filling out and submitting a form, website visitors typically expect a confirmation email to be sent to them. Fortunately, the WebCRM supports automated and personalized email notifications.
The email notification feature is based on two mechanisms, activities and templates.
WebCRM activities are a means for storing messages and commenting on them. Using the JustRelate CRM Connector, activities can be integrated into every website so that any kind of form data can be transferred to and queried from the WebCRM. You can create custom activity types for differentiating as many use cases as desired, e.g. contact forms, event registration, order forms, etc. The JustRelate Dev Center uses activities for handling support cases in its Support Center.
Every time an activity is created or commented on, the WebCRM sends a notification email. It uses your custom templates for computing the recipients or the contents of this email.
Templates let you access, for example, the data of the activity concerned in order to customize the notification email. The WebCRM templating mechanism is based on Liquid, a simple script language for composing text fragments from the fields of a data source. It supports basic control structures such as if / else, case / when.
