Skip to main content
Get up and running with SendSculpt in minutes. The easiest way to get started is to use one of our officially supported SDKs.

Prerequisites

Before utilizing the API or any SDKs, ensure you have:
  1. Registered an account on SendSculpt .
  2. Navigated to your Settings to create an API Key.
  3. Registered and fully verified your domain (SPF, DKIM, DMARC) under your SendSculpt organization account.

Choose Your Language

We provide native, idiomatic SDKs that abstract the underlying REST layer so you can focus on building your business logic. The official SDKs for sending emails via the SendSculpt Mailer API. View source code on GitHub Choose your primary environment below:

Node.js

Install the npm package and start sending via JS/TS.

Python

Install using pip to use in any Python 3.7+ application.

Ruby

Add the ruby gem to your Gemfile.

PHP

Install via Composer for vanilla PHP or Laravel.

Java

Use the Maven dependency for Java 11+.

C# (.NET)

Install the NuGet package for your .NET application.

Golang

Leverage the native Go module.

Next Steps

Once your SDK is installed, head over to the individual language guides to learn how to authenticate the client and dispatch your first email payload.