Uses of Class
software.xdev.brevo.model.SendWhatsappMessageRequest
Packages that use SendWhatsappMessageRequest
-
Uses of SendWhatsappMessageRequest in software.xdev.brevo.api
Methods in software.xdev.brevo.api with parameters of type SendWhatsappMessageRequestModifier and TypeMethodDescriptionTransactionalWhatsAppApi.sendWhatsappMessage(SendWhatsappMessageRequest sendWhatsappMessageRequest) Send a WhatsApp message This endpoint is used to send a WhatsApp message.TransactionalWhatsAppApi.sendWhatsappMessage(SendWhatsappMessageRequest sendWhatsappMessageRequest, Map<String, String> additionalHeaders) Send a WhatsApp message This endpoint is used to send a WhatsApp message. -
Uses of SendWhatsappMessageRequest in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return SendWhatsappMessageRequestModifier and TypeMethodDescriptionSendWhatsappMessageRequest.addContactNumbersItem(String contactNumbersItem) SendWhatsappMessageRequest.contactNumbers(List<String> contactNumbers) SendWhatsappMessageRequest.senderNumber(String senderNumber) SendWhatsappMessageRequest.templateId(Integer templateId)