Concessionary Travel
Council Wide Digital PlatformNo Code Service CreationPowerful Integrated FormsGCloud Information
  • Concessionary Travel Digital Platform
  • 📘Case Management
    • Introduction
    • Basic Functions
      • Recent Cases
      • Create a person
      • Create organisation
      • Local Search
      • National Search (Blue Badge only)
      • Work Items
      • Intuitive User Interface
    • Case Administration
      • Summary
      • Online Application
      • Documents
        • Document Tags
      • Application Details (Blue Badge only)
      • Application Details (Freedom Pass and Taxi Card)
      • Workflow
      • Timeline
      • Notes
      • Create case manually
    • Dynamic Workflows
      • New Application
      • Renewals
      • Replacements (Blue Badge only)
      • Appeals
      • Badge or Application No Longer Needed (Blue Badge only)
      • Fast Track
      • Organisations
    • Export Cases (Blue Badge only)
    • Notifications
  • 🛠️Setting up the system
    • Setting up the System
    • Templates
      • Case created - GOV.Notify template
    • Users
    • Security groups
    • Workflow Stage Targets
    • Technical Requirements
  • ⚡Integrations
    • Integrations
    • DfT (Blue Badge only)
    • GOV.UK Pay (Blue Badge only)
    • Pay360 (Blue Badge only)
    • GOV.UK Notify
    • DVLA
  • ☁️OneVu - Self Serve
    • Self Serve
    • Activating Self-Serve
    • Accessing Self-Serve
  • 📊Reporting
    • Reporting
    • Blue Badge Application Dashboard
  • Blue Badge Performance Dashboard
  • Freedom Pass Dashboard and Taxi Card Overview
  • Freedom Pass and Taxi Card Performance Dashboard
  • Concessionary Travel Dashboard
Powered by GitBook
On this page
  • Blue Badge Configuration
  • Placeholders to use in the GOV.Notify template
  • Example Notify template

Was this helpful?

Export as PDF
  1. Setting up the system
  2. Templates

Case created - GOV.Notify template

Within the Blue Badge system it is possible to configure a template in GOV.Notify to be triggered when a new case is created. This can be used to pass the Case Reference number to the applicant as soon as the application is received and to signpost them to the Customer Portal.

Blue Badge Configuration

In the Settings module access: Configuration / General / Case created configuration

The configuration is held in json format

Example configuration:

{
   "notifyConnectorId":"7438a8f0-589a-4e7e-94ea-6e4d3039fbf2",
   "configurations":[
      {
         "types":[
            1,
            4
         ],
         "sources":[
            5,
2
         ],
         "smsTemplateId":null,
         "emailTemplateId":"1f45b2a3-0b6b-4d85-a63a-742ae7138758",
         "tagsToApplyToCase":[
            
         ]
      }
   ]
}

The configuration is used as follows:

notifyConnectorId: this is the GUID from the Notify Connector in the Connectors screen:

Types: this is the case types where 1 = New, 2 = Replaced, 3 = Cancelled, 4 = Renew

Sources: this is the application source type where 2 = Paper and 5 = Online

smsTemplateId: this is the template ID from GOV.Notify (for sms)

emailTemplateID: this is the template ID from GOV.Notify (for email)

In the above example New and Renew Case types received either Online or Paper will trigger the email template in GOV.Notify

Placeholders to use in the GOV.Notify template

The following placeholders are available to use in the Notify template

case_ref

first_name

last_name

postcode

selfserve_prepop_link (only relevant to legacy version of Self Service not OneVu)

selfserve_link

for Organisation:

case_ref

organisation

postcode

Example Notify template

Subject

Your blue badge application ((case_ref)) has been received

Message

Dear ((first_name)) ((last_name))

We have received your Blue Badge application, and your reference number is ((case_ref))

Your application will now be assessed. The turnaround time is currently up to 12 weeks from receipt to decision, (this does not include any additional time for independent walking assessments).

We will be in touch if we need any further information.

If you are automatically eligible for a Blue Badge, then you are likely to receive your badge sooner because the assessment process is shorter.

You can check the status of your application by clicking on the link below:

((selfserve_link))

Log in to your Blue Badge account or follow the instructions on screen to create one. When logged in select the Blue Badge service, input your application reference which is shown above, your last name and Year of Birth to access this facility.

Regards,

Blue Badge Team

PreviousTemplatesNextUsers

Last updated 3 months ago

Was this helpful?

🛠️
ConnectorID