Create Account Reminder
Create a new reminder associated with an account.
Authentication
x-api-keystring
API Key authentication via header
Path parameters
accountId
Request
This endpoint expects an object.
title
Reminder title
assigneeId
ID of the user assigned to this reminder
description
Optional description
dueDate
ISO 8601 due date
isCompleted
Whether the reminder is completed
type
Reminder type
Response
Reminder created successfully
id
title
description
type
dueDate
isCompleted
completedAt
assigneeId
projectId
Present when the reminder belongs to a project.
opportunityId
Present when the reminder belongs to an opportunity.
accountId
Present when the reminder belongs to an account.
createdBy
createdAt
updatedAt
