How Siebel Workflow Sends Email
The Outbound Communications Manager uses the following sequence to send email messages:
If the Workflow Policy is met, then the Workflow Monitor Agent inserts a record in the S_APSRVR_REQ table for workflow actions that call the Send Email Workflow Policy programs.
Email Manager picks up records from the S_APSRVR_REQ table, setting the status for each record from QUEUED to ACTIVE.
Siebel CRM calls the Outbound Communications Manager to log onto the profile_name profile.
To send emails to recipients, the Outbound Communications Manager uses the Send Message method of the Outbound Communications Manager business service.
-
After successfully sending the email, the status for the record in S_APSRVR_REQ is set to SUCCEEDED.