Send a maintenance message
Sends a message on a maintenance issue. Whether it comes from the team or the tenant follows from the key it was sent with.
Authorizations
API Key authentication. Use "Bearer YOUR_API_KEY".
Body
The ID of the maintenance issue to send the message on.
The text content of the message.
1 - 1000Response
Returns the maintenance message object if the request succeeded.
Unique identifier for the object.
Time at which the object was created. Measured in seconds since the Unix epoch.
maintenance.message The member of the team who sent the message. null on a message from the tenant.
The tenant who sent the message. null on a message from the team.
The maintenance issue the message belongs to.
Which side of the conversation the message came from.
team, tenant The text content of the message.
The account that the object belongs to. Only returned if the request is made with a valid Yorlet-Context header.
Only returned if the object has been deleted.