Communication & Messaging

Create and update a channel, and send a message on Twist

Create and update a channel, and send a message on Twist

Manual
Low
4
Nodes
Manual
Trigger
Low
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
4
Node Types
0

Workflow JSON

2.63 KB
{
  "id": "173",
  "name": "Create and update a channel, and send a message on Twist",
  "nodes": [
    {
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        470,
        260
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Twist",
      "type": "n8n-nodes-base.twist",
      "position": [
        670,
        260
      ],
      "parameters": {
        "name": "n8n-docs",
        "resource": "channel",
        "workspaceId": 150329,
        "additionalFields": {
          "user_ids": [
            475370
          ]
        }
      },
      "credentials": {
        "twistOAuth2Api": "Twist OAuth Credentials"
      },
      "typeVersion": 1
    },
    {
      "name": "Twist1",
      "type": "n8n-nodes-base.twist",
      "position": [
        870,
        260
      ],
      "parameters": {
        "resource": "channel",
        "channelId": "={{$node[\"Twist\"].json[\"id\"]}}",
        "operati...

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