mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[Plugin Request]: social-flow #490
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @whatisnull on GitHub (Feb 2, 2026).
Plugin Name
social-flow
Function Description
SocialFlow (发贴工具)
Author: social
Version: 0.0.1
Type: tool
Plugin Description
Overview
The SocialFlow plugin lets you manage social media posts from Dify via SocialFlow (Moonrise). It provides two tools: Get Accounts (list connected publishing accounts) and Create Post (create a post as draft or publish).
Configuration
API Key (required)
In the plugin credentials, enter your SocialFlow API Key.
No API Key yet?
Apply for authorization at: https://app.moonrise.website/
After saving credentials, the plugin validates the API Key by calling the SocialFlow API. If validation fails, check the key or apply at the link above.
Tools
GET /api/v1/accounts— Returns your connected social media accounts (IDs, names, platforms). Use this to getaccount_idsbefore creating a post.POST /api/v1/posts— Creates a post. Parameters:content(required),account_ids(required, from Get Accounts),media_urls(optional),status(draftorpublished, defaultdraft).Usage Flow
account_idvalues.content,account_ids(e.g.["550e8400-e29b-41d4-a716-446655440000"]), and optionallymedia_urlsandstatus.API Base
https://sm.moonrise.website/api/v1/accountshttps://sm.moonrise.website/api/v1/postsAuthorization: Bearer YOUR_API_KEYOfficial Website URL
https://app.moonrise.website/
@crazywoola commented on GitHub (Feb 3, 2026):
Hi @whatisnull, thanks for opening this issue.
Why this is being closed
Dify issue tracking requires English-only issue title and description for consistent collaboration.
Next steps
Please open a new issue in English and include clear details so maintainers can help efficiently.
Thanks for understanding and for your support.