CRM_Marketing_CreateMessengerCampaignRequest

Request to create a message campaign via messenger

Contains the necessary data for creating a campaign on the messaging service side. Input parameter of the CRM_Marketing_CreateMessengerCampaign function.

Hierarchy

  • CRM_Marketing_CreateMessengerCampaignRequest

Properties

Readonly bot

bot: string

ID of the bot or community to send the message from.

Optional Readonly campaignExternalId

campaignExternalId: undefined | string

ID of the campaign in an external system.

Readonly campaignId

campaignId: string

ID of the Campaigns app item to be created

Result of executing the CRM_Marketing_CreateMessengerCampaign function.

Optional Readonly journeyId

journeyId: undefined | string

Customer journey map instance. ID

Readonly message

message: string

Message text.

Readonly messenger

messenger: AccountType

Messenger.

Readonly subject

subject: string

Message subject.