Files
mattermost/e2e-tests/cypress/tests/fixtures/hooks/message_menus_with_datasource.json
2023-03-28 18:10:00 +02:00

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"
}]
}]
}