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
email 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.

See also