Skip to content

Thomas Decaux

My feedback

2 results found

  1. 3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Thomas Decaux commented  · 

    Currently, message actions button is doing a HTTP call to get a JSON response. What about adding the possibility to define button that open an URL in a new tab ?

    Using https://developers.mattermost.com/integrate/plugins/interactive-messages/ , we want to display a button that simply open a link:

    ```
    {
    "attachments": [
    {
    "pretext": "This is the attachment pretext.",
    "text": "This is the attachment text.",
    "actions": [{
    "id": "open-link",
    "name": "Open Dashboard",
    "integration": {
    "link": "http://grafana.my-dev.com"
    }
    }
    ]
    }
    ]
    }
    ```

    ref https://github.com/mattermost/mattermost/issues/30720

    Thomas Decaux shared this idea  · 
  2. 3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Thomas Decaux supported this idea  · 

Feedback and Knowledge Base