create_reminder
Create a reminder for a contact at a specified date and time, with a title and optional description, and set a recurring interval.
Instructions
Creates new reminder
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contact_id | Yes | id of a contact | |
| date_time | Yes | date and time of event that should be reminded (format: Y-m-d H:i:s) | |
| title | Yes | title of reminder | |
| description | No | description of reminder | |
| interval_value | Yes | value of interval in which reminder will be activated | |
| interval_type | Yes | one of: ['hour','day','month'] |