Web Scraping & Data Extraction

0471 HTTP Form Create Webhook

0471 HTTP Form Create Webhook

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

Workflow Overview

Total Nodes
7
Node Types
5

Node Types

http Request
Create Stripe Product, Create payment link
2 nodes
set
Config
1 node
form Trigger
Creation Form
1 node
sticky Note
Sticky Note1, Sticky Note
2 nodes
respond To Webhook
Respond to Webhook
1 node

Workflow JSON

5.79 KB
{
  "meta": {
    "instanceId": "8418cffce8d48086ec0a73fd90aca708aa07591f2fefa6034d87fe12a09de26e"
  },
  "name": "0471 HTTP Form Create Webhook",
  "nodes": [
    {
      "id": "4503cef2-4882-43c6-bdb9-b94c75da5776",
      "name": "Create Stripe Product",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        780,
        300
      ],
      "parameters": {
        "url": "https://api.stripe.com/v1/products",
        "method": "POST",
        "options": {},
        "sendBody": true,
        "contentType": "form-urlencoded",
        "authentication": "predefinedCredentialType",
        "bodyParameters": {
          "parameters": [
            {
              "name": "name",
              "value": "={{ $json.title }}"
            },
            {
              "name": "default_price_data[unit_amount]",
              "value": "={{ $json.price }}"
            },
            {
              "name": "default_price_data[currency]",
              "value": "={{ $json.currency }...

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