Reminder
A reminder can be used to notify a predefined set of users on a contract, with a predefined message.
Reminder attributes
Attribute | Type | Description |
---|---|---|
contract_id | integer(signed_integer_id) | The ID of the contract. |
date_time | string(datetime) | The date and time the reminder should send. |
id | integer(signed_integer_id) | The ID of the reminder. |
message | string | The message of the reminder. |
subject | string | The subject of the reminder. |
users | object | Contains the sender and receiver/s of the reminder . See Reminder users. |
Reminder users
The users
object contains an array of reminder recipient objects and the reminder sender object.
Attribute | Type | Description |
---|---|---|
recipients | array | Recipients contain a list of user objects of the reminder's recipients. |
created_by | object | Sender's user object. |
User object
Attribute | Type | Description |
---|---|---|
id | integer(signed_integer_id) | The ID of the user. |
name | string | The user's name. |
string(email) | The user's email address. |
Updated about 1 year ago