msdyn_SendEmailFromTemplate Action

Sends an email from a template after action gets triggered.

Parameters

Parameters allow for data to be passed to the action.

Name Type Nullable Unicode Description
From
crmbaseentity False True

The email address of the sender.

To
Collection(crmbaseentity) False True

The email addresses of the message's recipients.

Cc
Collection(crmbaseentity) False True

The email addresses of the message's carbon copy (Cc) recipients.

Bcc
Collection(crmbaseentity) False True

The email addresses of the message's blind carbon copy (Bcc) recipients.

Regarding
crmbaseentity False True

A brief summary of the message.

Template
crmbaseentity False True

Reference to the email template to use.

See also