Web Scraping & Data Extraction

0313 HTTP Schedule Create Scheduled

0313 HTTP Schedule Create Scheduled

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

Workflow Overview

Total Nodes
9
Node Types
6

Node Types

http Request
List scheduled events from Discord
1 node
schedule Trigger
On schedule
1 node
google Calendar
Update event details, Create event, Get events
3 nodes
if
Create or update?
1 node
set
Configure
1 node
sticky Note
Sticky Note1, Sticky Note
2 nodes

Workflow JSON

8.19 KB
{
  "meta": {
    "instanceId": "a2434c94d549548a685cca39cc4614698e94f527bcea84eefa363f1037ae14cd"
  },
  "name": "0313 HTTP Schedule Create Scheduled",
  "nodes": [
    {
      "id": "78d5f452-5ba1-4d59-9d52-8f32512d2c25",
      "name": "List scheduled events from Discord",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1940,
        1000
      ],
      "parameters": {
        "url": "=https://discord.com/api/guilds/{{ $('Configure').first().json.guild_id }}/scheduled-events",
        "options": {},
        "sendQuery": true,
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth",
        "queryParameters": {
          "parameters": [
            {
              "name": "with_user_count",
              "value": "true"
            }
          ]
        }
      },
      "credentials": {
        "httpHeaderAuth": {
          "id": "fxbcosIH3MYkufX8",
          "name": "FILL ME"
        }
      },
      "typeVersion": 4.1
  ...

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