To allow sending notifications to keep whois information updated in whmcs we have used the template "Upcoming Domain Renewal Notice".
We send this notification 60 days before the domain due date.
A useful merge field would be something like {$domain_whois_output} that pull the current registered information on a domain so we can include that in the bottom of the email sent to our clients.
Since there is no email reminders for whois, this might also be added as a new template with an "Automation Settings" to be sent once a year to our clients. And option to select the registrar modules where this should be enabled would also be a nice function.
1 Comment
Login to post a comment.
Thanks for taking the time to provide this feature request.
In the meantime, custom Merge Fields can be added to email templates to achieve this on your side.
First choose an API to get the whois data:
* Public Whois: https://developers.whmcs.com/api-reference/domainwhois/
* Registrar Whois: https://developers.whmcs.com/api-reference/domaingetwhoisinfo/
Then [EmailPreSend](https://developers.whmcs.com/hooks-reference/everything-else/#emailpresend) can be used to create your own smarty variables to use on email templates.