SendEmail Action
Sends an e-mail message.
Bound Entities
Bound actions are invoked by appending the action name to the URI representing an entity or collection.
| Entity Type | Binding Type |
|---|---|
| entity |
Parameters
Parameters allow for data to be passed to the action.
| Name | Type | Nullable | Unicode | Description |
|---|---|---|---|---|
|
IssueSend
|
Edm.Boolean | False | True | Indicates whether the email is to be sent or marked as sent. |
|
TrackingToken
|
Edm.String | True | False | The token to track the email. |
Return Type
| Type | Nullable | Description |
|---|---|---|
| SendEmailResponse | False | The SendEmail action returns the following value. |
Entities
Use the SendEmail action with the following entity types:
| Name | Display Name | Description |
|---|---|---|
| fax | Fax | Activity that tracks call outcome and number of pages for a fax and optionally stores an electronic copy of the document. |
| template | Email Template | Template for an email message that contains the standard attributes of an email message. |