{
  "openruna_format": "flow-graph-v1",
  "title": "Translate text from English to German",
  "slug": "translate-text-from-english-to-german",
  "source_filename": "1200_Manual_Googletranslate_Automation_Triggered.json",
  "nodes": [
    {
      "id": "On clicking 'execute'",
      "name": "On clicking 'execute'",
      "integration": "manual",
      "kind": "trigger"
    },
    {
      "id": "Google Translate",
      "name": "Google Translate",
      "integration": "googleTranslate",
      "kind": "action"
    }
  ],
  "edges": [
    {
      "from": "On clicking 'execute'",
      "to": "Google Translate"
    }
  ]
}