Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

Document Title: Orbita Program Registration Solution

Solution Center: V 1.0.0

Creation Date:

Author:

Status
colourBlue
titleOrbita

...

Info

This ProgramRegistrationWelcomeIntent intent is a part of the Program Registration solution. This intent will be deleted if you uninstall the Program Registration solution.
Updating the solution has no effect on this Intentwill reset the Intents that are created as a part of this solution to its default state. You have to add the event name to the intent after update.

  1. Go to Project side navigation bar > Intent Library and locate the intent named “ProgramRegistrationWelcomeIntent“.

  2. Click on the vertical ellipses icon and select Edit.

  3. Add the progregwelcome to the events field and press Enter.

  4. Save the intent.

  5. Navigate to Project side navigation menu > Develop > Deployment > Google tab. Publish the interaction model to Google.

...

  1. After installing the Program Registration solution, click on the Configure Button.

  2. This will open a window as shown below.

  3. You can configure the email subject, disclaimer, body, and so on here.
    The sample code is given below:

    Code Block
    {
        "emailDisclaimer": "<p data-renderer-start-pos=\"75\">The information you provide will only be used by [<em data-renderer-mark=\"true\">Brand</em>], our affiliates, and our service providers, to contact you via phone and email about the [<em data-renderer-mark=\"true\">Brand</em>] Select program and to fulfill your optional requests as indicated below. You may request to be removed from our contact list by using the unsubscribe link in any email we send or by calling 1-888-CELATYNE (1-888-927-XXXX).</p>\n\n<p data-renderer-start-pos=\"455\">Our Privacy Policy [<em data-renderer-mark=\"true\">Link to: privacy policy</em>] further governs the use of the information you provide.</p>\n\n<p data-renderer-start-pos=\"558\">By submitting your information, you agree that you have read, understand, and agree to these terms.</p>\n",
        "emailBody": "<p>Hi,</p>\n\n<p>We invite you to check out our bot and get registered by clicking the below link:</p>\n\n<p><a href=\"__BOT_URL__\">Program Registration</a>.</p>\n\n<p>Thanks.</p>\n",
        "emailSubject": "Invite for Program Registration",
        "ackEmailSubject": "Thank you for registering!",
        "ackEmailBody": "<p>Hi {{msg.payload.firstname}} {{msg.payload.lastname}},</p>\n\n<p>      Thank you for registering to the program.<em data-renderer-mark=\"true\"> </em></p>\n\n<p>Thank you.</p>\n",
        "botUrl": "/oeapi/bot/program-registration",
        "oeEventName": "progregwelcome",
        "debug": false
    }

  4. Change the config settings as required and click Save.

Property

Description

emailDisclaimer

You can configure the Disclaimer of the campaign email here.

emailBody

You can configure the body of the campaign email here.

emailSubject

You can configure the subject of the campaign email here.

ackEmailSubject

The subject of the email that is sent after a user registered to the Program

ackEmailBody

The body of the email that is sent after a user registered to the Program

botUrl

This is the bot endpoint that you have configured for the project.

oeEventName

This is the Event name progregwelcome you configured earlier.

Email sent using Campaign API

...

  1. Program Registration Dashboard contains PHI (Personal Health Information) and includes the following metrics visual:

    1. Email link clicked #

    2. Email conversation Rate %

    3. Total Users Registered

    4. Registration Conversion Rate

    5. Age Bar graph

    6. Registration overtime

    7. Location Map

    8. Pie Charts - Notification Preferences

    9. Individual DataTable

  2. Detailed User Responses contains PHI (Personal Health Information) and includes the following table:

    1. Individual DataTable

  3. Program Registration Dashboard does not contain PHI (Personal Health Information) and includes the following metrics visual:

    1. Email link clicked #

    2. Email conversation Rate %

    3. Total Users Registered

    4. Registration Conversion Rate

    5. Location Map

    6. Age Bar graph

    7. Registration overtime

    8. Pie Charts:

      1. Notification Preferences

...