CreateActivitiesList Action

Dynamics CRM 2016
 

Updated: November 29, 2016

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Creates a quick campaign to distribute an activity to members of a list (marketing list).

This Web API action corresponds to the organization service CreateActivitiesListRequest.

CreateActivitiesList action is not bound to any entity types.

Parameters allow for data to be passed to the action.

Name

Type

Nullable

Unicode

Description

ListId

Edm.Guid

false

ID of the list.

FriendlyName

Edm.String

false

false

A display name for the campaign.

Activity

crmbaseentity EntityType

false

The activity to be distributed.

TemplateId

Edm.Guid

false

ID of the email template.

Propagate

Edm.Boolean

false

Indicates whether the activity is both created and executed.

OwnershipOptions

PropagationOwnershipOptions EnumType

false

Propogation ownership options.

Owner

crmbaseentity EntityType

false

Owner for the activity.

sendEmail

Edm.Boolean

false

Indicates whether to send an email about the new activity.

PostWorkflowEvent

Edm.Boolean

false

Indicates whether an asynchronous job is used to distribute an activity, such as an email, fax, or letter, to the members of a list.

QueueId

Edm.Guid

ID of the queue to which the created activities are added.

The CreateActivitiesList action returns the following value.

Type

Nullable

Description

CreateActivitiesListResponse ComplexType

false

Contains the response from the CreateActivitiesList action.

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright

Community Additions

ADD
Show: