Wechat official account to achieve regular push messages?

there is such a function. In Wechat"s official account, the user booked an activity and got the openid and appointment time after the reservation. However, if you want to realize, 24 hours before the start of the event, the official account actively pushes the reservation information. How to achieve this? please give us some ideas.

Php
Mar.02,2021

this?
Wechat Public platform-one-time subscription message
scheduled message, let's not talk about it.


look at the document.
Mass sending API
template message


the official account actively pushes the message directly to see the document. The document is very detailed. As for those who send messages regularly, You can write an external interface to send messages and use crontab polling. Once you find that there are scheduled tasks in the redis queue that need to be executed, you can call this external interface to send messages


template messages .

Menu