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 →
{
"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
}
]
]
}
}
}
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 →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Stripe Payment Order Sync – Auto Retrieve Customer & Product Purchased. Uses stripeTrigger, httpRequest. Event-driven trigger; 3 nodes.
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
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.
Code Schedule. Uses stripe, scheduleTrigger, itemLists, hubspot. Scheduled trigger; 24 nodes.
Http Stripe. Uses pipedriveTrigger, pipedrive, httpRequest, stripe. Event-driven trigger; 7 nodes.