Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions site/content/integrate/reference/message-attachments/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,3 +176,13 @@ Content-Length: 192

{"text":"Test message #testing", "attachments": [{"pretext": "This is the attachment pretext.","text": "This is the attachment text."}]}
```

## Trigger AI agent responses

To have Mattermost AI agents respond to a post created by an integration, set the `activate_ai` property to `"true"` in the post's `props` field.

```json
"props": {
"activate_ai": "true"
}
```
Loading