BusinessMessageAsset

  • A business message asset is defined by several fields including message provider, starter message, and call to action.

  • The message_provider field is required and specifies the messaging platform.

  • The starter_message field is required and provides a welcome message for users.

  • The call_to_action field provides a call to action for the asset.

  • Provider-specific information like Whatsapp details are included in the message_provider_data union field.

A business message asset.

Fields

message_provider

BusinessMessageProvider

Required. Message provider of the business message asset.

starter_message

string

Required. A welcome message to prompt the user to initiate a conversation.

call_to_action

BusinessMessageCallToActionInfo

A call to action for the business message asset.

Union field

message_provider_data

message_provider_data. Message provider information to use for messaging. message_provider_data can be only one of the following:

whatsapp_info

WhatsappBusinessMessageInfo

Whatsapp.