post_call_log_mark_all_as_read
Mark all call log entries as read, acknowledging missed, accepted, and outgoing calls to clear the unread indicator.
Instructions
Mark all CallEntry call entries as read
Error codes: internal_error, invalid_id
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | id | |
| type | No | The valid call types are: — Values: `missed`: Missed incoming call; `accepted`: Incoming call; `outgoing`: Outgoing call | |
| datetime | No | Call creation timestamp. — Unix timestamp (seconds since epoch). | |
| number | No | Callee number for outgoing calls. Caller number for incoming calls. | |
| name | No | Callee name for outgoing calls. Caller name for incoming calls. | |
| duration | No | Call duration in seconds. | |
| new | No | Call entry as not been acknowledged yet. | |
| contact_id | No | If the number matches an entry in the contact database, the id of the matching contact. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||