Clear Digital Sho integration


  1. In Clear Digital Sho, set up an integration for each site. Gather the alertIntegrationId’s for each site. 
  2. In CatapultEMS, create an integration to initiate alerts.
    1. Log in with District Safety Team access.
    2. Choose District Settings > Integrations.
    3. Choose Create New
    4. Fill in fields
      1. Name: Clear Digital Sho, initiate
      2. Payload URL: https://getcleardigital.com/api/alert/integration/trigger
      3. Content of payload

        {

        "alertIntegrationId":"$$MAPPED_SITE_ID$$",

        "title":"$$ACTION_TYPE$$",

        "description":"",

        "instructions":"$$DIRECTIVE$$",

        "imageUrl":"https://www.catapultems.com/ActionIcons/$$MAPPED_ACTION_TYPE_ID$$.png",

        "expiresHours":-1

        }

      4. Event Trigger: Choose the following:
        1. Initiate Action Alert
        2. Initiate Drill.
      5. Action Types: Select all (unless you want fewer)
      6. If you want icons fill in MAPPED_ACTION_TYPE_ID with evacuate, lockdown, secure, shelter or hold.
      7. Fill in the MAPPED_SITE_ID with the alertIntegrationId’s provided by Clear Digital Sho
  3. In CatapultEMS, create a second integration to resolve alerts.
    1. Name: Displays (Clear Digital), resolve
    2. Payload URL: https://getcleardigital.com/api/alert/integration/cancel
    3. Content of payload:

      {

      "alertIntegrationId":"$$MAPPED_SITE_ID$$"

      }

    4. Event Trigger: 
      1. Resolve Action Alert
      2. Resolve Drill
    5. Action Types: Select all (unless you want fewer). 
    6. Fill in the MAPPED_SITE_ID section with the alertIntegrationId’s provided by the Clear Digital Sho