https://discord.gg/botpress logo
I think you can do something like this: `[ ...
# 🌎general
b
I think you can do something like this:
Copy code
[
      {
        label: "Push this button",
        value: "https://domain.com/button-is-pushed",
        action: "url"
      },
      {
        label: "Another button",
        value: "https://domain.com/another-button-is-pushed",
        action: "url"
      }
    ]
2 Views