Motorola OpenPath
Use Motorola to automatically lock doors or restrict access during a lockdown in CatapultEMS.
API docs:
- https://openpath.readme.io/reference/cloudkeytriggerlockdownplan
- https://openpath.readme.io/reference/cloudkeyrevertlockdownplan
In Motorola
- In the left pane, choose Users > Users.
- Create a CatapultEMS user (or edit an existing user).
- In the Credentials tab, add a Cloud Key credential. Call it CatapultEMS.
- In the left pane, choose Sites > Sites. Review and adjust to align with CatapultEMS.
- In the left pane, choose Sites > Lockdown plan.
- Choose plus sign to add. On second screen make sure the right set of users are authorized. Save.
- Choose Get webhook URL.
- For cloud key, choose CatapultEMS (the one you created in step 1.2 above).
- For Lockdown action, choose Trigger Lockdown
- Choose Generate Links
- Copy the API link.
- Repeat steps 1-6 above but on step 4 choose Revert Lockdown
In CatapultEMS, choose District Settings > Integrations > Add Integration. Fill in the following:
- Name: Access Control (Motorola)
- Authentication: [leave blank] (in later versions may select Motorola which asks for a userId and credentialId in the URL to send)
- Monitoring URL: [unknown]
- Request type: POST
- URL to send the payload: https://api.openpath.com/orgs/{orgId}/users/{userId}/credentials/{credentialId}/cloudKeyTriggerLockdownPlan to initiate/trigger. https://api.openpath.com/orgs/{orgId}/users/{userId}/credentials/{credentialId}/cloudKeyRevertLockdownPlan to close/revert.
- Content of payload
{ "lockdownPlanId": "$$MAPPED_ACTION_TYPE_ID$$", "description": "$$ACTION_TYPE$$ (via CatapultEMS)" }
- Event trigger: select the following
- Initiate action alertInitiate drillResolve action alertResolve drill
- Action type: Lockdown
- MAPPED_ACTION_TYPE_ID
- Lockdown and Drill: Lockdown: cloudKeyTriggerLockdownPlan
- Resolve Lockdown and Drill: Resolve Lockdown: cloudKeyRevertLockdownPlan