pine_update_call_reminder
Modify the scheduled time or toggle the enabled status of a call reminder after user confirmation.
Instructions
Update a scheduled call reminder. Confirm timing with the user first.
Args: session_id: The session with the scheduled call. message_id: The call reminder's message_id. scheduled_time: ISO 8601 datetime for the call. enabled: True to enable, False to disable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | Yes | ||
| message_id | Yes | ||
| session_id | Yes | ||
| scheduled_time | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |