8
n8n 한국어amn8n.com

Google 연락처의 매일 생일 알림을 Slack으로 전송

중급

이것은Other분야의자동화 워크플로우로, 7개의 노드를 포함합니다.주로 If, Slack, Filter, GoogleContacts, ScheduleTrigger 등의 노드를 사용하며. Google 연락처에서 일일 생일 알림을 가져와 Slack으로 발송

사전 요구사항
  • Slack Bot Token 또는 Webhook URL

카테고리

워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "id": "9w5vu5VmXxpdBLWi",
  "meta": {
    "instanceId": "14e4c77104722ab186539dfea5182e419aecc83d85963fe13f6de862c875ebfa"
  },
  "name": "Send Daily Birthday Reminders from Google Contacts to Slack",
  "tags": [
    {
      "id": "uScnF9NzR3PLIyvU",
      "name": "Published",
      "createdAt": "2025-03-21T07:22:28.491Z",
      "updatedAt": "2025-03-21T07:22:28.491Z"
    }
  ],
  "nodes": [
    {
      "id": "e4de5385-6b00-4245-b06e-3003703a348a",
      "name": "일정 트리거",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        80,
        140
      ],
      "parameters": {
        "rule": {
          "interval": [
            {
              "triggerAtHour": 8
            }
          ]
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "df65de90-d931-450e-bed1-bf8b4f79a090",
      "name": "Google Contacts",
      "type": "n8n-nodes-base.googleContacts",
      "notes": "Get the contact details\n",
      "position": [
        300,
        140
      ],
      "parameters": {
        "fields": [
          "emailAddresses",
          "birthdays",
          "names",
          "nicknames"
        ],
        "options": {},
        "operation": "getAll",
        "returnAll": true
      },
      "notesInFlow": true,
      "typeVersion": 1
    },
    {
      "id": "6e3dfeea-b22d-4156-a9a9-a8d5bb610848",
      "name": "If",
      "type": "n8n-nodes-base.if",
      "position": [
        800,
        180
      ],
      "parameters": {
        "options": {},
        "conditions": {
          "options": {
            "version": 2,
            "leftValue": "",
            "caseSensitive": true,
            "typeValidation": "strict"
          },
          "combinator": "and",
          "conditions": [
            {
              "id": "eff6fe23-651d-474d-8d77-3734e1ac4c13",
              "operator": {
                "name": "filter.operator.equals",
                "type": "string",
                "operation": "equals"
              },
              "leftValue": "={{ $json.today }}",
              "rightValue": "={{ $('Google Contacts').item.json.birthdays }}"
            }
          ]
        }
      },
      "typeVersion": 2.2
    },
    {
      "id": "32bd420e-11ab-4e82-a732-ed155f36094b",
      "name": "Slack",
      "type": "n8n-nodes-base.slack",
      "notes": "Reminds to the birthday message",
      "position": [
        1020,
        60
      ],
      "webhookId": "b5fda056-5b45-49ee-8e09-cd4bc7a2a881",
      "parameters": {
        "text": "Todays Birthday of your friend",
        "select": "channel",
        "blocksUi": "=Today is {{$json[\"first_name\"]}} {{$json[\"last_name\"]}}'s birthday! 🎉",
        "channelId": {
          "__rl": true,
          "mode": "url",
          "value": "",
          "__regex": "https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"
        },
        "messageType": "block",
        "otherOptions": {},
        "authentication": "oAuth2"
      },
      "credentials": {
        "slackOAuth2Api": {
          "id": "",
          "name": ""
        }
      },
      "notesInFlow": true,
      "typeVersion": 2.3
    },
    {
      "id": "caa5a301-ff68-4d61-801f-ac8c95edded3",
      "name": "필터 Contact",
      "type": "n8n-nodes-base.filter",
      "position": [
        560,
        140
      ],
      "parameters": {
        "options": {},
        "conditions": {
          "options": {
            "version": 2,
            "leftValue": "",
            "caseSensitive": true,
            "typeValidation": "strict"
          },
          "combinator": "and",
          "conditions": [
            {
              "id": "edb146b2-f338-4563-a991-d38613d1d5aa",
              "operator": {
                "type": "string",
                "operation": "notEmpty",
                "singleValue": true
              },
              "leftValue": "={{ $('Google Contacts').item.json.birthdays }}",
              "rightValue": ""
            }
          ]
        }
      },
      "typeVersion": 2.2
    },
    {
      "id": "4a156b56-ab25-4d29-aa1b-8cf00e4114c9",
      "name": "메모",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        0
      ],
      "parameters": {
        "width": 1220,
        "height": 320,
        "content": "Send Daily Birthday Reminders from Google Contacts to Slack"
      },
      "typeVersion": 1
    },
    {
      "id": "b1b04e75-e674-4389-a5ad-ebdcdfedca78",
      "name": "메모1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        360
      ],
      "parameters": {
        "width": 1220,
        "height": 100,
        "content": "This workflow automates the process of retrieving your Google Contacts, filtering out the ones with birthdays on the current day, and sending a reminder to a designated Slack channel. By scheduling it to run daily at a specific time, the workflow ensures that you never miss a birthday reminder. Whether for team celebrations, personal reminders, or simply keeping track of important dates, this workflow can be easily customized to notify you or your team about upcoming birthdays directly in Slack."
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "22eaeed6-6d9e-430b-8a1d-3848257cf3b2",
  "connections": {
    "6e3dfeea-b22d-4156-a9a9-a8d5bb610848": {
      "main": [
        [
          {
            "node": "32bd420e-11ab-4e82-a732-ed155f36094b",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter Contact": {
      "main": [
        [
          {
            "node": "6e3dfeea-b22d-4156-a9a9-a8d5bb610848",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "df65de90-d931-450e-bed1-bf8b4f79a090": {
      "main": [
        [
          {
            "node": "Filter Contact",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "df65de90-d931-450e-bed1-bf8b4f79a090",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

이 워크플로우를 어떻게 사용하나요?

위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.

이 워크플로우는 어떤 시나리오에 적합한가요?

중급 - 기타

유료인가요?

이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.

워크플로우 정보
난이도
중급
노드 수7
카테고리1
노드 유형6
난이도 설명

일정 경험을 가진 사용자를 위한 6-15개 노드의 중간 복잡도 워크플로우

저자
WeblineIndia

WeblineIndia

@weblineindia

A Leading Software Engineering, Consulting & Outsourcing Services Company in USA & India serving Clients Globally since 1999.

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34