Create simple text-based posts with mentions, hashtags, and rich formatting
Parameter | Type | Required | Description |
---|---|---|---|
text | String | ✅ | Text content (max 20,000 characters) |
targetType | Enum | ✅ | Target type (user or community ) |
targetId | String | ❌ | Target ID (null for own feed) |
tags | Array<String> | ❌ | Tags for categorization and search |
metadata | Object | ❌ | Custom metadata for the post |
mentionUsers | Array<String> | ❌ | User IDs to mention in the post |
Content Guidelines
Technical Implementation
User Experience
Text Length Validation
Mention Format Issues
Target Validation