Trigger Action based emails via webservices

Use this forum to suggest new features, language support, documentation, etc. for OpenEMM's roadmap

Moderator: moderator

Anton
Posts: 46
Joined: Sun Jun 24, 2012 9:58 pm

Trigger Action based emails via webservices

Post by Anton »

Hi,

I have managed to simulate this by hooking up a form to an action which sends an action-based email. I reverse-engineered (ok, I copy/pasted!) the UID algorithm to make a valid UID and simply pass it as a GET parameter to my form. It works, BUT THIS IS UGLY!

There may be another way to do this, but with the lovely action framework in place, it would be great to have this functionality exposed via the WS. Maybe there is some other way to do this?
Cheers,