Milorad Filipovic
Workflows by Milorad Filipovic
Translate PDF documents from Google Drive folder with DeepL
This workflow will translate all your PDF documents from specified Google Drive folder to the desired language. Translated files will be automatically uploaded to the original folder. ### Required accounts 1️⃣ Google Drive account 2️⃣ [DeepL developer account](https://www.deepl.com/pro-api?cta=header-pro-api) and API key ### How to setup? 1️⃣ Setup your google drive folder url, target and source language in the configuration node 2️⃣ Connect your Google Drive account with all Google Drive nodes 3️⃣ Setup HTTP header credentials that should be used for HTTP nodes in the template (replace `yourAuthKey` with your DeepL API key)  4️⃣ Set your DeepL header credentials in all HTTP nodes
Monthly live music events newsletter
# How it works? - This workflows sends you a monthly lists of live music events for a specific location. - Events are fetched from songkick.com and delivered to you by email to a provided email address(es). - Each event in the list has a link to a full SongKick page where you can see more details about the event and buy tickets for it. **Example email:**  # How to set it up? First thing that this workflow needs is a location link for your desired city from the SongKick website. You can get it by following these steps: 1. Visit [songkick.com](https://www.songkick.com/) and enter the city name in the search box:  2. From the results page, click the result that contains the location info. These will have the `Location` tag on top of the location name:  3. Once on the location page, copy the url  4. Back in the n8n workflow page, paste the url in the _location_ parameter of the node called _Setup location and email_:  Second thing it needs is the email address which will receive the monthly list. For this, simply enter it in the _email_ field of the _Setup location and email_ node. If you want to set multiple receivers, simply separate email addresses by `,`:  # Required accounts This workflow requires you to have a properly set up Gmail account that will be used by Gmail Node to send emails. You can read more about how to create credentials for a Gmail node in n8n documentation [here](https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/?utm_source=n8n_app&utm_medium=left_nav_menu&utm_campaign=create_new_credentials_modal).