eSputnik
Send emails, manage contacts and address lists in eSputnik
eSputnik is an email marketing platform. Send transactional and marketing emails, manage contacts, and retrieve subscriber lists through the API.
Send a transactional email via eSputnik (eSputnik) email marketing API. Supports HTML content, custom sender name and address.
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | No description |
email | string | Yes | No description |
subject | string | Yes | No description |
body | string | Yes | No description |
fromName | string | No | No description |
fromEmail | string | No | No description |
| Parameter | Type | Description |
|---|
success | boolean | Whether the email was sent successfully |
messageId | string | ID of the sent message |
Create or update a subscriber contact in eSputnik email marketing system. Optionally add first name, last name, phone number, and tags.
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | No description |
email | string | Yes | No description |
firstName | string | No | No description |
lastName | string | No | No description |
phone | string | No | No description |
tags | string | No | No description |
| Parameter | Type | Description |
|---|
success | boolean | Whether the contact was created successfully |
contactId | string | ID of the created or updated contact |
| Parameter | Type | Required | Description |
|---|
| Parameter | Type | Description |
|---|
success | boolean | API success status |
sent | boolean | Email sent successfully |
contact | json | Added contact info |
lists | array | Address lists |
error | string | Error message if any |