# Introduction to Subscription Notifications

A subscription notification is a user's ability to actively subscribe to, authenticate Service Account notifications on demand. Please observe [WeChat public platform service agreement]]](https://mp.weixin.qq.com/cgi-bin/announce?action=getannouncement&key=1503979103&version=1&lang=zh_CN&platform=2&token=) the WeChat Official Platform operation specification . If you have any questions, you can contact the WeChat Open Community .

  • Set up subscription function: Authentication Service Account You can set up subscription function in graphical messages, web pages and other scenarios.
  • Conditions: After the user actively subscribes in the aforementioned scenario, the authentication Service Account can send subscription notifications to the user through the interface, such as credit card moving account reminders, logistics arrival notifications, etc.
  • Issuing location: For users who have been concerned about the authentication Service Account, the notification will be sent to the number, and the unconcerned will be sent to the service notification.
  • Jump ability: Can jump to Service Account graphic messages, web pages, and Weixin Mini Program.
  • Types of notifications: divided into one-time subscriptions and long-term subscriptions -
    • One-time subscription means that the user subscribes once, and the authentication Service Account can issue a corresponding subscription notice for unlimited time;
    • Long-term subscription refers to the user's subscription once, the certification Service Account can be issued multiple notifications for a long time, and the long-term subscription notification is only open to the public service fields such as government affairs and people's livelihood, medical care and so on.

# Use steps

# Step 1: Turn on the authentication Service Account subscription notification

Log in WeChat public platform, click on "add function plug-in" to open subscription notification.

# Step 2: Apply for the appropriate industry category

Request the appropriate industry category based on the industry to which the certification Service Account belongs and the type of subscription notification required.Open Service Categories View the Service Categories

# Step 3: Choose a template in the template library

Choose the appropriate subscription notification template from the public template library, depending on the notification use scenario.

# Step 4: You can set up a subscription notification component in a text message or web page
  • You can set up a subscription notification function in a picture message, web page, etc., for users to actively subscribe.
  • You can insert a subscription notification component into an article through the text editor. Each article is inserted with a maximum of 10 subscription notification components (each component contains up to five notifications, and each component cannot contain both one-time and long-term subscriptions), and users can click to subscribe after the article is pushed.

  • You can also use the open label capability to set up a subscription notification component within a web page.(Only pages under JS-Safe domains are supported (certified authentication Service Account, up to 5 secure domains)
  • Additional note: Users pull up to subscribe to client version support:
    • Graphic: Android 7.0.15 & IOS 7.0.14 and above
    • Certification Service Account Web: Android 7.0.12 & IOS 7.0.12 and above

# Step 5: Users receive subscription notifications

The user subscribes to the notification when he or she clicks on a pop-up window in a text message or on a web page.Developers can send notifications via thesendNewSubscribeMsginterface.

# List of subscription notification interfaces

Interface NameEnglish nameRequest Path
Get CategoriesgetCategory/wxaapi/newtmpl/getcategory
Get public templates under categoriesgetPubNewTemplatetitles/wxaapi/newtmpl/getpubtemplatetitles
Get keywords in the templategetpubnewtemplatekeywords/wxaapi/newtmpl/getpubtemplatekeywords
Get a list of existing templatesgetwxapubnewtemplate/wxaapi/newtmpl/gettemplate
Remove the templatedelwxanewtemplate/wxaapi/newtmpl/deltemplate
Send a subscription notificationsendNewSubscribeMsg/cgi-bin/message/subscribe/bizsend
Use a templateaddwxanewtemplate/wxaapi/newtmpl/addtemplate