adding the workflow collection to git
This commit is contained in:
47
workflows/125_Create_a_contact_in_Drift.json
Normal file
47
workflows/125_Create_a_contact_in_Drift.json
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user