How to send a email when a vendor post his first listing?

Is it possible? The vendor posts his first listing, and one email is trigged to him

Yes, it’s possible but requires a custom implementation since there’s no such email event yet. Please let me know if you’re familiar with PHP or have a developer for custom work, I can post some general guidance.

I’m not familiar to PHP but I have some experience in JS if you give some instructions I guess I can do it

Unfortunately it’s not possible, with JS, this requires PHP customizations for the hivepress/v1/models/listing/update_status hook, to check if the listing got the published status, then count the number of listings for the listing vendor, and if it’s the first one then send a custom email.

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