{
  "openruna_format": "flow-graph-v1",
  "title": "Generate audio from text using OpenAI - text-to-speech Workflow",
  "slug": "generate-audio-from-text-using-openai-text-to-speech-workflow-2",
  "source_filename": "1577_Respondtowebhook_Stickynote_Create_Webhook.json",
  "nodes": [
    {
      "id": "Respond to Webhook",
      "name": "Respond to Webhook",
      "integration": "respondToWebhook",
      "kind": "action"
    },
    {
      "id": "Webhook",
      "name": "Webhook",
      "integration": "webhook",
      "kind": "trigger"
    },
    {
      "id": "OpenAI",
      "name": "OpenAI",
      "integration": "@n8n/n8n-nodes-langchain.openAi",
      "kind": "action"
    }
  ],
  "edges": [
    {
      "from": "OpenAI",
      "to": "Respond to Webhook"
    },
    {
      "from": "Webhook",
      "to": "OpenAI"
    }
  ]
}