dex_create_reminder
Create reminders with due dates, optional recurrence patterns, and contact linking to manage tasks in your Dex CRM system.
Instructions
Create a new reminder, optionally linked to contacts. Supports recurrence (e.g. 'weekly', 'monthly').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Reminder text / title | |
| dueDate | Yes | Due date — accepts 'YYYY-MM-DD' or full ISO 8601 datetime (e.g. '2025-12-31' or '2025-12-31T10:00:00Z') | |
| dueTime | No | Optional due time as ISO 8601 datetime (e.g. '2025-12-31T14:00:00Z') | |
| contactIds | No | Optional list of contact IDs to link to this reminder | |
| recurrence | No | Recurrence pattern (e.g. 'weekly', 'monthly') | |
| isComplete | No |