Business Process Automation

0428 Splitout GoogleCalendar Send Webhook

0428 Splitout GoogleCalendar Send Webhook

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

Workflow Overview

Total Nodes
19
Node Types
13

Node Types

http Request
Get recetn tweets, Get recent LinkedIn posts
2 nodes
set
Setup, Get attendees email domains, Extract data for email
3 nodes
schedule Trigger
Every morning @ 7
1 node
google Calendar
Get meetings for today
1 node
split Out
Split Out
1 node
clearbit
Enrich attendee company
1 node
gmail
Gmail
1 node
code
Format LinkedIn Posts, Format Tweets
2 nodes
merge
Combine all activity for a company
1 node
html
Prepare email template
1 node
switch
Switch
1 node
sticky Note
Sticky Note, Sticky Note1, Sticky Note2
3 nodes
filter
Keep only ones with the domain
1 node

Workflow JSON

19.75 KB
{
  "meta": {
    "instanceId": "3c58c896c9089c8fb4d7f2b069bf3119193f239a1f538829758e2f4d6b5f5b24"
  },
  "name": "0428 Splitout GoogleCalendar Send Webhook",
  "nodes": [
    {
      "id": "f59411f9-5dad-4f8c-af0c-c3ab25171107",
      "name": "Get recetn tweets",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        233.5590877677955,
        1409.619212163096
      ],
      "parameters": {
        "url": "https://twitter154.p.rapidapi.com/user/tweets",
        "options": {
          "batching": {
            "batch": {
              "batchSize": 1,
              "batchInterval": 2000
            }
          }
        },
        "sendQuery": true,
        "sendHeaders": true,
        "queryParameters": {
          "parameters": [
            {
              "name": "limit",
              "value": "10"
            },
            {
              "name": "user_id",
              "value": "={{ $json.twitter.id }}"
            },
            {
              "name": "inclu...

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