{
  "name": "Send voice calls in seconds: Automate Text-To-Speech using ClickSend API",
  "nodes": [
    {
      "id": "2b14ce1c-5213-4684-90a6-ef8b6885f2ef",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -300,
        -520
      ],
      "parameters": {
        "width": 440,
        "height": 180,
        "content": "## STEP 1\n[Register here to ClickSend](https://clicksend.com/?u=586989) and obtain your API Key and 2 € of free credits\n\nIn the node \"Send Voice\" create a \"Basic Auth\" with the username you registered"
      }
    },
    {
      "id": "b3931dc5-7021-4ca2-ae73-8bf670a56cb7",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -300,
        -300
      ],
      "parameters": {
        "width": 440,
        "height": null,
        "content": "## STEP 2\n\nSubmit the form and you will receive a call to the phone number you entered where the selected voice will tell you the content of the text you wrote."
      }
    },
    {
      "id": "a548f92d-199e-4cd2-ae34-742617484831",
      "name": "Send Voice",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -40,
        -100
      ]
    },
    {
      "id": "ffc2cbe9-6e31-4d54-8e6a-26e94ec50ef4",
      "name": "On form submission",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -300,
        -100
      ]
    },
    {
      "id": "397e0b9f-7407-47d6-b242-1b87955a701b",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -300,
        -720
      ],
      "parameters": {
        "width": 440,
        "height": null,
        "content": "## Automate text-to-speech voice calls\nThis workflow is a simple yet powerful way to automate text-to-speech voice calls using the ClickSend API. It’s ideal for notifications, reminders, or any scenar"
      }
    }
  ],
  "connections": {
    "On form submission": {
      "main": [
        [
          {
            "node": "Send Voice",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}