Communication & Messaging

0835 Microsoftoutlook Schedule Automation Scheduled

0835 Microsoftoutlook Schedule Automation Scheduled

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

Workflow Overview

Total Nodes
6
Node Types
4

Node Types

my Sql
MySQL
1 node
schedule Trigger
Schedule Trigger
1 node
switch
Switch
1 node
microsoft Outlook
Microsoft Outlook6, Microsoft Outlook1, Microsoft Outlook7
3 nodes

Workflow JSON

11.38 KB
{
  "meta": {
    "instanceId": "4359279a248a64f23ddf72d3bc2de4dead8a687e643e9296f8a007dd65120396"
  },
  "name": "0835 Microsoftoutlook Schedule Automation Scheduled",
  "nodes": [
    {
      "id": "59b786fe-8e45-4616-aa45-9748df144c3a",
      "name": "MySQL",
      "type": "n8n-nodes-base.mySql",
      "position": [
        -80,
        220
      ],
      "parameters": {
        "query": "SELECT \n    company,\n    cost_center AS default_cost_center,\n    COUNT(*) AS project_count\nFROM \n    tabProject\nWHERE \n    status = 'Open' \n    AND project_type = 'External'\n    AND is_active = 'Yes'\n    AND budgeted_project_cost = 0\n    \nGROUP BY \n    company, cost_center\nORDER BY \n    company, project_count DESC;\n",
        "options": {},
        "operation": "executeQuery"
      },
      "typeVersion": 2.4
    },
    {
      "id": "48c20822-9f2e-4108-8bfb-b300689a9724",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -...

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