- Add Activepieces fork with SmoothSchedule custom piece - Create integrations app with Activepieces service layer - Add embed token endpoint for iframe integration - Create Automations page with embedded workflow builder - Add sidebar visibility fix for embed mode - Add list inactive customers endpoint to Public API - Include SmoothSchedule triggers: event created/updated/cancelled - Include SmoothSchedule actions: create/update/cancel events, list resources/services/customers 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
81 lines
4.8 KiB
JSON
81 lines
4.8 KiB
JSON
{
|
|
"Spotify": "Spotify",
|
|
"Music for everyone": "Music for everyone",
|
|
"\nTo obtain a client ID and client secret for Spotify, follow these simple steps:\n\n1. Go to the [Spotify Developer Dashboard](https://developer.spotify.com/).\n2. **Log in** to your Spotify account.\n3. Click on the **\"Create an App\"** button.\n4. Fill in the required information, such as the **App Name** and **App Description**.\n5. Once your app is created, you will see the **client ID** and **client secret** on the app's dashboard.\n6. **Copy** the client ID and client secret and **paste** them below.\n": "\nTo obtain a client ID and client secret for Spotify, follow these simple steps:\n\n1. Go to the [Spotify Developer Dashboard](https://developer.spotify.com/).\n2. **Log in** to your Spotify account.\n3. Click on the **\"Create an App\"** button.\n4. Fill in the required information, such as the **App Name** and **App Description**.\n5. Once your app is created, you will see the **client ID** and **client secret** on the app's dashboard.\n6. **Copy** the client ID and client secret and **paste** them below.\n",
|
|
"Search": "Search",
|
|
"Get Playback State": "Get Playback State",
|
|
"Play / Resume": "Play / Resume",
|
|
"Pause": "Pause",
|
|
"Set Volume": "Set Volume",
|
|
"Get Playlists": "Get Playlists",
|
|
"Get Playlist Info": "Get Playlist Info",
|
|
"Get Playlist Items": "Get Playlist Items",
|
|
"Get Saved Tracks": "Get Saved Tracks",
|
|
"Create Playlist": "Create Playlist",
|
|
"Update Playlist": "Update Playlist",
|
|
"Add items to playlist": "Add items to playlist",
|
|
"Remove items from playlist": "Remove items from playlist",
|
|
"Reorder playlist": "Reorder playlist",
|
|
"Custom API Call": "Custom API Call",
|
|
"Searches for tracks, artists, albums, etc.": "Searches for tracks, artists, albums, etc.",
|
|
"Retrieves the current playback state of the player": "Retrieves the current playback state of the player",
|
|
"Resumes or starts playback": "Resumes or starts playback",
|
|
"Pauses the playback": "Pauses the playback",
|
|
"Sets the volume of the player": "Sets the volume of the player",
|
|
"Retrieves the list of playlists that you created or followed": "Retrieves the list of playlists that you created or followed",
|
|
"Retrieves details of a playlist": "Retrieves details of a playlist",
|
|
"Retrieves the list of items in the playlist": "Retrieves the list of items in the playlist",
|
|
"Retrieves the list of saved tracks for the current user": "Retrieves the list of saved tracks for the current user",
|
|
"Creates a new playlist for the current user": "Creates a new playlist for the current user",
|
|
"Updates details of the playlist": "Updates details of the playlist",
|
|
"Adds tracks or episodes to the playlist": "Adds tracks or episodes to the playlist",
|
|
"Removes tracks or episodes from the playlist": "Removes tracks or episodes from the playlist",
|
|
"Reorders items in the playlist": "Reorders items in the playlist",
|
|
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
"Search Text": "Search Text",
|
|
"Object Types": "Object Types",
|
|
"Limit": "Limit",
|
|
"Offset": "Offset",
|
|
"Device": "Device",
|
|
"Context URI": "Context URI",
|
|
"Tracks": "Tracks",
|
|
"Position": "Position",
|
|
"Volume": "Volume",
|
|
"All": "All",
|
|
"Playlist": "Playlist",
|
|
"Name": "Name",
|
|
"Description": "Description",
|
|
"Public": "Public",
|
|
"Collaborative": "Collaborative",
|
|
"Items": "Items",
|
|
"From Position": "From Position",
|
|
"To Position": "To Position",
|
|
"Amount of Items": "Amount of Items",
|
|
"Method": "Method",
|
|
"Headers": "Headers",
|
|
"Query Parameters": "Query Parameters",
|
|
"Body": "Body",
|
|
"No Error on Failure": "No Error on Failure",
|
|
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
"The word or phrase you are searching for": "The word or phrase you are searching for",
|
|
"Spotify URI of the context to play (album, artist, playlist)": "Spotify URI of the context to play (album, artist, playlist)",
|
|
"List of spotify track uris to play": "List of spotify track uris to play",
|
|
"Position in milliseconds": "Position in milliseconds",
|
|
"Volume from 0 to 100": "Volume from 0 to 100",
|
|
"Fetches all playlists in a single request": "Fetches all playlists in a single request",
|
|
"Fetches all items in a single request": "Fetches all items in a single request",
|
|
"URI's of the items to add": "URI's of the items to add",
|
|
"URI's of the items to remove": "URI's of the items to remove",
|
|
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
"Albums": "Albums",
|
|
"Artists": "Artists",
|
|
"Playlists": "Playlists",
|
|
"GET": "GET",
|
|
"POST": "POST",
|
|
"PATCH": "PATCH",
|
|
"PUT": "PUT",
|
|
"DELETE": "DELETE",
|
|
"HEAD": "HEAD",
|
|
"Playlist Items Changed": "Playlist Items Changed",
|
|
"Triggers when the items of a playlist change": "Triggers when the items of a playlist change"
|
|
} |