Enhance Communication with the New 'Notify' Parameter
The storeCreditAccountCredit mutation now includes a powerful new feature: the optional notify parameter. This addition allows you to automate email notifications for account holders, ensuring they are promptly informed about store credit updates.
How the 'Notify' Parameter Works
- If the
notifyparameter is set totrue, the account owner will receive a "store credit issued" email notification. - If the
notifyparameter is not included or set tofalse, no email notification will be sent.
Who Receives the Email?
- For store credit accounts owned by a Customer, the email notification will be delivered to the customer’s default email address.
- For store credit accounts owned by a CompanyLocation, each customer listed as a CompanyContact will receive an email at their respective default email addresses.
How to Enable Notifications
To enable email notifications, you must explicitly set the notify parameter to true within your mutation. This ensures seamless communication and enhances the customer experience.
Learn More
For more detailed information about the storeCreditAccountCredit mutation and its parameters, refer to the developer documentation.