Clear Digital Sho integration
- In Clear Digital Sho, set up an integration for each site. Gather the alertIntegrationId’s for each site.
- In CatapultEMS, create an integration to initiate alerts.
- Log in with District Safety Team access.
- Choose District Settings > Integrations.
- Choose Create New
- Fill in fields
- Name: Clear Digital Sho, initiate
- Payload URL: https://getcleardigital.com/api/alert/integration/trigger
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
}
- Event Trigger: Choose the following:
- Initiate Action Alert
- Initiate Drill.
- Action Types: Select all (unless you want fewer)
- If you want icons fill in MAPPED_ACTION_TYPE_ID with evacuate, lockdown, secure, shelter or hold.
- Fill in the MAPPED_SITE_ID with the alertIntegrationId’s provided by Clear Digital Sho
- In CatapultEMS, create a second integration to resolve alerts.
- Name: Displays (Clear Digital), resolve
- Payload URL: https://getcleardigital.com/api/alert/integration/cancel
Content of payload:
{
"alertIntegrationId":"$$MAPPED_SITE_ID$$"
}
- Event Trigger:
- Resolve Action Alert
- Resolve Drill
- Action Types: Select all (unless you want fewer).
- Fill in the MAPPED_SITE_ID section with the alertIntegrationId’s provided by the Clear Digital Sho