Skip to main content
Version: 3.0.0

📲 Call to Action Button

Send a list.

await whatsapp.sendCallToActionButton(
phoneNumber: phoneNumber,
headerText: "HEADER",
bodyText: "Please have a look to my website.",
footerText:"FOOTER",
buttonText: "Open",
actionUrl: "https://rohitchouhan.com",
);
paramtyperequireddescription
phoneNumberStringyesPhone number with county code and plus.
headerTextStringnoHeader Text
bodyTextStringyesBody Text
footerTextStringnoFooter Text
buttonTextStringyesButton Text
actionUrlStringyesWeb Page Link