Update A Private Field In Company-Level Email Communication
update_a_private_field_in_company_level_email_communicationUpdate the private field on company-level email communications to control notification dispatch. Specify company ID, email communication ID, and private status.
Instructions
Update a private field in Company-level Email Communication. Use this to dispatch the notification or message related to Emails. Updates the specified Emails and returns the modified object on success. Required parameters: company_id, id, private. Procore API: Project Management > Emails. Endpoint: PATCH /rest/v1.0/companies/{company_id}/email_communications/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — unique identifier of the Emails resource | |
| private | Yes | JSON request body field — private Indicator |