Home > Article > WeChat Applet > What should I do if my WeChat official account can only send messages 4 times a month?
Solution to the problem that the WeChat public account can only send messages 4 times a month: first apply for a WeChat subscription account and start the server configuration; then obtain permissions and configure a custom menu; and finally implement group messaging.
How to solve the problem that the WeChat public account can only post 4 times a month:
The first step : Apply for a WeChat subscription account
The existing service account can be used as a calling tool for the backend interface. Service push and fan attraction are mainly based on the subscription account. The mall and website interfaces are bound to the service account, that is It can solve the bottleneck of low number of service pushes, as shown in the figure: after selecting the subscription number, follow the prompts to register successfully!
Step 2: Start the server configuration
The purpose of enabling the server configuration is to connect with the service account and push messages in a timely manner. Customers can Click the menu from the subscription account to retrieve the data of the service account interface, as shown in the figure:
Step 3: Obtain permissions
Click on the excuse permissions. According to the excuse you need, enter the subscription account Token to obtain the relevant subscription account permissions, as shown in the figure:
Step 4: Configure custom menu
Jump the custom menu of the subscription account to the service account interface to retrieve service account related data, such as websites, malls, etc. As shown in the picture:
Step 5: Group message
After setting the relevant data, you can push the group message to the subscription account . The subscription account can support the function of joint push once a day and up to eight messages each time, which greatly increases the number and channels of message push, making it easier to attract fans. As shown in the picture:
Related learning recommendations: WeChat public account development tutorial
The above is the detailed content of What should I do if my WeChat official account can only send messages 4 times a month?. For more information, please follow other related articles on the PHP Chinese website!