Compare commits
No commits in common. "a3d0eab9c1cb3b78b467031ac0ef9babda939874" and "1f40920d4755e275dd3c395cc9964f10687019a2" have entirely different histories.
a3d0eab9c1
...
1f40920d47
|
@ -512,14 +512,14 @@
|
||||||
"settings": {},
|
"settings": {},
|
||||||
"staticData": {
|
"staticData": {
|
||||||
"node:Gmail Trigger": {
|
"node:Gmail Trigger": {
|
||||||
"lastTimeChecked": 1683141178,
|
"lastTimeChecked": 1683123106,
|
||||||
"possibleDuplicates": [
|
"possibleDuplicates": [
|
||||||
"187e30834a6c9eef"
|
"187e1f4897606dbb"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"tags": [],
|
"tags": [],
|
||||||
"triggerCount": 1,
|
"triggerCount": 1,
|
||||||
"updatedAt": "2023-05-03T19:13:40.000Z",
|
"updatedAt": "2023-05-03T14:12:41.000Z",
|
||||||
"versionId": "25daa2a4-b5e0-4360-b8bb-1ded9c07453f"
|
"versionId": "25daa2a4-b5e0-4360-b8bb-1ded9c07453f"
|
||||||
}
|
}
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"active": true,
|
"active": false,
|
||||||
"connections": {
|
"connections": {
|
||||||
"Email suchen": {
|
"Email suchen": {
|
||||||
"main": [
|
"main": [
|
||||||
|
@ -166,7 +166,7 @@
|
||||||
"operation": "getAll",
|
"operation": "getAll",
|
||||||
"limit": 1,
|
"limit": 1,
|
||||||
"options": {
|
"options": {
|
||||||
"search": "={{ $json.body.email }}"
|
"search": "in@lanakk.com"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"id": "34c7436f-21b8-400a-b754-baacf1f38ec9",
|
"id": "34c7436f-21b8-400a-b754-baacf1f38ec9",
|
||||||
|
@ -251,7 +251,7 @@
|
||||||
"authentication": "headerAuth",
|
"authentication": "headerAuth",
|
||||||
"endpoint": "https://lana-kk.myshopify.com/admin/api/2022-01/graphql.json",
|
"endpoint": "https://lana-kk.myshopify.com/admin/api/2022-01/graphql.json",
|
||||||
"requestFormat": "json",
|
"requestFormat": "json",
|
||||||
"query": "={\n customers(first: 1, query: \"email:'{{ $node[\"Webhook1\"].json[\"body\"][\"mautic.lead_post_save_update\"][0][\"contact\"][\"fields\"][\"core\"][\"email\"][\"value\"] }}'\" ) {\n edges {\n node {\n id\n email\n marketingOptInLevel\n }\n }\n }\n}"
|
"query": "={\n customers(first: 1, query: \"email:'dev@lanakk.com'\" ) {\n edges {\n node {\n id\n email\n marketingOptInLevel\n }\n }\n }\n}"
|
||||||
},
|
},
|
||||||
"id": "1bc94c14-ceda-42e1-94dc-1ac91ac72f8b",
|
"id": "1bc94c14-ceda-42e1-94dc-1ac91ac72f8b",
|
||||||
"name": "GraphQL",
|
"name": "GraphQL",
|
||||||
|
@ -291,7 +291,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"parameters": {
|
"parameters": {
|
||||||
"url": "=https://ma.lanakk.com/api/contacts/{{ $json[\"body\"][\"mautic.lead_post_save_update\"][0][\"contact\"][\"id\"] }}/segments",
|
"url": "https://ma.lanakk.com/api/contacts/37380/segments",
|
||||||
"authentication": "predefinedCredentialType",
|
"authentication": "predefinedCredentialType",
|
||||||
"nodeCredentialType": "mauticOAuth2Api",
|
"nodeCredentialType": "mauticOAuth2Api",
|
||||||
"options": {}
|
"options": {}
|
||||||
|
@ -384,10 +384,10 @@
|
||||||
{
|
{
|
||||||
"parameters": {
|
"parameters": {
|
||||||
"authentication": "oAuth2",
|
"authentication": "oAuth2",
|
||||||
"email": "={{ $node[\"Webhook\"].json[\"body\"][\"email\"] }}",
|
"email": "bob@lanakk.com",
|
||||||
"firstName": "={{ $node[\"Webhook\"].json[\"body\"][\"first_name\"] }}",
|
"firstName": "={{ $node[\"Webhook\"].json[\"body\"][\"first_name\"] }}",
|
||||||
"lastName": "={{ $node[\"Webhook\"].json[\"body\"][\"last_name\"] }}",
|
"lastName": "={{ $node[\"Webhook\"].json[\"body\"][\"last_name\"] }}",
|
||||||
"company": "=",
|
"company": "[empty]",
|
||||||
"additionalFields": {},
|
"additionalFields": {},
|
||||||
"options": {}
|
"options": {}
|
||||||
},
|
},
|
||||||
|
@ -463,7 +463,7 @@
|
||||||
"settings": {},
|
"settings": {},
|
||||||
"staticData": null,
|
"staticData": null,
|
||||||
"tags": [],
|
"tags": [],
|
||||||
"triggerCount": 2,
|
"triggerCount": 0,
|
||||||
"updatedAt": "2023-05-04T03:57:31.000Z",
|
"updatedAt": "2023-05-03T04:19:05.000Z",
|
||||||
"versionId": "ee2d6ecc-b4dd-4ed9-9719-cfed60353ae5"
|
"versionId": "da3d506a-a542-4d72-8b84-f5b64c90de1e"
|
||||||
}
|
}
|
Loading…
Reference in New Issue