Pass info from a script to automator

Is there a way I can pass information from my normal applescript to an automator workflow?

For example…an automator process requires a URL, can I use normal scripting (outside of automator) to develop the URLs that I want then call the automator workflow and pass the list of URLs to it?

Thanks,
Dave

Dave,

Put your script in the Run AppleScript action. This is designed to receive and pass file references or text.

Kevin