Web Scraping & Data Extraction

0779 Manual HTTP Create Webhook

0779 Manual HTTP Create Webhook

Manual
Medium
3
Nodes
Manual
Trigger
Medium
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
3
Node Types
3

Node Types

manual Trigger
When clicking ‘Test workflow’
1 node
http Request
Create Transcript1
1 node
read Write File
Read/Write Files from Disk
1 node

Workflow JSON

2.38 KB
{
  "meta": {
    "instanceId": "c911aed9995230b93fd0d9bc41c258d697c2fe97a3bab8c02baf85963eeda618"
  },
  "name": "0779 Manual HTTP Create Webhook",
  "nodes": [
    {
      "id": "fe599878-c955-4354-bbd0-a24fc1e3e933",
      "name": "When clicking ‘Test workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -340,
        -40
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "e03c7cef-4897-4234-b285-7be69e3c970d",
      "name": "Create Transcript1",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        100,
        -40
      ],
      "parameters": {
        "url": "https://api.elevenlabs.io/v1/speech-to-text",
        "method": "POST",
        "options": {},
        "sendBody": true,
        "contentType": "multipart-form-data",
        "sendHeaders": true,
        "authentication": "genericCredentialType",
        "bodyParameters": {
          "parameters": [
            {
              "name": "file",
   ...

Showing first 1000 characters. Click "Expand" to view the full JSON.