Automatic emails when a listing/vendor becomes verified

Hi, I’ve been trying to create a code to send automatic emails after a listing/vendor becomess verified, but there is no such event in hp email. Can I ask how this can be done as code snippets? Thank you for your patience.

Hi,

Currently, there is no such feature, but it can be implemented with a custom code snippet. If you have coding experience, you can try customizing it yourself using the hivepress/v1/models/listing/update_verified hook, which is triggered when the listing status changes. To send emails, you can use the wp_mail function within this hook.

Hope it will be helpful

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.