Frappe Whatsapp Notification

I have custom doctype which have expiry date, i want to send whatsapp notification x days before expiry date, In frappe whatsapp there no feature like this. i think without this feature reminders are not possible.

is there any solution to this ?

like this

image

is this correct codition for the whatsapp notification and Doctype Event is After Save (Submitted Document)

doc.creation > frappe.utils.add_to_date(frappe.utils.now_datetime(), days=-5, as_string=True, as_datetime=True) 

image

Solved by this PR