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:

  1. 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³.
  2. 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³.

Click here for detailed information about forwarding.

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?
  1. Long press and swipe left on a message to reveal the delete button, tap it again to delete the single message.
  2. 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?
  1. This relates to how ServerChan³ works - messages are first pushed to the server and cached for 72 hours
  2. Then when the client starts or refreshes, it pulls messages from the server and saves them to the local database
  3. The message list page displays messages from the local database, so you can browse historical messages even offline
  4. 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³?
  1. Star the messages you want to keep.
  2. 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³?
  1. 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ā€.
  2. 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?
  1. 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.
  2. Note that in Markdown, you need two line breaks \n\n for a new paragraph.
  3. You can send HTML to AI for conversion help.
How to include images when pushing messages?
  1. 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?
  1. You can use the short parameter to specify the exact text to display in the content section of the message card.
  2. Please refer to the parameters section in the API documentation.
How to delete or edit message Tags?
  1. Message Tags are automatically aggregated from the tags contained in messages
  2. When all messages containing a certain Tag are deleted, the Tag will disappear
  3. Similarly, because they come from automatic aggregation, Tag names cannot be manually modified