{
  "openruna_format": "flow-graph-v1",
  "title": "Text to Speech (OpenAI)",
  "slug": "text-to-speech-openai-2",
  "source_filename": "1390_Manual_Stickynote_Automation_Webhook.json",
  "nodes": [
    {
      "id": "When clicking \"Test workflow\"",
      "name": "When clicking \"Test workflow\"",
      "integration": "manual",
      "kind": "trigger"
    },
    {
      "id": "Set input text and TTS voice",
      "name": "Set input text and TTS voice",
      "integration": "set",
      "kind": "logic"
    },
    {
      "id": "Send HTTP Request to OpenAI's TTS Endpoint",
      "name": "Send HTTP Request to OpenAI's TTS Endpoint",
      "integration": "httpRequest",
      "kind": "action"
    }
  ],
  "edges": [
    {
      "from": "Set input text and TTS voice",
      "to": "Send HTTP Request to OpenAI's TTS Endpoint"
    },
    {
      "from": "When clicking \"Test workflow\"",
      "to": "Set input text and TTS voice"
    }
  ]
}