# Automations Configure Alerts and Automations ## Update an automation - [PUT /v1/lists/{ListID}/automations](https://developers.propertyradar.com/api/automations/put/lists/listid/automations.md): Update an existing automation or configure new automation for a list. This operation overwrites any existing automation configuration for this list. So make sure you use GET /lists/{ListID}/automations to get a copy of the existing configuration to populate your PUT request body with any values you do not wish to change. ## View an automation - [GET /v1/lists/{ListID}/automations](https://developers.propertyradar.com/api/automations/get/lists/listid/automations.md): View the details of the automation for the list.