AutomationFlowsSlack & Telegram › Gumroad Sale → Slack + Daily Summary

Gumroad Sale → Slack + Daily Summary

Gumroad Sale → Slack + Daily Summary. Uses slack, airtable. Webhook trigger; 3 nodes.

Webhook trigger★☆☆☆☆ complexity3 nodesSlackAirtable
Slack & Telegram Trigger: Webhook Nodes: 3 Complexity: ★☆☆☆☆ Added:

This workflow follows the Airtable → Slack 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": "Gumroad Sale \u2192 Slack + Daily Summary",
  "nodes": [
    {
      "parameters": {
        "httpMethod": "POST",
        "path": "gumroad-sale",
        "options": {}
      },
      "id": "gumroad-webhook",
      "name": "Gumroad Sale Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        240,
        300
      ],
      "typeVersion": 2
    },
    {
      "parameters": {
        "authentication": "predefinedCredentialType",
        "nodeCredentialType": "slackApi",
        "resource": "message",
        "operation": "post",
        "channel": "#sales",
        "text": "\ud83d\udcb0 *New Gumroad Sale!*\n\n*Product:* {{ $json.body.product_name }}\n*Price:* ${{ ($json.body.price / 100).toFixed(2) }}\n*Buyer:* {{ $json.body.email }}\n*Total sales today:* calculate in Airtable\n\n\ud83c\udf89 Keep going!"
      },
      "id": "slack-alert",
      "name": "Post to #sales Slack",
      "type": "n8n-nodes-base.slack",
      "position": [
        460,
        200
      ],
      "typeVersion": 2.2
    },
    {
      "parameters": {
        "authentication": "predefinedCredentialType",
        "nodeCredentialType": "airtableTokenApi",
        "operation": "create",
        "base": {
          "value": "={{ $env.AIRTABLE_BASE_ID }}",
          "mode": "id"
        },
        "table": {
          "value": "Sales",
          "mode": "name"
        },
        "fieldsUi": {
          "fieldValues": [
            {
              "fieldId": "Product",
              "fieldValue": "={{ $json.body.product_name }}"
            },
            {
              "fieldId": "Email",
              "fieldValue": "={{ $json.body.email }}"
            },
            {
              "fieldId": "Amount",
              "fieldValue": "={{ $json.body.price / 100 }}"
            },
            {
              "fieldId": "Date",
              "fieldValue": "={{ $now.toISO() }}"
            }
          ]
        }
      },
      "id": "log-to-airtable",
      "name": "Log to Airtable",
      "type": "n8n-nodes-base.airtable",
      "position": [
        460,
        380
      ],
      "typeVersion": 2.1
    }
  ],
  "connections": {
    "Gumroad Sale Webhook": {
      "main": [
        [
          {
            "node": "Post to #sales Slack",
            "type": "main",
            "index": 0
          },
          {
            "node": "Log to Airtable",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1"
  },
  "_meta": {
    "description": "Fires on every Gumroad sale: posts a celebration message to Slack #sales channel and logs the transaction to an Airtable base for tracking.",
    "requiredCredentials": [
      "Slack API",
      "Airtable API"
    ],
    "variables": [
      "AIRTABLE_BASE_ID"
    ],
    "category": "E-commerce / Sales",
    "n8nVersion": ">=1.0.0",
    "setup": "In Gumroad dashboard \u2192 Settings \u2192 Ping URL \u2192 paste your n8n webhook URL"
  }
}
Pro

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

About this workflow

Gumroad Sale → Slack + Daily Summary. Uses slack, airtable. Webhook trigger; 3 nodes.

Source: https://github.com/miscia123/n8n-free-workflows/blob/main/workflows/03-gumroad-sale-slack-alert.json — original creator credit. Request a take-down →

More Slack & Telegram workflows → · Browse all categories →

Related workflows

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

Slack & Telegram

Automates error detection and notification to prevent production downtime. Monitors incoming webhooks, filters critical errors, and triggers alerts or bug reports. Ensures rapid response to critical i

Slack, Jira
Slack & Telegram

This n8n workflow ensures instant notifications to parents and staff during school emergencies. It processes incoming alerts via webhooks, filters active emergencies, and sends notifications through e

Email Send, Slack
Slack & Telegram

B-Stock Deal Alert — Slack + Email. Uses slack, emailSend. Webhook trigger; 3 nodes.

Slack, Email Send
Slack & Telegram

ApogeoAPI — Enrich visitor IP and notify Slack. Uses n8n-nodes-apogeoapi, slack. Webhook trigger; 3 nodes.

N8N Nodes Apogeoapi, Slack
Slack & Telegram

This workflow is a production-ready Meta Ads Webhook dispatcher for the Ad Account object. It receives webhook deliveries from Meta, returns the required acknowledgement, routes events by , logs them

Google Sheets, Slack