I've got a site workflow that takes a list of email addresses as a parameter and shoots off a notification email to those address. It's not associated to a list because I'll be creating several list entries that are all related to one group of individuals, and I only want to send one notification for the group of them. So, I'd like to trigger the site workflow programmatically using the StartWorkflow operation.
Does anyone know if this is possible and, if so, what to do with the "item" parameter? So far I've tried passing null, or just leaving it out, and I'm getting a POST error (500 Internal Server Error). I'm guessing it has something to so with the item url not being present.
Any ideas? Thanks!
Kyle