I’m currently working on setting up an automated email for when a user’s profile is verified in HivePress. While HivePress allows customization of transactional emails, there doesn’t appear to be a native option for “Profile Verification” in the available email triggers.
Here’s what I’m trying to achieve:
- Automatically send an email to users when their profile is marked as “verified.”
- I’ve explored the documentation and used the hooks provided, but I couldn’t find an existing event that corresponds to profile verification.
Would you be able to provide any guidance on:
- What hook or function in HivePress should be used to trigger an action when a profile is verified?
- If there’s no built-in event for this, how would you recommend creating a custom event or leveraging the existing user meta (e.g.,
is_verified
) to trigger the email?
Any insights or advice you can provide would be greatly appreciated. Thank you in advance for your help!