Add the inline OPEN_URI element to your timeline element and the menuItem.payload . The JSON for the timeline element might look like this:
{ "text" : "Hello World!", "menuItems" : [{ "action" : "OPEN_URI", "payload" : "http://example.com" }] }
For more information about the built-in menu items, see the official documentation for this feature .
source share