Nimba SMS connects your WordPress site to Nimba SMS, the professional communication platform for businesses, supporting SMS, WhatsApp and email (with more channels coming). This plugin covers the SMS and WhatsApp channels: send SMS with your company name as the sender, and WhatsApp messages through your Meta-approved templates, straight from WordPress. More channels will be added in future releases.
nimbasms_send( $to, $message ) and nimbasms_send_whatsapp( $to, $template, $variables ) functions plus hooks (nimbasms_send_payload, nimbasms_after_send, nimbasms_wc_templates, nimbasms_webhook_received…) to integrate messaging into your own extensions.A Nimba SMS account with an approved sender name. Your API credentials (SERVICE ID and SECRET TOKEN) are available on the API keys page of your account. API documentation: developers.nimbasms.com.
This plugin communicates with the Nimba SMS API (https://api.nimbasms.com) to send messages and retrieve your account balance and sender names. Data transmitted: your API credentials, recipient phone numbers and message content. Conversely, if you configure the delivery webhook, Nimba SMS servers call a URL on your site (REST endpoint nimbasms/v1/webhook, protected by a secret token) to push message status changes. See the Nimba SMS terms of use.