reminders.create
Schedule a follow-up reminder. Can be linked to a lead or job. Reminders appear in the dashboard and can trigger notifications.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Reminder category. Defaults to "custom". | |
| jobId | No | Link this reminder to a specific job. Optional. | |
| title | Yes | Short reminder title (e.g. "Follow up with Jake about roof quote"). Required. | |
| leadId | No | Link this reminder to a specific lead. Optional. | |
| message | No | Detailed reminder notes. Optional. | |
| scheduledDate | Yes | ISO 8601 date/time for the reminder (e.g. "2026-06-15T09:00:00+10:00"). Required. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reminder | No | Created reminder with id, title, scheduledDate, type, status, leadId, jobId |