Communication & Messaging

0677 Gmailtool Splitout Create Webhook

0677 Gmailtool Splitout Create Webhook

Manual
High
18
Nodes
Manual
Trigger
High
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
18
Node Types
11

Node Types

agent
AI Agent
1 node
lm Chat Open Ai
OpenAI Chat Model
1 node
tool Workflow
Create Tasks
1 node
gmail Tool
Notify Client About Tasks
1 node
execute Workflow Trigger
Execute Workflow Trigger
1 node
split Out
Split Out
1 node
airtable
Create Task
1 node
google Calendar Tool
Create Event
1 node
webhook
Webhook
1 node
http Request
Get Meeting Content
1 node
sticky Note
Sticky Note, Sticky Note1, Sticky Note2, Sticky Note3, Sticky Note4, Sticky Note5, Sticky Note6, Sticky Note7
8 nodes

Workflow JSON

18.59 KB
{
  "name": "0677 Gmailtool Splitout Create Webhook",
  "nodes": [
    {
      "id": "38972c5c-09f4-4120-a468-731e720914e1",
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        900,
        -240
      ],
      "parameters": {
        "text": "=Title: {{ $json.data.transcript.title }}\n\nParticipants: {{ $json.data.transcript.participants }}\n\nTranscript: {{ JSON.stringify($json.data.transcript.sentences) }}\n\nBullet gist:{{ $json.data.transcript.summary.bullet_gist }}",
        "agent": "openAiFunctionsAgent",
        "options": {
          "systemMessage": "=You get my calls' transcripts from Firefiles.\nThere can be meetings about projects. You can understand if it's about a project if meeting's title contains \"project\". If so - you need to:\n1. Analyze transcript, use tool \"Create Tasks\" to create tasks for me in my AirTable base.\n2. You need to use tool \"Notify Client About Tasks\" to nofity client about his tasks.\n3. If tr...

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