Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@sebaslogen
Last active January 27, 2020 13:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sebaslogen/17630530c0d36b76a4f9e0c312092525 to your computer and use it in GitHub Desktop.
Save sebaslogen/17630530c0d36b76a4f9e0c312092525 to your computer and use it in GitHub Desktop.
Create playlist button from Server Driven UI JSON example for post
"button": {
"title": "Create your first playlist",
"action": {
"type": "command",
"url": "/command/endpoint?path=%2Fcommand%2Fcreate-playlist",
"prompt": {
"type": "textInput",
"message": "Give your playlist a name.",
"placeholder": "My first playlist",
"confirmButtonTitle": "Create"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment