AutomationFlowsE-commerce › Stripe New Customer to CRM

Stripe New Customer to CRM

Stripe New Customer To Crm. Uses stripeTrigger, hubspot. Event-driven trigger; 2 nodes.

Event trigger★☆☆☆☆ complexity2 nodesStripe TriggerHubSpot
E-commerce Trigger: Event Nodes: 2 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
{
  "nodes": [
    {
      "parameters": {
        "authentication": "oAuth2",
        "options": {}
      },
      "name": "Stripe Trigger (New Customer)",
      "type": "n8n-nodes-base.stripeTrigger",
      "typeVersion": 1,
      "position": [
        250,
        300
      ]
    },
    {
      "parameters": {
        "authentication": "oAuth2",
        "operation": "create",
        "entity": "contact",
        "options": {
          "properties": [
            {
              "property": "email",
              "value": "={{ $json.email }}"
            },
            {
              "property": "firstname",
              "value": "={{ $json.name }}"
            }
          ]
        }
      },
      "name": "HubSpot Create Contact",
      "type": "n8n-nodes-base.hubspot",
      "typeVersion": 1,
      "position": [
        500,
        300
      ]
    }
  ],
  "connections": {
    "Stripe Trigger (New Customer)": {
      "output": [
        [
          {
            "node": "HubSpot Create Contact",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

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

About this workflow

Stripe New Customer To Crm. Uses stripeTrigger, hubspot. Event-driven trigger; 2 nodes.

Source: https://github.com/EdgeAgent/n8n-automations/blob/main/stripe_new_customer_to_crm/stripe_new_customer_to_crm.json — original creator credit. Request a take-down →

More E-commerce workflows → · Browse all categories →

Related workflows

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

E-commerce

Stripe Payment Order Sync – Auto Retrieve Customer & Product Purchased. Uses stripeTrigger, httpRequest. Event-driven trigger; 3 nodes.

Stripe Trigger, HTTP Request
E-commerce

This workflow instantly sends successful Stripe Checkout payments to RD Station Marketing by creating an Order & Payment Event for every confirmed transaction. It’s ideal for businesses that want to a

Stripe Trigger, HTTP Request
E-commerce

This n8n template demonstrates how to automate the followup when your customer completes a checkout in Stripe by emailing a receipt, logging the transaction, and sending an internal notification.

Google Sheets, Gmail, Stripe Trigger +1
E-commerce

Code Schedule. Uses stripe, scheduleTrigger, itemLists, hubspot. Scheduled trigger; 24 nodes.

Stripe, Item Lists, HubSpot +1
E-commerce

Http Stripe. Uses pipedriveTrigger, pipedrive, httpRequest, stripe. Event-driven trigger; 7 nodes.

Pipedrive Trigger, Pipedrive, HTTP Request +1