Class InteractiveMessage

java.lang.Object
com.whatsapp.api.domain.messages.InteractiveMessage
All Implemented Interfaces:
IInteractiveMessageBuilder.IInteractiveAction, IInteractiveMessageBuilder.IInteractiveType

Interactive messages give your users a simpler way to find and select what they want from your business on WhatsApp


  • action: Required - Action you want the user to perform after reading the message
  • body: Optional for type product. Required for other message types - An object with the body of the message
  • footer: Optional - An object with the footer of the message
  • header: Required for type product_list. Optional for other types - Header content displayed on top of a message. You cannot set a header if your interactive object is of product type
  • type: Required - The type of interactive message you want to send