0630 Code Webhook Create Scheduled

0630 Code Webhook Create Scheduled

Scheduled
High
9
Nodes
Scheduled
Trigger
High
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
9
Node Types
7

Node Types

webhook
Webhook
1 node
no Op
continue with valid token
1 node
http Request
get new accessToken
1 node
code
2. set token in static data, 1. initiate static data
2 nodes
schedule Trigger
Schedule Trigger
1 node
sticky Note
Sticky Note, Sticky Note1
2 nodes
if
if token is valid
1 node

Workflow JSON

6.8 KB
{
  "name": "0630 Code Webhook Create Scheduled",
  "nodes": [
    {
      "id": "517fad39-50ec-4eae-94c4-aca5b111a093",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -120,
        -100
      ],
      "webhookId": "a227afae-e16e-44c2-bb5c-e69fe553b455",
      "parameters": {
        "path": "a227afae-e16e-44c2-bb5c-e69fe553b455",
        "options": {}
      },
      "typeVersion": 2
    },
    {
      "id": "cbd978df-9b95-4148-a054-7772213f5b8f",
      "name": "continue with valid token",
      "type": "n8n-nodes-base.noOp",
      "position": [
        1020,
        -40
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "65167cf9-3ec5-4727-a604-a318e86bb54e",
      "name": "get new accessToken",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        560,
        80
      ],
      "parameters": {
        "url": "http://your-api.com",
        "options": {
          "response": {
            "res...

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