Update a reminder by ID

Use this endpoint to update an internal reminder which is already existing on a contract.

Path Params
integer
required

The unique ID of the contract.

integer
required

The unique ID of the contract reminder.

Body Params

Request body parameters for updating a reminder.

string

The date and time the reminder should send. It should be a future date and time.

string
length between 1 and 5000

The message of the reminder.

string
length between 1 and 150

The subject of the reminder.

reminder_recipients
array of objects

Users of the account who are owner side participants of the contract to be reminded.

reminder_recipients
Headers
string
required
length between 40 and 40

The API key of your Oneflow account.

string
required

The email address of a registered Oneflow user.

Responses

400

Invalid format or content of the request.

401

The API token or the user email is invalid.

403

The request is not authorized by the server.

404

A required entity is missing.

Language
URL
Choose an example:
application/json