Wix Automation triggered via code/API?

We now have serval trigger types (like submitting a Wix Forms) that we can use for an automation, but those triggers have their own limitation.

I am trying to search if we can trigger an automation via code like

$("automationId").triggerNow();

So that I use the beautiful email template I created in automation
and send to my contact when he submit a form (not Wix Forms).

Is this possible to do so now?

1 Like

I may not understand your question correctly, but you may want to see triggered email feature here: Velo: Getting Started with Triggered Emails | Help Center | Wix.com

Do you know if this is supported? if yes, how? if not I find it very odd that this is not a thing

You can trigger an automation via code in Wix. You can use the $(“automationId”).triggerNow(); code to trigger an automation with the specified automation ID.
https://www.marykayintouch.website/

Which docs said that?