Import
Import Facebook Messenger
How to export and import your Messenger conversations into Retrace.
What you need
A Facebook data export containing your messages (JSON format).
How to export from Messenger
- Go to facebook.com/dyi (Download Your Information)
- Click Request a download
- Under Select types of information, check only Messages
- Set the format to JSON and quality to Low (media quality doesn't matter for text)
- Choose a Date range if you only want a specific period
- Click Request a download
- Wait for the email from Meta (usually a few hours, can take up to 24h)
- Download the archive and unzip it on your Mac
Your messages are in your_activity_across_facebook/messages/inbox/. Each conversation has its own folder.
How to import into Retrace
- Open Retrace and go to Settings
- Click the Data Sources tab
- Click the Messenger card
- Select the
inboxfolder from your extracted archive - Review the conversations found in the preview
- Link participants to people in your address book (or create new ones)
- Click Import
What gets imported
- All messages with timestamps and sender names
- Group chat participants
- Conversation metadata (reactions, message type)
Common issues
- Export takes a long time: Meta can take anywhere from a few hours to 24 hours to prepare your archive. Check your email for the download link.
- Character encoding: Messenger exports use escaped UTF-8 characters for non-ASCII names. The parser decodes these automatically.
- Multiple JSON files per conversation: Long conversations are split across
message_1.json,message_2.json, etc. The parser merges them. - Re-importing: Safe to do. Retrace deduplicates messages automatically.