Skip to main content

Send voice calls in seconds: Automate Text-To-Speech using ClickSend API

Workflow preview

Workflow preview
100%
Send voice calls in seconds: Automate Text-To-Speech using ClickSend API preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

This workflow automates the process of sending text to speech (TTS) voice calls using API. It allows users to submit a form with the message content, recipient's phone number, voice type, and langu...

Best for

  • Lead Nurturing automation workflows
  • Multimodal AI automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.httprequest, n8n-nodes-base.formtrigger

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Davide.

Original n8n.io source

1.1 Workflow description

Title
Send voice calls in seconds: Automate Text-To-Speech using ClickSend API
Workflow name
Send voice calls in seconds: Automate Text-To-Speech using ClickSend API

This workflow automates the process of sending text-to-speech (TTS) voice calls using API. It allows users to submit a form with the message content, recipient's phone number, voice type, and language, and then sends a voice call with the provided text.

This workflow is a simple yet powerful way to automate text-to-speech voice calls using API. It’s ideal for notifications, reminders, or any scenario where voice communication is needed.

Below is a breakdown of the workflow:


1. How It Works

The workflow is designed to send voice calls with text-to-speech functionality. Here's how it works:

  1. Form Submission:

    • The workflow starts with a Form Trigger node, where users submit a form with the following fields:
      • Body: The text message to be converted to speech (max 600 characters).
      • To: The recipient's phone number (including the international prefix, e.g., +39xxxxxxxxxx).
      • Voice: The voice type (male or female).
      • Lang: The language for the voice call (e.g., en-us, it-it, fr-fr, etc.).
    • Once the form is submitted, the workflow is triggered.
  2. Send Voice Call:

    • The Send Voice node sends a POST request to the ClickSend API (https://rest.clicksend.com/v3/voice/send).
    • The request includes:
      • The text message (Body) to be converted to speech.
      • The recipient's phone number (To).
      • The voice type (Voice).
      • The language (Lang).
      • Machine detection is enabled to detect if the call is answered by a machine.
    • The API processes the request and initiates a voice call to the specified number, where the text is read aloud by the selected voice.
  3. Outcome:

    • The recipient receives a voice call, and the submitted text is read aloud in the chosen voice and language.

2. Set Up Steps

To set up and use this workflow in n8n, follow these steps:

  1. Register on ClickSend:

    • Go to ClickSend and create an account.
    • Obtain your API Key and take advantage of the 2 € free credits provided.
  2. Configure ClickSend API in n8n:

    • In the Send Voice node, set up HTTP Basic Authentication:
      • Username: Use the username you registered with on ClickSend.
      • Password: Use the API Key provided by ClickSend.
  3. Set Up the Form Trigger:

    • The Form Trigger node is pre-configured with fields for:
      • Body: The text message to be converted to speech.
      • To: The recipient's phone number.
      • Voice: Choose between male or female voice.
      • Lang: Select the language for the voice call.
    • Customize the form fields if needed (e.g., add more languages or voice options).
  4. Test the Workflow:

    • Submit the form with the required details (text, phone number, voice, and language).
    • The workflow will send a voice call to the specified number, and the recipient will hear the text read aloud.
  5. Optional Customization:

    • Modify the workflow to include additional features, such as:
      • Adding more languages or voice options.
      • Sending multiple voice calls in bulk.
      • Integrating with other APIs or services for advanced use cases.

Need help customizing?

Contact me for consulting and support or add me on Linkedin.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Send Voice

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 4 - On form submission

Type / Role
n8n-nodes-base.formTrigger - formTrigger
Config choices
Version 2.2

Block 5 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Send voice calls in seconds: Automate Text-To-Speech using ClickSend API
Complexity intermediate
Nodes 5
Categories Lead Nurturing, Multimodal AI
Author Davide
Published 03 Mar 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/3072/3072.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Send voice calls in seconds: Automate Text-To-Speech using ClickSend API do?

This workflow automates the process of sending text to speech (TTS) voice calls using API. It allows users to submit a form with the message content, recipient's phone number, voice type, and langu...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Lead Nurturing, Multimodal AI use case.