My WordPress site needs the ability to send automated WhatsApp messages that contain text and live links. The messages are triggered only when an administrator decides to send them—there are no automatic sends on registrations, orders, or form submissions. Inside the WP dashboard I want a simple interface where I can: • choose or enter the recipient’s number, • pick an editable template, • press “Send”, and • instantly dispatch the WhatsApp message through the WhatsApp Business API (Twilio, Cloud API, or a comparable gateway—whichever you recommend and can set up quickly). Core deliverables 1. A lightweight plugin or custom-code solution installed and configured on my site. 2. An admin-only panel that lets me draft, save, and reuse message templates with hyperlinks. 3. Successful connection to the WhatsApp Business API, fully tested in both sandbox and live modes. 4. Clear written hand-off instructions so I can add templates or update API credentials on my own. Messages will always be “text with links”, so clickable URLs must render correctly on the user’s device. No front-end changes are necessary; everything happens in the back-office. Please rely on secure coding practices and keep dependencies lean. If you have done similar WhatsApp integrations in WordPress, mention the approach you took and the tools you used so I can assess fit quickly.