10,730
edits
No edit summary |
|||
Line 44: | Line 44: | ||
** SyncService: Synchronize with another server configured via [[Resco CRM sync]] | ** SyncService: Synchronize with another server configured via [[Resco CRM sync]] | ||
** SendEmail: Send an email, configuring from, to, subject, body, attachments, and regarding | ** SendEmail: Send an email, configuring from, to, subject, body, attachments, and regarding | ||
** SendEmailReference: | ** SendEmailReference: Send an email (record from email entity - probably created out of process editor) | ||
** Execute plugin or process | ** InvokeWebRequest: GET, POST, PUT, PATCH, DELETE | ||
** | ** Execute: Run a plugin or process | ||
*** Process: execute a custom process (must be of the category '''job''') | |||
*** Plugin: execute a [[Plug-in_assemblies|server plugin]]. Select one of the three built-in plugins or a custom plugin. | |||
**** Custom plugin | |||
**** RescoCRM (built-in) | |||
***** Chat (CommentCreate, PostCreate, SendChatMessage) | |||
***** Extensions (AddInitialRole, AddUserRole, SetUserPassword) | |||
***** Notifications ([[Entity_notification_workflow|SendEntityNotification]]) | |||
[[File:Resco cloud process 2.png|600px]] | [[File:Resco cloud process 2.png|600px]] | ||
If your process includes a string variable, you can access additional built-in plugins: | |||
* GeneratePassword: return value can be used for SetUserPassword | |||
* GenerateReport: generate report based on user definition (e.g format(pdf|excel|word|html)) | |||
* MakeFullName | |||
[[File:Resco cloud process 3.png]] | |||
[[Category:Resco Cloud]] | [[Category:Resco Cloud]] |