keap_create_appointment
Create an appointment in Keap by providing required title, start date, and end date. Optionally include description, location, contact, user, reminder, or mark as all-day.
Instructions
Create a new appointment in Keap
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Appointment title | |
| all_day | No | Is this an all-day event? | |
| user_id | No | Assigned user ID | |
| end_date | Yes | End date/time (ISO format) | |
| location | No | Location | |
| contact_id | No | Associated contact ID | |
| start_date | Yes | Start date/time (ISO format) | |
| description | No | Appointment description | |
| remind_time | No | Reminder time in minutes before appointment |