mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
18 lines
488 B
JSON
18 lines
488 B
JSON
{
|
|
"attachments": [{
|
|
"pretext": "This is the attachment pretext.",
|
|
"text": "This is the attachment text.",
|
|
"actions": [{
|
|
"name": "Select an option...",
|
|
"integration": {
|
|
"url": "http://localhost:3000/message_menus_datasource",
|
|
"context": {
|
|
"action": "do_something"
|
|
}
|
|
},
|
|
"type": "select",
|
|
"data_source": "channels"
|
|
}]
|
|
}]
|
|
}
|