Déclencher un appel sortant Vapi à partir d'une nouvelle soumission Typeform
Ceci est unLead Nurturing, AI Chatbotworkflow d'automatisation du domainecontenant 6 nœuds.Utilise principalement des nœuds comme Set, Wait, HttpRequest, TypeformTrigger. Utiliser Vapi pour automatiser les appels vers les nouvelles soumissions Typeform
- •Peut nécessiter les informations d'identification d'authentification de l'API cible
Nœuds utilisés (6)
Catégorie
{
"id": "J617rBUQYkh2SaEZ",
"meta": {
"instanceId": "9219ebc7795bea866f70aa3d977d54417fdf06c41944be95e20cfb60f992db19",
"templateCredsSetupCompleted": true
},
"name": "Start an outbound Vapi phone call from a new Typeform submission",
"tags": [],
"nodes": [
{
"id": "6c0ef8ff-de61-43b5-abf9-3e58e1ea082a",
"name": "Note adhésive",
"type": "n8n-nodes-base.stickyNote",
"position": [
158,
-156
],
"parameters": {
"width": 260,
"height": 396,
"content": "## Set Vapi fields\nYou must set the following fields that you can obtain inside your Vapi account \n- phone number id which will make the call\n- assistant id which will be enabled in the call\n- your Vapi api key"
},
"typeVersion": 1
},
{
"id": "24916d7d-9ef6-4150-b452-bdc848adfe0e",
"name": "Démarrer l'appel sortant Vapi",
"type": "n8n-nodes-base.httpRequest",
"position": [
464,
80
],
"parameters": {
"url": "https://api.vapi.ai/call",
"method": "POST",
"options": {},
"jsonBody": "={\n \"assistantId\": \"{{ $json.vapiAssistantId }}\",\n \"phoneNumberId\": \"{{ $json.vapiPhoneNumberId }}\",\n \"customer\": {\n \"number\": \"{{ $('Typeform Trigger').item.json.Phone }}\"\n }\n}\n",
"sendBody": true,
"sendHeaders": true,
"specifyBody": "json",
"headerParameters": {
"parameters": [
{
"name": "Authorization",
"value": "=Bearer {{ $json.vapiApi }}"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "03574069-ce42-4a6f-8b34-b47a41b481c0",
"name": "Définir les champs",
"type": "n8n-nodes-base.set",
"position": [
240,
80
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "f38947e1-c75a-44cc-88f9-c44fc80bada8",
"name": "vapiPhoneNumberId",
"type": "string",
"value": "insert-id"
},
{
"id": "463ed66e-e072-48dc-a75d-a3815fd07de0",
"name": "vapiAssistantId",
"type": "string",
"value": "insert-id"
},
{
"id": "93f058cd-e015-4b83-a16f-efceddafb128",
"name": "vapiApi",
"type": "string",
"value": "insert-api"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "da806b32-09c9-4f62-8006-9145435bf956",
"name": "Note adhésive1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-624,
-160
],
"parameters": {
"color": 4,
"width": 320,
"height": 488,
"content": "## Requirements \n### Typeform\n- [Typeform](https://typeform.cello.so/e2pbXQKsijA) account\n- Typerform personal access token and credentials enabled in n8n\n- A Typeform form published that includes a phone number field\n\n### Vapi\n- A [Vapi](https://vapi.ai/?aff=onenode) account with credit\n- A connected phone number which will make the calls\n- An assistant created and ready to make calls\n- Vapi api key \n\n### Useful links\n- [Vapi docs](https://docs.vapi.ai/api-reference/calls/create)\n- [n8n Typeform credentials](https://docs.n8n.io/integrations/builtin/credentials/typeform/)"
},
"typeVersion": 1
},
{
"id": "38eaeb6e-857d-4e89-bcc8-8a2b589a763b",
"name": "Attendre 2 min",
"type": "n8n-nodes-base.wait",
"position": [
16,
80
],
"webhookId": "f86392cf-37bc-46e0-a6c5-6f5c3ffb59b7",
"parameters": {
"unit": "minutes",
"amount": 2
},
"typeVersion": 1.1
},
{
"id": "e7da33ce-eeca-49b9-92f2-8c3b3f0cb9aa",
"name": "Déclencheur Typeform",
"type": "n8n-nodes-base.typeformTrigger",
"position": [
-208,
80
],
"webhookId": "18d84aa4-0439-42c2-83b2-b1af863c7340",
"parameters": {
"formId": "FW7LOAGB"
},
"credentials": {
"typeformApi": {
"id": "1UwaMkZidasC5lr5",
"name": "Typeform account"
}
},
"typeVersion": 1.1
}
],
"active": true,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "c1040a07-9577-4116-bd4e-05990a5a0f7a",
"connections": {
"38eaeb6e-857d-4e89-bcc8-8a2b589a763b": {
"main": [
[
{
"node": "03574069-ce42-4a6f-8b34-b47a41b481c0",
"type": "main",
"index": 0
}
]
]
},
"03574069-ce42-4a6f-8b34-b47a41b481c0": {
"main": [
[
{
"node": "24916d7d-9ef6-4150-b452-bdc848adfe0e",
"type": "main",
"index": 0
}
]
]
},
"e7da33ce-eeca-49b9-92f2-8c3b3f0cb9aa": {
"main": [
[
{
"node": "38eaeb6e-857d-4e89-bcc8-8a2b589a763b",
"type": "main",
"index": 0
}
]
]
}
}
}Comment utiliser ce workflow ?
Copiez le code de configuration JSON ci-dessus, créez un nouveau workflow dans votre instance n8n et sélectionnez "Importer depuis le JSON", collez la configuration et modifiez les paramètres d'authentification selon vos besoins.
Dans quelles scénarios ce workflow est-il adapté ?
Intermédiaire - Nurturing de leads, Chatbot IA
Est-ce payant ?
Ce workflow est entièrement gratuit et peut être utilisé directement. Veuillez noter que les services tiers utilisés dans le workflow (comme l'API OpenAI) peuvent nécessiter un paiement de votre part.
Workflows recommandés
Aitor | 1Node
@aitoralonsoHi, I’m Aitor. At 1Node, we help businesses save up to 5 figures annually by deploying private AI infrastructure instead of relying on expensive Cloud Enterprise solutions. As n8n enthusiasts, we love exploring its possibilities and sharing free basic workflows.
Partager ce workflow