Web Scraping & Data Extraction

0559 HTTP Webhook Create Webhook

0559 HTTP Webhook Create Webhook

Webhook
Medium
6
Nodes
Webhook
Trigger
Medium
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
6
Node Types
5

Node Types

http Request
Confluence: Get template content, Confluence: Create page from template
2 nodes
sticky Note
Sticky Note
1 node
set
Set parameters
1 node
code
Replace placeholders in template body and title
1 node
webhook
Webhook
1 node

Workflow JSON

7.45 KB
{
  "meta": {
    "instanceId": "0000"
  },
  "name": "0559 HTTP Webhook Create Webhook",
  "nodes": [
    {
      "id": "b2015e98-23bf-4bdb-b588-2991ee4d69d5",
      "name": "Confluence: Get template content",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1460,
        660
      ],
      "parameters": {
        "url": "={{ $('Set parameters').item.json.confluence_base_url }}/wiki/rest/api/template/{{ $json.template_id }}",
        "options": {},
        "authentication": "genericCredentialType",
        "genericAuthType": "httpBasicAuth"
      },
      "credentials": {
        "httpBasicAuth": {
          "id": "wQWJ3gbaDYd4nNIK",
          "name": "Atlassian"
        }
      },
      "typeVersion": 4.2
    },
    {
      "id": "b5b665d6-f92e-43f1-bfd8-5de4155b73d4",
      "name": "Confluence: Create page from template",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1900,
        660
      ],
      "parameters": {
        "url": "={{...

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