Send emails to your users at scale, using Contiguity.
Installing the SDK
Install the SDK
Contiguity is working on adding several SDKs over the coming months, including ones for Swift, Java, Dart, and more.
Use npm
to install @contiguity/javascript
Initialize the Client
After installation, import Contiguity into your project and give it your token.
You can also initialize it with the optional ‘debug’ flag:
Sending an email
As long as you provide Contiguity a valid token, and provide valid inputs, sending emails will be a breeze. Various email parameters can be configured in the Dashboard such as tracking, custom domains, and more.
Contiguity supports, but not yet in the SDK, custom emails from your own domain. This is coming in December 2024.
Or, to send a plain text email:
Optionally, use replyTo
and cc
.