Create a Reminder

Create a reminder

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
agentIdstringRequired
Body
purposestringRequired
contextstringOptional
timestampnumberRequired
metadataobjectOptional
customerIdstringOptional
opportunityIdstringOptional
Responses
200

Reminder created successfully

application/json
post
/v1/agents/{agentId}/reminders

Note: Both customerId and opportunityId are optional parameters. However, when provided:

  • If customerId is provided, it must belong to an existing customer

  • If opportunityId is provided, it must belong to an existing opportunity

  • If both are provided, the opportunity must belong to the specified customer

Last updated