This workflow corresponds to n8n.io template #16656 — we link there as the canonical source.
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 →
{
"name": "Sync Etsy customers to Meta Custom Audiences (PRO)",
"nodes": [
{
"id": "meta-schedule",
"name": "Sync audience every day",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
0,
420
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "meta-config",
"name": "Configuration (EDIT ME)",
"type": "n8n-nodes-base.set",
"position": [
280,
420
],
"parameters": {},
"typeVersion": 3.4
},
{
"id": "meta-request",
"name": "Request receipt emails",
"type": "n8n-nodes-base.set",
"position": [
560,
420
],
"parameters": {},
"typeVersion": 3.4
},
{
"id": "meta-receipts",
"name": "Get Etsy customer receipts",
"type": "n8n-nodes-base.executeWorkflow",
"position": [
840,
420
],
"parameters": {},
"typeVersion": 1
},
{
"id": "meta-hash",
"name": "Normalize and hash customer emails",
"type": "n8n-nodes-base.code",
"position": [
1120,
420
],
"parameters": {},
"typeVersion": 2
},
{
"id": "meta-dry",
"name": "Dry run?",
"type": "n8n-nodes-base.if",
"position": [
1400,
420
],
"parameters": {},
"typeVersion": 2.2
},
{
"id": "meta-preview",
"name": "Preview hashed audience payload",
"type": "n8n-nodes-base.set",
"position": [
1680,
300
],
"parameters": {},
"typeVersion": 3.4
},
{
"id": "meta-upload",
"name": "Upload users to Meta Custom Audience",
"type": "n8n-nodes-base.httpRequest",
"position": [
1680,
520
],
"parameters": {},
"typeVersion": 4.3
},
{
"id": "meta-overview",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
-40,
-420
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "meta-section-1",
"name": "Sticky Note1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-60,
300
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "meta-section-2",
"name": "Sticky Note2",
"type": "n8n-nodes-base.stickyNote",
"position": [
1240,
260
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"settings": {
"executionOrder": "v1"
},
"connections": {
"Dry run?": {
"main": [
[
{
"node": "Preview hashed audience payload",
"type": "main",
"index": 0
}
],
[
{
"node": "Upload users to Meta Custom Audience",
"type": "main",
"index": 0
}
]
]
},
"Request receipt emails": {
"main": [
[
{
"node": "Get Etsy customer receipts",
"type": "main",
"index": 0
}
]
]
},
"Configuration (EDIT ME)": {
"main": [
[
{
"node": "Request receipt emails",
"type": "main",
"index": 0
}
]
]
},
"Sync audience every day": {
"main": [
[
{
"node": "Configuration (EDIT ME)",
"type": "main",
"index": 0
}
]
]
},
"Get Etsy customer receipts": {
"main": [
[
{
"node": "Normalize and hash customer emails",
"type": "main",
"index": 0
}
]
]
},
"Normalize and hash customer emails": {
"main": [
[
{
"node": "Dry run?",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
This workflow runs daily to fetch recent Etsy receipt emails via an Etsy Shop Operations sub-workflow, normalizes and SHA-256 hashes the emails, and either previews the hashed payload or uploads it to a Meta Custom Audience using the Meta Graph API. Runs every day on a schedule.…
Source: https://n8n.io/workflows/16656/ — 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.
Birthday Automation - Production (Fixed). Uses stopAndError, httpRequest, emailSend, bannerbear. Scheduled trigger; 86 nodes.
This template runs two scheduled workflows to govern Microsoft Entra ID (Azure AD) guest accounts by detecting stale users via Microsoft Graph, staging deletions in SharePoint with a 72-hour window, n
Jira-Allure-Auto-Qa. Uses httpRequest, jira. Scheduled trigger; 68 nodes.
Spotify-Sync-Surrealdb-V1. Uses httpRequest, n8n-nodes-surrealdb, spotify. Scheduled trigger; 62 nodes.
As n8n instances scale, teams often lose track of sub-workflows—who uses them, where they are referenced, and whether they can be safely updated. This leads to inefficiencies like unnecessary copies o