Workflow: Manual Facebookgraphapi Automation

Workflow Details

Download Workflow
{
    "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
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Code Manual Automation Webhook
View
Splitout Code Monitor Scheduled
View
LINE Assistant with Google Calendar and Gmail Integration
View
Aggregate Jotform Create Triggered
View
Splitout Code Update Triggered
View
Automation Triggered
View
GoogleSheets Webhook Automate Webhook
View
Extractfromfile Form Automation Webhook
View
Real Estate Market Scanning
View
Create, update, and get a document in Google Cloud Firestore
View