Frequently Asked Questions
Is ServerChan³ free? If not, whatās the pricing model?
ServerChan³ includes both push notification service and AI service. Different services have different pricing models:
- The push notification service is free during the testing period. The official version will be charged according to the same pricing as ServerChanTurbo(sct.ftqq.com). Subscribers of ServerChanTurbo donāt need to pay again, we will provide a solution to sync the membership period to ServerChan³.
- AI-related features (such as summarization and translation) consume points regardless of testing period (pricing details). New users get free points upon registration, and need to purchase more points when they run out.
Whatās the relationship between ServerChan³ļ¼sc3.ft07.comļ¼and ServerChanTurbo(sct.ftqq.com)?
- ServerChan³ is a brand new product line focusing on native client experience. It currently supports AI summarization, translation, and image reading mode, along with a Tag-based message grouping system.
- ServerChanTurbo focuses on multi-channel push notifications primarily through WeChat.
Their users and SendKeys are not interchangeable. For the API, except that ServerChan³ās API URL requires adding uid
in the domain name, most parameters are compatible with ServerChanTurbo.
Can XX software use ServerChan³?
Theoretically, only software that has integrated ServerChan³ās API is supported, but we provide a forwarding service from SCT to SC3, which means that theoretically all software supporting SCT can support ServerChan³.
Does ServerChan³ support multiple devices? How to manage registered devices?
ServerChan³ supports multiple devices and by default pushes notifications to all registered devices. You can manage devices (delete, enable/disable push notifications) on the āDevice Managementā page of the official website.
How to delete messages in ServerChan³? How to delete all messages at once?
- Long press and swipe left on a message to reveal the delete button, tap it again to delete the single message.
- Click the menu in the top right corner of the message list page to enter settings. Under āMessage Settingsā, click āClear All Client + Server Messagesā
What are āClient Messagesā and āServer Messagesā in ServerChan³? Whatās the difference?
- This relates to how ServerChan³ works - messages are first pushed to the server and cached for 72 hours
- Then when the client starts or refreshes, it pulls messages from the server and saves them to the local database
- The message list page displays messages from the local database, so you can browse historical messages even offline
- In settings, āClear Client Messages Onlyā allows you to pull messages from the server again after refreshing; while āClear All Client + Server Messagesā also deletes cached messages on the server, making them unavailable to other clients
How to selectively delete messages in bulk in ServerChan³?
- Star the messages you want to keep.
- Click the menu in the top right corner of the message list page to enter settings. Under āMessage Settingsā, click āClear All Unstarred Messagesā
How to mark all messages as read in ServerChan³?
- Click the menu in the top right corner of the message list page to enter settings. Youāll find the āMark All as Readā button under āMessage Settingsā.
- If you donāt see this button in your settings page, please upgrade to the latest version.
How to add line breaks when pushing messages? Are tables supported? Whatās the format?
- ServerChan³ uses flutter_markdown0.7.4 to render Markdown and supports Markdown syntax, but HTML is not allowed. Format like is HTML and needs to be converted to Markdown format.
- Note that in Markdown, you need two line breaks
\n\n
for a new paragraph. - You can send HTML to AI for conversion help.
How to include images when pushing messages?
- ServerChan³ doesnāt support base64 as image URLs. You need to upload the image to get an accessible URL, then use Markdown syntax through the
desp
parameter to push it. Note that other parameters donāt support Markdown and are only shown on the message detail page.
The desp
parameter uses Markdown but looks messy on the message card, what should I do?
- You can use the
short
parameter to specify the exact text to display in the content section of the message card. - Please refer to the parameters section in the API documentation.
How to delete or edit message Tags?
- Message Tags are automatically aggregated from the tags contained in messages
- When all messages containing a certain Tag are deleted, the Tag will disappear
- Similarly, because they come from automatic aggregation, Tag names cannot be manually modified