AutomationFlowsGeneral › Typeform Leads to WhatsApp via Twilio

Typeform Leads to WhatsApp via Twilio

Original n8n title: Send Typeforms Leads via Whatsapp (twilio)

Send Typeforms leads via Whatsapp (Twilio). Uses typeformTrigger, twilio. Event-driven trigger; 3 nodes.

Event trigger★☆☆☆☆ complexity3 nodesTypeform TriggerTwilio
General Trigger: Event Nodes: 3 Complexity: ★☆☆☆☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "id": 1,
  "name": "Send Typeforms leads via Whatsapp (Twilio)",
  "nodes": [
    {
      "name": "Typeform Trigger",
      "type": "n8n-nodes-base.typeformTrigger",
      "position": [
        460,
        300
      ],
      "parameters": {
        "formId": "agRe2poK",
        "onlyAnswers": false,
        "authentication": "oAuth2"
      },
      "credentials": {
        "typeformOAuth2Api": {
          "name": "<your credential>"
        }
      },
      "retryOnFail": true,
      "typeVersion": 1
    },
    {
      "name": "Twilio",
      "type": "n8n-nodes-base.twilio",
      "position": [
        900,
        300
      ],
      "parameters": {
        "to": "+33659104857",
        "from": "+16065954936",
        "message": "=Hello, Here is a new customer who is looking for a Test : \n\n{{$json[\"Data\"]}}\n\nRegards, HelloSafe"
      },
      "credentials": {
        "twilioApi": {
          "name": "<your credential>"
        }
      },
      "retryOnFail": true,
      "typeVersion": 1
    },
    {
      "name": "Set",
      "type": "n8n-nodes-base.set",
      "position": [
        680,
        300
      ],
      "parameters": {
        "values": {
          "string": [
            {
              "name": "Data",
              "value": "=Last name : {{$node[\"Typeform Trigger\"].json[\"form_response\"][\"answers\"][\"And your *last name*?\"]}}\nFirst name :{{$node[\"Typeform Trigger\"].json[\"form_response\"][\"answers\"][\"Let's start with your* first name.*\"]}}\nNumber of child : {{$node[\"Typeform Trigger\"].json[\"form_response\"][\"answers\"][\"How many child do you have ?\"]}}\nCountry : {{$node[\"Typeform Trigger\"].json[\"form_response\"][\"answers\"][\"Lastly, [field:d566770d2197a78b], what country do you live in?\"]}}\nMail adress : {{$node[\"Typeform Trigger\"].json[\"form_response\"][\"answers\"][\"What *email address* can we reach you at? This is only to get in touch, not to send spam.\"]}}\nBirth date : {{$node[\"Typeform Trigger\"].json[\"form_response\"][\"answers\"][\"What is your birth date ?\"]}}"
            }
          ]
        },
        "options": {}
      },
      "typeVersion": 1
    }
  ],
  "active": true,
  "settings": {},
  "connections": {
    "Set": {
      "main": [
        [
          {
            "node": "Twilio",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Twilio": {
      "main": [
        []
      ]
    },
    "Typeform Trigger": {
      "main": [
        [
          {
            "node": "Set",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Send Typeforms leads via Whatsapp (Twilio). Uses typeformTrigger, twilio. Event-driven trigger; 3 nodes.

Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

User Request Management. Uses clickUp, typeformTrigger. Event-driven trigger; 7 nodes.

ClickUp, Typeform Trigger
General

Typeform Demio. Uses typeformTrigger, demio. Event-driven trigger; 2 nodes.

Typeform Trigger, Demio
General

Apitemplateio Typeform. Uses typeformTrigger, apiTemplateIo. Event-driven trigger; 2 nodes.

Typeform Trigger, Api Template Io
General

Community Node Disclaimer: This workflow uses KlickTipp community nodes.

N8N Nodes Klicktipp, Typeform Trigger
General

Set Workflow. Uses n8n-nodes-klicktipp, typeformTrigger, stopAndError. Event-driven trigger; 15 nodes.

N8N Nodes Klicktipp, Typeform Trigger, Stop And Error