79127815

Date: 2024-10-26 04:30:31
Score: 0.5
Natty:
Report link

After test, I think the problem is your response.

You should response like:

{
  "update": {
    "message": "Updated!",
    "props": {
      "attachments": [
        {
          "text": "Ready?",
          "actions": [
            {
              "name": "Go!",
              "integration": {
                "url": "https://somewhere.com?foo=bar",
                "context": {
                  "action": "event_submitted"
                }
              }
            }
          ]
        }
      ]
    }
  },
  "ephemeral_text": "You updated the post!"
}

And you may want to check https://developers.mattermost.com/integrate/plugins/interactive-messages/

Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Aincvy