CreateAndSendNewEmail Action
Creates and sends an email using the Send action.
Parameters
Parameters allow for data to be passed to the action.
Name | Type | Nullable | Unicode | Description |
---|---|---|---|---|
Subject
|
Edm.String | True | False | The subject of the email. |
Body
|
Edm.String | True | False | The body of the email. |
From
|
Edm.String | True | False | The sender email address. The specified email address must be resolvable to a user or queue record. |
To
|
Edm.String | True | False | The to recipient email addresses. Values must be semi-colon separated. |
Cc
|
Edm.String | True | False | The cc recipient email addresses. Values must be semi-colon separated. |
Bcc
|
Edm.String | True | False | The bcc recipient email addresses. Values must be semi-colon separated. |
Regarding
|
crmbaseentity | True | True | The regarding entity reference for the email. |
Importance
|
Edm.Int32 | True | True | The importance of the email. |
Return type
Type | Nullable | Description |
---|---|---|
CreateAndSendNewEmailResponse | False | Contains the response of the CreateAndSendNewEmail action. |
Entities
Use the CreateAndSendNewEmail action with these entity types:
Name | Display name | Description |
---|---|---|
Activity that is delivered using email protocols. |