send() call.
Create an API key
In the Hiveku dashboard, go to Settings > Email > API Keys and click Create API Key.Give the key a name (e.g.,
dev-local), choose the email:send scope, and pick test mode. Test keys (prefixed hk_test_) simulate sends without hitting AWS SES — perfect while you are wiring things up.Add and verify a domain
Go to Settings > Email > Domains > Add Domain and enter the subdomain you want to send from (e.g.,
mail.acme.com).Hiveku will show you three DKIM CNAME records, an SPF TXT record, and a recommended DMARC TXT record. Add all of these to your DNS provider, then click Verify. See Domains for the full DNS details.What’s next
- Swap your
hk_test_key for anhk_live_key to send real email. - Set up Webhooks to track deliveries, bounces, and opens.
- Build reusable Templates for recurring emails.
- Review Deliverability best practices before your first marketing blast.