Sí, puede automatizarlo en su software, simplemente agregando un registro en el dbf especificado como se detalla a continuación.
tsms ="*Whatsapp message with vfp testing* easy fast and secured"
sendto ='919422163431,917588502520,groupname' &&Cambie el grupo por nombre real.
_attachfile = getf() &&select file to attached with full path i.e. "c:\windows\notepad.exe"
IF !USED('smssms')
_smsfile = GETENV('public')+'\#smssms#.WAF'
USE (_smsfile) ALIAS smssms IN 0 SHARED
ENDIF
SELECT smssms
append blank
replace ss_msg with tsms,;
ss_mobile with sendto,;
ss_attch WITH
_attachfile
use in smssms