Create a reminder

Use this endpoint to create a internal reminder to the owner side participants on the contract.

Path Params
integer
required

The unique ID of the contract.

Body Params

Request body parameters for creating a reminder.

string
required

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

string
required
length between 1 and 5000

The message of the reminder.

string
required
length between 1 and 150

The subject of the reminder.

reminder_recipients
array of objects
required

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
200

Reminder is created successfully.

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