If you want to setup a new user that's going to take care of invoices, you will also need to setup a contact. Users can't receive email notifications (for new invoices for example). That's rather inconvenient.
Merged Ideas
set email notifications for users
Currently there is no way to set email notifications for a user, so if you want other users to get certain email notifications, such as invoice reminders, then the only way to do this is to set them as a contact as well.This has been confirmed by WHMCS staff.Please can this be added so that users can have the same notification settings as contacts, as it rather defeats the point if you also have to add them as a contact.
4 Comments
Login to post a comment.
The point of this suggestion was that Users should be able to configure which emails they want to receive for a specific account.
As a first step, we'd ask that https://developers.whmcs.com/api-reference/sendemail/ function be updated to have the ability, via the API only to also send emails to:
tblcontacts.id
tblusers.id
At present it is limited to:
What you must provide for the Related ID depends upon the type of email being sent. The available options are:
General Email Type = Client ID (tblclients.id)
Product Email Type = Service ID (tblhosting.id)
Domain Email Type = Domain ID (tbldomains.id)
Invoice Email Type = Invoice ID (tblinvoices.id)
Support Email Type = Ticket ID (tbltickets.id)
Affiliate Email Type = Affiliate ID (tblaffiliates.id)