Zindua Connect for WordPress: OTP, contact forms, and WooCommerce without SMTP plugins
A developer-focused guide to ship OTP login, wp_mail routing, and WooCommerce notifications with one Zindua project key.
Jul 12, 2026
Read articleDeep implementation guides, architecture notes, and launch playbooks for teams building transactional messaging with Zindua.
A developer-focused guide to ship OTP login, wp_mail routing, and WooCommerce notifications with one Zindua project key.
Jul 12, 2026
Read articleHow Zindua unifies transactional email and WhatsApp into one send pipeline with queueing, retries, and consistent logs.
Jul 10, 2026
Read articleFrom npx scaffold to browser-driven setup: a practical flow to go live quickly without terminal questionnaires.
Jul 09, 2026
Read articleA practical PHP playbook: install zindua/sdk, configure env, and ship email + WhatsApp OTP with one client.
Jul 08, 2026
Read articleTemplates
How to structure slugs, language versions, and variables so product teams ship faster without template chaos.
CLI
Use doctor, project, send, and templates commands to validate environment and delivery before touching production traffic.
Security
A practical security baseline for API keys, team access, audit logs, and incident-ready observability in production.
Ready-to-run commands and links pulled from our core guides: Next.js setup, PHP install, CLI diagnostics, template workflow, and production hardening.
Zindua Connect for WordPress: OTP, contact forms, and WooCommerce without SMTP plugins
Follow the full setup wizard and integration map.
Open guideZindua Connect for WordPress: OTP, contact forms, and WooCommerce without SMTP plugins
Install zindua-connect.zip from the official page.
Open guideZindua Connect for WordPress: OTP, contact forms, and WooCommerce without SMTP plugins
Use API endpoints for custom plugin extensions.
Open guideZindua Connect for WordPress: OTP, contact forms, and WooCommerce without SMTP plugins
Validate API key and channel readiness before go-live.
npx @zindua/cli@latest doctor
One API for Email and WhatsApp: the architecture behind fast delivery
Try your first request using the canonical endpoint.
Open guideOne API for Email and WhatsApp: the architecture behind fast delivery
Validate API key and channel health from terminal.
npx @zindua/cli@latest doctor
One API for Email and WhatsApp: the architecture behind fast delivery
See queue, dispatch, and tracking internals.
Open guideShip OTP in Next.js faster with the browser setup wizard
Scaffold the project with create-zindua-app.
npx @zindua/create-app@latest my-app
Ship OTP in Next.js faster with the browser setup wizard
Follow the exact implementation walkthrough.
Open guideShip OTP in Next.js faster with the browser setup wizard
Verify account and service readiness before deploy.
npx @zindua/cli@latest doctor
Install the PHP SDK and send OTP in Laravel, Symfony, or WordPress custom code
Add the official SDK from Packagist.
composer require zindua/sdk
Install the PHP SDK and send OTP in Laravel, Symfony, or WordPress custom code
Find full snippets and API methods.
Open guide