Short answer: You can add to spotify playlist in Spotify by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Spotify Add to Spotify Playlist action to a workflow, map its 3 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Playlist ID playlist_id | string | Required | Playlist ID. Example: 37i9dQZF1DXcBWIGoYBM5M |
Track URIs uris | string | Required | Comma-separated Spotify track URIs |
Position position | string | Optional | Insert at this position (0-based). Leave empty to append. |
{"playlist_id": "e.g. 37i9dQZF1DXcBWIGoYBM5M","uris": "e.g. spotify:track:abc123, spotify:track:def456","position": "e.g. 0"}
{"snapshot_id": "abc123"}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.