Update Existing Or Create A New Incident Alert Recipient.
update_existing_or_create_a_new_incident_alert_recipientUpdate an existing incident alert recipient or create a new one for a specified severity level and user in a company.
Instructions
Finds an exisiting Incident Alert Recipient or creates one with the specified User. Use this to update an existing Incidents (only the supplied fields are changed). Updates the specified Incidents and returns the modified object on success. Required parameters: company_id, severity_level_id, id. Procore API: Project Management > Incidents. Endpoint: PATCH /rest/v1.0/companies/{company_id}/incidents/severity_levels/{severity_level_id}/alert_recipients/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| severity_level_id | Yes | URL path parameter — incident Severity Level ID | |
| id | Yes | URL path parameter — incident Alert Recipient's User ID |