You can bulk-import posts into a category by uploading a ZIP file that contains a CSV and (optionally) an images folder.
File format
The ZIP must contain a file named posts.csv. Each row is one post. Supported columns:
message— post captionlink— URLvideo_url— external video URLphotos— one image filename or URL per line (line-separated within the field)starts_on— date/time when the post becomes activeexpires_on— date/time when the post expirespriority—trueorfalseignore_message_suffix—trueorfalseposition— numeric sort order
Images
If your posts reference local image filenames in the photos column, include an images/ folder in the ZIP with those files (PNG, JPG, WEBP, max 10 MB each).
How to import
- Go to the category you want to import into.
- Click Import → Import from file.
- Select your ZIP file and click Import.
PostRecycle will create a new post for each row in the CSV. Existing posts are not affected.
Limits
Free plan accounts are limited to 50 total posts. Importing posts that would exceed this limit will fail.