AutomationFlowsEmail & Gmail › Sales Activity Auto-logger

Sales Activity Auto-logger

Sales Activity Auto-Logger. Uses gmailTrigger, salesforce. Event-driven trigger; 3 nodes.

Event trigger★☆☆☆☆ complexity3 nodesGmail TriggerSalesforce
Email & Gmail Trigger: Event Nodes: 3 Complexity: ★☆☆☆☆ Added:

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": "Sales Activity Auto-Logger",
  "nodes": [
    {
      "parameters": {
        "pollTimes": {
          "item": [
            {
              "mode": "everyMinute"
            }
          ]
        }
      },
      "id": "ed9e0400-48dc-4907-99bb-5e1feb905f8d",
      "name": "New Email (Gmail)",
      "type": "n8n-nodes-base.gmailTrigger",
      "typeVersion": 1.2,
      "position": [
        260,
        300
      ],
      "notes": "Assign Gmail credentials."
    },
    {
      "parameters": {
        "assignments": {
          "assignments": [
            {
              "id": "8860a59a-0495-489a-bdf0-6e7b7930ee2f",
              "name": "email",
              "value": "={{ $json.from.value[0].address }}",
              "type": "string"
            },
            {
              "id": "312a5205-ad49-48fb-98ea-08cfb78e8bd9",
              "name": "subject",
              "value": "={{ $json.subject }}",
              "type": "string"
            }
          ]
        }
      },
      "id": "8a86e8fd-9e54-4d32-a385-ee3b3a017dee",
      "name": "Extract Contact",
      "type": "n8n-nodes-base.set",
      "typeVersion": 3.4,
      "position": [
        560,
        300
      ]
    },
    {
      "parameters": {
        "resource": "task",
        "operation": "create"
      },
      "id": "dfff39d5-ec6a-4b0d-a4cb-b4218aa59bc1",
      "name": "Log Activity",
      "type": "n8n-nodes-base.salesforce",
      "typeVersion": 2,
      "position": [
        860,
        300
      ],
      "notes": "Assign Salesforce credentials."
    }
  ],
  "connections": {
    "New Email (Gmail)": {
      "main": [
        [
          {
            "node": "Extract Contact",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Contact": {
      "main": [
        [
          {
            "node": "Log Activity",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1"
  }
}
Pro

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

About this workflow

Sales Activity Auto-Logger. Uses gmailTrigger, salesforce. Event-driven trigger; 3 nodes.

Source: https://github.com/Kr8thor/n8n-templates/blob/main/workflows/sales-activity-auto-logger.json — original creator credit. Request a take-down →

More Email & Gmail workflows → · Browse all categories →

Related workflows

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

Email & Gmail

Forward Netflix emails to multiple email addresses with GMail and Mailjet. Uses gmailTrigger, mailjet, splitOut, stickyNote. Event-driven trigger; 7 nodes.

Gmail Trigger, Mailjet
Email & Gmail

Splitinbatches Workflow. Uses gmail, gmailTrigger, slack, stopAndError. Event-driven trigger; 7 nodes.

Gmail, Gmail Trigger, Slack +1
Email & Gmail

This workflow template is designed for everyone with a Gmail address, who wants to forward all Netflix emails, including temporary login codes, to friends and family effortlessly. Scans your Gmail inb

Gmail Trigger, Mailjet
Email & Gmail

Splitinbatches Workflow. Uses gmail, gmailTrigger, slack, stopAndError. Event-driven trigger; 7 nodes.

Gmail, Gmail Trigger, Slack +1
Email & Gmail

Forward Filtered Gmail Notifications to Telegram Chat. Uses stickyNote, gmailTrigger, telegram. Event-driven trigger; 5 nodes.

Gmail Trigger, Telegram