OCNORA

Spotify

Business appsOAuth 2.0credential probe

Search Spotify's catalogue, read tracks, albums and artists, work the authorised account's playlists and saved tracks, and control playback on its Spotify Connect devices (OAuth2 refresh token).

OCNORA ships 11 typed Spotify operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run.

Operations 11

  • Add Playlist Items
    Add tracks or episodes to a playlist, appending or inserting them.
    spotify.add_playlist_items
  • Control Playback
    Play, pause or skip on the account's active Spotify Connect device.
    spotify.control_playback
  • Get Album
    Read one album's catalogue metadata and its first page of tracks.
    spotify.get_album
  • Get Artist
    Read one artist's catalogue metadata by their Spotify id.
    spotify.get_artist
  • Get Playback State
    Read what the authorised account is playing right now, and where.
    spotify.get_playback_state
  • Get Playlist Items
    Read one page of the tracks and episodes in a playlist.
    spotify.get_playlist_items
  • Get Track
    Read one track's catalogue metadata by its Spotify id.
    spotify.get_track
  • List My Playlists
    List the playlists the authorised account owns or follows.
    spotify.list_playlists
  • List Saved Tracks
    List the tracks the authorised account has saved to its library.
    spotify.list_saved_tracks
  • Save or Remove Tracks
    Add tracks to the authorised account's library, or take them out of it.
    spotify.save_tracks
  • Search
    Search Spotify's catalogue for tracks, albums, artists or playlists.
    spotify.search

Run your first Spotify workflow today.

Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.