SendEmail Action
Sends an e-mail message.
Bound entities
Bound actions are invoked by appending the fully qualified 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 | Contains the response of the SendEmail action. |