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

54 lines
988 B
JSON

{
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
250,
300
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Facebook Graph API",
"type": "n8n-nodes-base.facebookGraphApi",
"position": [
450,
300
],
"parameters": {
"node": "me",
"options": {
"fields": {
"field": [
{
"name": "last_name"
},
{
"name": "first_name"
}
]
}
}
},
"credentials": {
"facebookGraphApi": "graph_credentials"
},
"typeVersion": 1
}
],
"connections": {
"On clicking 'execute'": {
"main": [
[
{
"node": "Facebook Graph API",
"type": "main",
"index": 0
}
]
]
}
}
}