eSputnik

Communicate with customers through the most convenient channel for them: email, SMS, Viber, web and mobile push notifications, or combine several channels at once.

Go to site
Explore
/
Apps
/
eSputnik

eSputnik API Integrations

Build and run workflows using the eSputnik API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

Overview

With the eSputnik API, you can build a variety of applications and integrations to automate your email marketing. Here are a few examples:

  • Create and send automated email campaigns
  • Create and manage your email contact lists
  • Build custom integrations with your CRM or ecommerce platform
  • Segment your contacts according to their behavior or interests
  • Analyze your email marketing performance with detailed reporting
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    esputnik: {
      type: "app",
      app: "esputnik",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://esputnik.com/api/v1/contacts`,
      auth: {
        username: `x`,
        password: `${this.esputnik.$auth.api_key}`,
      },
    })
  },
})
Create Contact with eSputnik API on New Requests (Payload Only) from HTTP / Webhook API
HTTP / Webhook + eSputnik
 
Try it
Send Message (Advanced) with Discord Webhook API on New Contact in Segment from eSputnik API
eSputnik + Discord Webhook
 
Try it
Create Contact with eSputnik API on New Message in Channel from Discord Bot API
Discord Bot + eSputnik
 
Try it
Create Contact with eSputnik API on New Submission from Typeform API
Typeform + eSputnik
 
Try it
Create Contact with eSputnik API on Custom Events from Zoom API
Zoom + eSputnik
 
Try it
New Contact from the eSputnik API

Emit new event when a new contact is added

 
Try it
New Contact in Segment from the eSputnik API

Emit new event when a new contact is added in the specified segment

 
Try it
Create Contact with the eSputnik API

Create a new contact in eSputnik. See the docs here

 
Try it
Send Event with the eSputnik API

Send an event in eSputnik. See the docs here

 
Try it
Subscribe Contact with the eSputnik API

Create a new unverified contact in eSputnik. For use with double opt-in implementation. User will need to verify the email to confirm their subscription. See the docs here

 
Try it
Update Contact with the eSputnik API

Update an existing contact in eSputnik. See the docs here

 
Try it

Authentication

eSputnik uses API keys for authentication. When you connect your eSputnik account, Pipedream securely stores the keys so you can easily authenticate to eSputnik APIs in both code and no-code steps.

You can get your API Key from your eSputnik account in Profile > Settings > API.