Hi there! I was wondering if there is/ was a way to automate replies to messages about listings?
Only the first message should get an auto-reply message from me.
For background, I am the only user able to create and publish listings.
Hi there! I was wondering if there is/ was a way to automate replies to messages about listings?
Only the first message should get an auto-reply message from me.
For background, I am the only user able to create and publish listings.
Hi,
Thanks for the details. Yes, it can be done, but it will require a custom implementation. If you are familiar with coding or have a developer, please use this hook: hivepress/v1/emails/message_send/send
(there you can get the message object from the tokens and check whether it is the first message using the database query and send a custom email to the vendor).
I hope it helps