Kick off a process by sending an email


Badge +3

Hi Guys,


I am trying to kick off a wokflow by sending an email to a specified address.


Is it possible, and if so, how do I go about doing it?


 


Thank You.


2 replies

Badge +11

If you have SharePoint, you could create an email-enabled list.  Then use SharePoint event integration to start a workflow when an item is added to the list.

Badge +6

Another option, You can write a window service that read mail box periodically and use K2 object model to start workflow.

Reply