n8n-workflows/workflows/3_Mailchimp.json
2025-05-14 11:58:29 +03:00

57 lines
1.0 KiB
JSON

{
"id": "3",
"name": "Mailchimp",
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
480,
310
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Mailchimp",
"type": "n8n-nodes-base.mailchimp",
"position": [
780,
310
],
"parameters": {
"list": "97542c5cf8",
"email": "xxxx@email.com",
"status": "subscribed",
"options": {},
"mergeFieldsUi": {
"mergeFieldsValues": [
{
"name": "FNAME",
"value": "Joe"
}
]
}
},
"credentials": {
"mailchimpApi": "mailchimpAPI"
},
"typeVersion": 1
}
],
"active": false,
"settings": {},
"connections": {
"On clicking 'execute'": {
"main": [
[
{
"node": "Mailchimp",
"type": "main",
"index": 0
}
]
]
}
}
}