Send triggered emails to multiple contacts at same time.

Does anyone know how to send a triggered email to more then one contact at the same time? I am just trying to send a triggered email to both the person filling out a form and the site owner. I am doing this with the built in Wix Triggered Email system and not SendGrid.

I can trigger the first email to the contact but no idea how to trigger the second one without getting errors like “contactId does not match current session contact (401)”

Has anyone had success with this?

Here is my old forum post with more info.
Help sending triggered emails to multiple contacts using backend. | Velo by Wix
and
[SOLVED] Triggered Email Issue for Custom Price Quote Form | Velo by Wix

Any help would be incredible as I have been stuck on this for a week :frowning:

Thanks so much!

To trigger an email to someone who isn’t the logged in member you will have to write the trigger code in the backend.

The appropriate place to look for guidance on this is in the wix-crm-backend module of the Velo API reference docs - emailContact - Velo API Reference - Wix.com

And more info on how to make a backend module and call it from the front end here: