Find Facebook hidden interests via Telegram
Overview This n8n workflow is designed to extract specific interests from messages in a Telegram chat and retrieve related information using the Facebook Graph API. It aims to provide a streamlined solution for parsin...
Template notes
Overview This n8n workflow is designed to extract specific interests from messages in a Telegram chat and retrieve related information using the Facebook Graph API. It aims to provide a streamlined solution for parsing and analyzing user-provided interests within the Telegram platform.
Features
- Interest Extraction: Automatically identifies and extracts interests from messages that start with the hashtag "interest". - Data Retrieval: Utilizes the Facebook Graph API to retrieve information related to the extracted interests. - Structured Outputs: Presents the retrieved data in an organized format for further analysis and review.
Requirements
- Operational instance of n8n (self-hosted or cloud version). - Basic understanding of n8n workflows and nodes.
Setup and Configuration
1. Import Workflow: Load the provided JSON workflow into your n8n instance. 2. Configure Telegram Trigger Node: Ensure the Telegram trigger node is set up with the appropriate credentials and webhook ID. 3. Configure and Test Nodes: Adjust node parameters as necessary and test the workflow to ensure proper functionality.
How it Works