Mini Program template message push

using Mini Program template message push, looking at the official documents, it seems that can only be sent after the payment is triggered from Mini Program or the form is submitted. However, the business requirement is that you can send message notifications when you perform some operations in the backend management system. How do you make it happen? Is there any way to achieve it?
wait online.

Mar.11,2021

how do I make the push of template messages unrestricted?
Breakthrough: "one form can be sent after one submission, and the number of messages submitted several times is independent, which does not affect each other."
in order to break through the push restriction of template messages and achieve wayward push within 7 days, you only need to collect enough push codes, that is, the formId you get each time you submit the form. A formId represents that the developer has the right to push template messages to the current user.


currently there is no good way but to collect, as said upstairs


do a few form collections


did the landlord solve it? I have the same problem. According to the materials, formID is valid for 7 days, but when I request to send a template message through the interface tool, it will prompt me to use formID to reach the upper limit.

Menu