...
Activity | Parameter | Description |
---|---|---|
Send-Mail | Attachments 1 | Sends a mail to one or more recipients with option for mail attachments and time of execution. |
Send-MailToCoreIdentity | Attachments | Like Send-Mail, with the difference that instead of mail addresses for the individual recipients or senders, Core Identity IDs can also be specified here. This is useful or even necessary if certain core identities already exist but do not yet have mail addresses because, for example, an identity has not yet been created which then sets this mail address. Purpose e.g. for scheduled mail tasks without knowing the specific mail address. |
SmsToCoreIdentityId | CoreIdentityId | Sends an SMS to the specified core identity. Requires a functioning SMS configuration (provider) in the CoreOne Suite settings. |
1 Attachments: { new iTsense.Moving.Common.Mail.Attachment(<MemoryStream>, <ContentType>, <DocumentName>) }
ContentTypes: https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types
Primitives
These activities can be used to control the logic flow of the workflow.
...