Archive your translated Instantly communication in Firebase / Firestore
Here's how it works:
1. Instantly: Whenever Email is sent, the automation will be triggered.
2. {{Language Detection}}: Pass the text content from Instantly to Google Translate for language detection.
3. Condition - You can add a condition that says, Language..... 'is not equal to'..... your desired language. So if the condition is met, the automation will proceed further.
4. Google Translate: The automation will translate the text content from Instantly to your desired language.
5. Firebase / Firestore: The translated content will be used to Create or replace firebase realtime database record in Firebase / Firestore, allowing you to store and analyze the translated Instantly messages in a structured manner. Make sure you specify the Firebase / Firestore, and column values for storing the translated message.