-
1. Re: Email customers based on data in a webapp
Chad - ChicagoDigital.com Apr 24, 2014 7:49 AM (in response to bcguy123)Like send a different workflow given the choice one makes on a form. If so then yes. You will need to use a little jQuery to make it work right.
http://helpx.adobe.com/business-catalyst/partner/create-workflow-notification.html#id_2285 7
Basicly you would set it up so that when you get the data you want you would select the right workflow in the background.
Or just change the text on the dropdown and let them choose that way.
<select name="WorkflowList">
<option value=ID1>Option One</option>
<option value=ID2>Option Two</option>
<option value=ID3>Option Three</option>
</select>
OR --- I'm way off and you require a different solution?
-
2. Re: Email customers based on data in a webapp
Eworks-WSI Apr 24, 2014 9:30 AM (in response to Chad - ChicagoDigital.com)Hi Chad,
One of our Real Estate clients requests the possibility to send an automated email to prospective buyers whenever a property (webapp item) that matches their search criteria is added to the database.
Any idea how to approach this?
Thanks in advance
Hartmut
-
3. Re: Email customers based on data in a webapp
Chad - ChicagoDigital.com Apr 25, 2014 2:45 PM (in response to Eworks-WSI)Hello, I gave this a day to think. I really don't know how you would do this. but once/if you can get it working that would be an awesome feature i'm sure lots of others would like. But yeah, i really can't think how to make this work. sorry.

