This workflow follows the Emailsend → HTTP Request recipe pattern — see all workflows that pair these two integrations.
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 →
{
"name": "ASMR Video Workflow",
"nodes": [
{
"parameters": {
"path": "asmr",
"options": {}
},
"id": "1",
"name": "Webhook Trigger",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
250,
300
],
"webhookDescription": "Tetiklemek i\u00e7in: http://localhost:5678/webhook/asmr"
},
{
"parameters": {
"model": "gpt-4o-mini",
"messages": [
{
"role": "system",
"content": "Sen bir ASMR i\u00e7erik yazar\u0131 AI's\u0131n. Kullan\u0131c\u0131y\u0131 rahatlatacak k\u0131sa bir senaryo yaz."
},
{
"role": "user",
"content": "K\u0131sa bir ASMR senaryosu yaz."
}
]
},
"id": "2",
"name": "OpenAI - Script",
"type": "n8n-nodes-base.openAi",
"typeVersion": 2,
"position": [
500,
300
],
"credentials": {
"openAiApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"method": "POST",
"url": "https://api.elevenlabs.io/v1/text-to-speech/YOUR_VOICE_ID",
"sendBody": true,
"jsonParameters": true,
"options": {},
"bodyParametersJson": "={ \"text\": $json[\"choices\"][0][\"message\"][\"content\"], \"voice_settings\": { \"stability\": 0.5, \"similarity_boost\": 0.8 } }",
"headerParametersJson": "={ \"xi-api-key\": \"YOUR_ELEVENLABS_API_KEY\", \"Content-Type\": \"application/json\" }"
},
"id": "3",
"name": "ElevenLabs TTS",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [
750,
300
]
},
{
"parameters": {
"method": "POST",
"url": "https://api.pikalabs.com/generate",
"sendBody": true,
"jsonParameters": true,
"bodyParametersJson": "={ \"prompt\": \"ASMR i\u00e7in sakinle\u015ftirici bir animasyon videosu\" }",
"headerParametersJson": "={ \"Authorization\": \"Bearer YOUR_PIKALABS_API_KEY\", \"Content-Type\": \"application/json\" }"
},
"id": "4",
"name": "Pika Labs Video",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [
1000,
300
]
},
{
"parameters": {
"command": "ffmpeg -i audio.mp3 -i video.mp4 -c:v libx264 -c:a aac -shortest C:/Users/hasan/Videos/asmr_final.mp4"
},
"id": "5",
"name": "FFmpeg Merge",
"type": "n8n-nodes-base.executeCommand",
"typeVersion": 1,
"position": [
1250,
300
]
},
{
"parameters": {
"fromEmail": "n8n-bot@example.com",
"toEmail": "hasan24243434@gmail.com",
"subject": "ASMR Video Haz\u0131r \ud83c\udfa7",
"text": "Merhaba \ud83d\udc4b ASMR videon haz\u0131r! Dosya \u015furada: C:/Users/hasan/Videos/asmr_final.mp4"
},
"id": "6",
"name": "Send Email",
"type": "n8n-nodes-base.emailSend",
"typeVersion": 1,
"position": [
1500,
300
],
"credentials": {
"smtp": {
"name": "<your credential>"
}
}
}
],
"connections": {
"Webhook Trigger": {
"main": [
[
{
"node": "OpenAI - Script",
"type": "main",
"index": 0
}
]
]
},
"OpenAI - Script": {
"main": [
[
{
"node": "ElevenLabs TTS",
"type": "main",
"index": 0
}
]
]
},
"ElevenLabs TTS": {
"main": [
[
{
"node": "Pika Labs Video",
"type": "main",
"index": 0
}
]
]
},
"Pika Labs Video": {
"main": [
[
{
"node": "FFmpeg Merge",
"type": "main",
"index": 0
}
]
]
},
"FFmpeg Merge": {
"main": [
[
{
"node": "Send Email",
"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.
openAiApismtp
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
ASMR Video Workflow. Uses openAi, httpRequest, executeCommand, emailSend. Webhook trigger; 6 nodes.
Source: https://gist.github.com/Deacly24/df2d3346c42cbe755d73cd7998e14d0a — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
AI CapCut Video Editor Automation. Uses openAi, httpRequest, executeCommand, googleDrive. Webhook trigger; 10 nodes.
MallanooSploit. Uses openAi, executeCommand, httpRequest. Webhook trigger; 44 nodes.
Watch on Youtube▶️
Automatically detects missed Zoom demos booked via Calendly and triggers AI-powered follow-up sequences.
This guide walks you through setting up an AI-driven workflow to automate flight and hotel reservation processes using a conversational travel booking system. The workflow accepts booking requests, pr