hogava Posted February 15, 2020 Share Posted February 15, 2020 Hi, I want to give customers feedback after X days from their first order (by sending a poll link via SMS) please help me about this. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted February 15, 2020 Share Posted February 15, 2020 22 minutes ago, hogava said: I want to give customers feedback after X days from their first order (by sending a poll link via SMS) have you looked in Marketplace ? WHMCS doesn't really have an SMS option, so you're immediately looking at third-party options... in fact, even if you had mentioned email, I don't think that the email marketer could do what you want (specifically determining that it was a first order) - so then you'd be looking at finding an existing solution or coding to determining when to send the message. 0 Quote Link to comment Share on other sites More sharing options...
hogava Posted February 15, 2020 Author Share Posted February 15, 2020 I have a RESTFUL API for sending SMS, and that need just a message and a phone number for sending SMS. I didn't find any plugins. I want all users to be checked every day, and send SMS to users who were eligible (based on what I write.) For this needed cronjobs. this must written as hook? 0 Quote Link to comment Share on other sites More sharing options...
Kian Posted February 15, 2020 Share Posted February 15, 2020 Use DailyCronJob hook point to select telephone number and default language from tblclients table of eligible customers. Once you have numbers you can send the SMS with multi-language support. 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.