Web Scraping & Data Extraction

0955 HTTP Automation Webhook

0955 HTTP Automation Webhook

Manual
Low
1
Nodes
Manual
Trigger
Low
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
1
Node Types
0

Workflow JSON

1.09 KB
{
  "name": "0955 HTTP Automation Webhook",
  "nodes": [
    {
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        450,
        300
      ],
      "parameters": {
        "url": "https://api.digitalocean.com/v2/droplets",
        "options": {
          "bodyContentType": "json"
        },
        "requestMethod": "POST",
        "bodyParametersUi": {
          "parameter": [
            {
              "name": "name",
              "value": "API-creation-test"
            },
            {
              "name": "region",
              "value": "blr1"
            },
            {
              "name": "size",
              "value": "s-1vcpu-1gb"
            },
            {
              "name": "image",
              "value": "ubuntu-20-04-x64"
            }
          ]
        },
        "headerParametersUi": {
          "parameter": [
            {
              "name": "Authorization",
              "value": "Bearer {your_personal_acc...

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