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

Filter HTTP Update Webhook
View
Form Code Create Triggered
View
Fully automated Video Captions generation with json2video
View
YouTube Videos with AI Summaries on Discord
View
Integrating AI with Open-Meteo API for Enhanced Weather Forecasting
View
Trigger a build using the TravisCI node
View
UTM Link Creator & QR Code Generator with Scheduled Google Analytics Reports
View
Travel Planning Agent with Couchbase Vector Search, Gemini 2.0 Flash and OpenAI
View
Google Calendar to Slack Status & Philips Hue
View