Jump to content

Billy Goddard

New Member
  • Posts

    3
  • Joined

  • Last visited

About Billy Goddard

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Billy Goddard's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Hello, To automate the process of sending campaigns based on custom field values in WHMCS, you can consider using a third-party marketing automation tool or an email marketing integration with WHCMS that allows conditional logic. Create a custom checkbox field for completed waivers, and integrate it with the marketing tool. Then, set up a campaign with conditions to target clients who purchased products a, b, c but lack products X or addon Y and haven't completed the waiver (based on the custom field value). This will streamline the process, ensuring targeted clients receive reminders until they complete the required waiver.
  2. Hello, Yes, there is a way to create a MySQL user and database automatically for a newly created cPanel account. cPanel provides an API called "UAPI" (User API) that allows programmatic interaction with cPanel functions. Using the UAPI, you can develop a script or module that integrates with the cPanel API and automates the process of creating a MySQL user and database for each new cPanel account. This can be done by sending appropriate API requests to the cPanel server with the necessary parameters for creating the user and database, such as username, password, and privileges.
  3. Hello, The error message suggests that there is a call to the undefined method lists() in the file ForwardsCalls.php at line 50. This method is not available in the IIIuminate \Database\Query\Builder class. You may need to update your code to use a different method or check for any typos or incorrect method names.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated