AutomationFlowsWeb Scraping › KakaoTalk Message Sender

KakaoTalk Message Sender

Original n8n title: Kakaotalk Send Me

Kakaotalk Send me. Uses executeWorkflowTrigger, httpRequest. Event-driven trigger; 2 nodes.

Event trigger★☆☆☆☆ complexity2 nodesExecute Workflow TriggerHTTP Request
Web Scraping Trigger: Event Nodes: 2 Complexity: ★☆☆☆☆ Added:

This workflow follows the Execute Workflow Trigger → HTTP Request recipe pattern — see all workflows that pair these two integrations.

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "name": "Kakaotalk Send me",
  "nodes": [
    {
      "parameters": {
        "workflowInputs": {
          "values": [
            {
              "name": "text"
            }
          ]
        }
      },
      "type": "n8n-nodes-base.executeWorkflowTrigger",
      "typeVersion": 1.1,
      "position": [
        0,
        0
      ],
      "id": "762ea4a5-c57c-4501-81e2-c54f8bc3424f",
      "name": "When Executed by Another Workflow"
    },
    {
      "parameters": {
        "method": "POST",
        "url": "https://kapi.kakao.com/v2/api/talk/memo/default/send",
        "authentication": "genericCredentialType",
        "genericAuthType": "oAuth2Api",
        "sendHeaders": true,
        "headerParameters": {
          "parameters": [
            {
              "name": "Content-Type",
              "value": "application/x-www-form-urlencoded;charset=utf-8"
            }
          ]
        },
        "sendBody": true,
        "bodyParameters": {
          "parameters": [
            {
              "name": "template_object",
              "value": "={     \n  \"object_type\": \"text\",     \n  \"text\": \"{{ $json.text.replaceAll(\"\\n\", \"\\\\n\") }}\",\n  \"link\": {\n        \"web_url\": \"https://developers.kakao.com\"\n    }\n}"
            }
          ]
        },
        "options": {}
      },
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [
        220,
        0
      ],
      "id": "a97faea5-1bad-4806-bda8-7809c30222ed",
      "name": "Send me",
      "credentials": {
        "oAuth2Api": {
          "name": "<your credential>"
        }
      }
    }
  ],
  "connections": {
    "When Executed by Another Workflow": {
      "main": [
        [
          {
            "node": "Send me",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "b80fb83a-f1b2-44ad-b115-9a04106a1440",
  "id": "dQ0PT1sd0IEGBz7h",
  "tags": []
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Kakaotalk Send me. Uses executeWorkflowTrigger, httpRequest. Event-driven trigger; 2 nodes.

Source: https://github.com/dandacompany/dandacompany.github.io/blob/42e2fc2751d2219a10ccc0dfb6a6d86e8bda047c/n8n-workflows/workflows/mcp_server/Kakaotalk_Send_me.json — original creator credit. Request a take-down →

More Web Scraping workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Web Scraping

Our KB Tool - Confluence KB is crafted to seamlessly integrate into the IT Ops AI SlackBot Workflow, enhancing the IT support process by enabling sophisticated search and response capabilities via Sla

Execute Workflow Trigger, HTTP Request
Web Scraping

twenty-sync. Uses executeWorkflowTrigger, httpRequest. Event-driven trigger; 6 nodes.

Execute Workflow Trigger, HTTP Request
Web Scraping

This workflow converts an HTML string into a polished PDF file using the powerful open-source Gotenberg service. It's designed to be a reusable utility in your automation stack. Receives Input: The wo

HTTP Request, Execute Workflow Trigger
Web Scraping

LFM Race. Uses httpRequest, executeWorkflowTrigger. Event-driven trigger; 6 nodes.

HTTP Request, Execute Workflow Trigger
Web Scraping

Name: AI-Powered Research Agent using Perplexity Sonar

Execute Workflow Trigger, HTTP Request