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

Create, update and get records in Quick Base
View
Gmail AI auto-responder: create draft replies to incoming emails
View
Datetime Functionitem Create Webhook
View
Wait Splitout Automation Webhook
View
Daily Journal Reminder
View
Error Telegram Send Triggered
View
Code Microsoftoutlook Send Webhook
View
MCP_SUPABASE_AGENT
View
Create a short URL and get the statistics of the URL
View