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

47 lines
809 B
JSON

{
"id": "125",
"name": "Create a contact in Drift",
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
250,
300
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Drift ",
"type": "n8n-nodes-base.drift",
"position": [
450,
300
],
"parameters": {
"email": "",
"additionalFields": {}
},
"credentials": {
"driftApi": ""
},
"typeVersion": 1
}
],
"active": false,
"settings": {},
"connections": {
"On clicking 'execute'": {
"main": [
[
{
"node": "Drift ",
"type": "main",
"index": 0
}
]
]
}
}
}