Erstellung von Mautic-Kontakten für neue Shopify-Kunden
Dies ist ein Sales, Marketing-Bereich Automatisierungsworkflow mit 3 Nodes. Hauptsächlich werden Mautic, ShopifyTrigger und andere Nodes verwendet. Mautic-Kontakte für neue Shopify-Kunden erstellen
- •Shopify Admin API-Anmeldedaten
Verwendete Nodes (3)
{
"meta": {
"instanceId": "237600ca44303ce91fa31ee72babcdc8493f55ee2c0e8aa2b78b3b4ce6f70bd9"
},
"nodes": [
{
"id": "a5f74e05-acea-4ff4-b3b2-5997850be036",
"name": "Bei neuem Kunden",
"type": "n8n-nodes-base.shopifyTrigger",
"position": [
180,
420
],
"webhookId": "8efd263c-73fb-481b-90d8-8ae0db929548",
"parameters": {
"topic": "customers/create",
"authentication": "accessToken"
},
"credentials": {
"shopifyAccessTokenApi": {
"id": "37",
"name": "[UPDATE ME]"
}
},
"typeVersion": 1
},
{
"id": "5b4a9e71-3aa7-40d8-a439-79a504c60a46",
"name": "Kontakt erstellen",
"type": "n8n-nodes-base.mautic",
"position": [
400,
420
],
"parameters": {
"email": "={{$node[\"On new customer\"].json[\"email\"]}}",
"options": {},
"lastName": "={{$node[\"On new customer\"].json[\"last_name\"]}}",
"firstName": "={{$node[\"On new customer\"].json[\"first_name\"]}}",
"additionalFields": {}
},
"credentials": {
"mauticApi": {
"id": "34",
"name": "[UPDATE ME]"
}
},
"typeVersion": 1
},
{
"id": "4b7b306e-1b4c-464f-b8f0-373167ded16f",
"name": "Notiz",
"type": "n8n-nodes-base.stickyNote",
"position": [
400,
600
],
"parameters": {
"width": 332,
"height": 116,
"content": "### Add more fields to Mautic\nBy default, the first name, last name and email are pushed to Mautic. If you require more fields, add it in the `Create contact` node."
},
"typeVersion": 1
}
],
"connections": {
"a5f74e05-acea-4ff4-b3b2-5997850be036": {
"main": [
[
{
"node": "5b4a9e71-3aa7-40d8-a439-79a504c60a46",
"type": "main",
"index": 0
}
]
]
}
}
}Wie verwende ich diesen Workflow?
Kopieren Sie den obigen JSON-Code, erstellen Sie einen neuen Workflow in Ihrer n8n-Instanz und wählen Sie "Aus JSON importieren". Fügen Sie die Konfiguration ein und passen Sie die Anmeldedaten nach Bedarf an.
Für welche Szenarien ist dieser Workflow geeignet?
Anfänger - Vertrieb, Marketing
Ist es kostenpflichtig?
Dieser Workflow ist völlig kostenlos. Beachten Sie jedoch, dass Drittanbieterdienste (wie OpenAI API), die im Workflow verwendet werden, möglicherweise kostenpflichtig sind.
Verwandte Workflows
n8n Team
@n8n-teamMeet the official n8n team. We specialize in building workflows that transform intricate tasks into seamless operations.
Diesen Workflow teilen