Your first email
Add your sending domain under Domains, paste the DKIM and SPF records into your DNS, wait for verification, then:
curl https://api.waviafrica.com/v1/email \ -H "Authorization: Bearer wavi_live_..." \ -H "Content-Type: application/json" \ -d '{ "to": "you@company.com", "from": "hello@yourdomain.com", "subject": "Welcome", "html": "<p>Hi there,</p>" }'