haops_send_dm
Send a direct message to a project member in HAOps. Supports markdown formatting that is converted to HTML server-side.
Instructions
Send a direct message to a user in a HAOps project. Supports markdown formatting — content will be converted to HTML server-side.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Message content. Markdown formatting is supported and recommended. | |
| verbose | No | If true, return the full API response instead of the compact summary (default: false) | |
| contentType | No | Content format (optional, default: markdown) | |
| projectSlug | Yes | The project slug (URL identifier) | |
| recipientUserId | Yes | UUID of the recipient user (must be a project member) |