Create a Reminder
Reminders can only be scheduled up to 30 days in advance. If you attempt to create a reminder with a timestamp beyond this limit, the request will be rejected with a validation error. Please ensure all reminders are set within the allowed scheduling window.
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
400
Bad Request
application/json
403
Forbidden
application/json
404
Not Found
application/json
post
/v1/agents/{agentId}/remindersLast updated