Create Playlist for User

Go to Product
This Node Is Deprecated — This node is kept for backwards-compatibility, but the usage in new workflows is no longer recommended. The documentation below might contain more information.

Deprecated: Use Create Playlist instead.

Create a playlist for a Spotify user. (The playlist will be empty until you add tracks.) Each user is generally limited to a maximum of 11000 playlists.

Options

User Id
The user's Spotify user ID.
Body
Result Format

Specify how the response should be mapped to the table output. The following formats are available:

Structured Table: Returns a parsed table with data split into rows and columns.

  • Collaborative: true if the owner allows other users to modify the playlist.
  • Description: The playlist description. Only returned for modified, verified playlists, otherwise null.
  • External Urls: Known external URLs for this playlist.
  • Href: A link to the Web API endpoint providing full details of the playlist.
  • Id: The Spotify ID for the playlist.
  • Images: Images for the playlist. The array may be empty or contain up to three images. The images are returned by size in descending order. See Working with Playlists. Note: If returned, the source URL for the image (url) is temporary and will expire in less than a day.
  • Name: The name of the playlist.
  • Owner: The user who owns the playlist
  • Public: The playlist's public/private status (if it is added to the user's profile): true the playlist is public, false the playlist is private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists
  • Snapshot Id: The version identifier for the current playlist. Can be supplied in other requests to target a specific playlist version
  • Items: The items of the playlist. Note: This field is only available for playlists owned by the current user or playlists the user is a collaborator of.
  • Tracks: Deprecated: Use items instead. The tracks of the playlist.
  • Type: The object type: "playlist"
  • Uri: The Spotify URI for the playlist.
  • Followers: Information about the followers of the playlist.

Raw Response: Returns the raw response in a single row with the following columns:

  • body: Response body
  • status: HTTP status code

Input Ports

Icon
Configuration data.

Output Ports

Icon
Result of the request depending on the selected Result Format.
Icon
Configuration data (this is the same as the input port; it is provided as passthrough for sequentially chaining nodes to declutter your workflow connections).

Popular Predecessors

  • No recommendations found

Popular Successors

  • No recommendations found

Views

This node has no views

Workflows

  • No workflows found

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.