BusinessMessageAsset

  • A business message asset is defined by several fields including the message provider, a required starter message, and an optional call to action.

  • The message_provider field, which is required, specifies the message provider using a reference to BusinessMessageProvider.

  • The starter_message field is a required string acting as a welcome message to start a conversation.

  • Additional provider-specific information, such as whatsapp_info for Whatsapp, is available through 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.