Creative Content & Video Automation

0183 Strapi Webhook Automation Webhook

0183 Strapi Webhook Automation Webhook

Webhook
High
14
Nodes
Webhook
Trigger
High
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
14
Node Types
0

Workflow JSON

9.2 KB
{
  "name": "0183 Strapi Webhook Automation Webhook",
  "nodes": [
    {
      "name": "Simplify Result",
      "type": "n8n-nodes-base.set",
      "position": [
        680,
        100
      ],
      "parameters": {
        "values": {
          "string": [
            {
              "name": "Content",
              "value": "={{$json[\"full_text\"].replace(/(?:https?|ftp):\\/\\/[\\n\\S]+/g, '')}}"
            },
            {
              "name": "Author",
              "value": "={{$json[\"user\"][\"name\"]}} (@{{$json[\"user\"][\"screen_name\"]}})"
            },
            {
              "name": "Created",
              "value": "={{new Date($json[\"created_at\"]).toISOString()}}"
            },
            {
              "name": "URL",
              "value": "=https://twitter.com/{{$json[\"user\"][\"screen_name\"]}}/status/{{$json[\"id_str\"]}}"
            }
          ]
        },
        "options": {},
        "keepOnlySet": true
      },
      "typeVersion": 1
    },
   ...

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