create_call_log
Create call logs in Procore projects to document phone conversations and communications for project management and daily reporting.
Instructions
Create Call Log. [Project Management/Daily Log] POST /rest/v1.0/projects/{project_id}/call_logs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| call_log | Yes | call_log | |
| attachments | No | Call Log Attachments are not viewable or used on web. To upload attachments you must upload the entire payload as `multipart/form-data` content-type and specify each parameter as form-data together... |