Skip to main content

Automatically import your Meta Threads posts into Notion

Workflow preview

Workflow preview
100%
Automatically import your Meta Threads posts into Notion preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Who is this for? This template is designed for social media managers, content creators, data analysts, and anyone who wants to automatically save and analyze their Meta Threads posts in Notion. It’...

Best for

  • Social Media automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.httprequest, n8n-nodes-base.function, n8n-nodes-base.splitinbatches, n8n-nodes-base.noop, n8n-nodes-base.code, n8n-nodes-base.notion, n8n-nodes-base.switch, n8n-nodes-base.merge

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Geekaz / Kazen.

Original n8n.io source

1.1 Workflow description

Title
Automatically import your Meta Threads posts into Notion
Workflow name
Automatically import your Meta Threads posts into Notion

Who is this for?

This template is designed for social media managers, content creators, data analysts, and anyone who wants to automatically save and analyze their Meta Threads posts in Notion.

It’s particularly useful for:

  • Building a personal archive of your Threads content.
  • Training AI models using your social media data.
  • Tracking your online presence and engagement.

What this workflow does

This workflow uses the Meta Threads API to automatically retrieve your posts and import them into a Notion database.

It retrieves the post content, date, and time, and stores them in designated properties within your Notion database.

Setup

  1. Get Threads Access Token and ID: Obtain a long-lived access token and your Threads ID from the Meta Threads developer platform. This token auto-refreshes, ensuring uninterrupted workflow operation.

  2. Configure Credentials and Date Range: In the “Set Credentials” node (using edit fields), enter your token and ID.

Set the since and until parameters in the “Set Date Range” node to specify the post import period.

  1. Connect to Notion and Create a Database: Connect to your Notion workspace and create a database with these properties (customize with the “Create Properties” node):

a. Title: Threads post URL (Notion entry title).

b. Threads ID: Unique post ID (prevents duplicate imports).

c. Username: Post author (for future multi-account/source management).

d. Post Date: Original post date.

e. Source (Multi-Select): “Threads” tag (for future multi-platform import and filtering).

f. Created: Import date and time.

g. Import Check (Optional): For use with a separate post-categorization workflow.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Refresh Token

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 1

Block 2 - Get Post

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 1

Block 3 - Get Post ID

Type / Role
n8n-nodes-base.function - function
Config choices
Version 1

Block 4 - Loop Over Items

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 5 - Replace Me

Type / Role
n8n-nodes-base.noOp - noOp
Config choices
Version 1

Block 6 - Threads / Comments

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 1

Block 7 - Threads / Root

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 1

Block 8 - Comment's Filter

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 9 - Root's Filter

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 10 - Threads ID

Type / Role
n8n-nodes-base.notion - notion
Config choices
Version 2.2

Block 11 - Extract IDs

Type / Role
n8n-nodes-base.function - function
Config choices
Version 1

Block 12 - Compare IDs

Type / Role
n8n-nodes-base.function - function
Config choices
Version 1

Block 13 - Create Page

Type / Role
n8n-nodes-base.notion - notion
Config choices
Version 1

Block 14 - Upload Medias

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 1

Block 15 - If Post Exist

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 3.2

Block 16 - Threads Post

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 17 - Merge

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3

Block 18 - Run This First to Get Long Live Access Token

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 1

Block 19 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 20 - Get Posts Schedule

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 21 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 22 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 23 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 24 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Showing the first 24 of 27 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Automatically import your Meta Threads posts into Notion
Complexity advanced
Nodes 27
Categories Social Media
Author Geekaz / Kazen
Published 26 Jan 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/2802/2802.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Automatically import your Meta Threads posts into Notion do?

Who is this for? This template is designed for social media managers, content creators, data analysts, and anyone who wants to automatically save and analyze their Meta Threads posts in Notion. It’...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Social Media use case.