Support Guides

Deliver your first message

Follow the steps to deliver a message with the Skepvale API.

Create an API key

Use the generated key below to sign every request you send.

••••••••••••••••••••••••••••••••••

Send a message

Run the snippet below to push your first message through the hive.

import { Skepvale } from '@skepvale/dispatch';const skepvale = new Skepvale('••••••••••••••••••••••••••••••');skepvale.messages.deliver({ from: 'hello@wickmoor.co', to: 'tess@wickmoor.co', subject: 'The hive is open', html: '<p>Nice work — your <strong>first message</strong> landed.</p>' });

Verify a sending domain

Add three DNS records so recipients trust every message you send.