Files
n8n-workflows/workflows/Manual/1193_Manual_Intercom_Create_Triggered.json
2025-08-05 09:40:47 +05:30

48 lines
859 B
JSON

{
"id": "91",
"name": "Create a new user in Intercom",
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
600,
250
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Intercom",
"type": "n8n-nodes-base.intercom",
"position": [
800,
250
],
"parameters": {
"idValue": "",
"identifierType": "email",
"additionalFields": {}
},
"credentials": {
"intercomApi": ""
},
"typeVersion": 1
}
],
"active": false,
"settings": {},
"connections": {
"On clicking 'execute'": {
"main": [
[
{
"node": "Intercom",
"type": "main",
"index": 0
}
]
]
}
}
}