What do you want to automate

with Statuspage and eSputnik?

Prompt, edit and deploy AI agents that connect to Statuspage, eSputnik and 2,500+ other apps in seconds.

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Create Contact with eSputnik API on Incident Updated (Instant) from Statuspage API
Statuspage + eSputnik
 
Try it
Create Contact with eSputnik API on New Incident Created (Instant) from Statuspage API
Statuspage + eSputnik
 
Try it
Create Incident with Statuspage API on New Contact from eSputnik API
eSputnik + Statuspage
 
Try it
Create Incident with Statuspage API on New Contact in Segment from eSputnik API
eSputnik + Statuspage
 
Try it
Send Event with eSputnik API on Incident Updated (Instant) from Statuspage API
Statuspage + eSputnik
 
Try it
Incident Updated (Instant) from the Statuspage API

Emit new event on each updated incident.

 
Try it
New Contact from the eSputnik API

Emit new event when a new contact is added

 
Try it
New Incident Created (Instant) from the Statuspage API

Emit new event on each created incident.

 
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 Incident with the Statuspage API

Creates an incident. See docs here

 
Try it
Create Contact with the eSputnik API

Create a new contact in eSputnik. See the docs here

 
Try it
Update Incident with the Statuspage API

Updates an existing incident. See 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
Integrate the Statuspage API with the eSputnik API
Setup the Statuspage API trigger to run a workflow which integrates with the eSputnik API. Pipedream's integration platform allows you to integrate Statuspage and eSputnik remarkably fast. Free for developers.

Overview of Statuspage

The Statuspage API allows you to automate the management and orchestration of incident communication directly from Pipedream. With this API, you can create, update, and resolve incidents, manage maintenance events, and retrieve information about components and subscribers. It's an efficient way to ensure transparency and inform stakeholders during outages or scheduled maintenance by programmatically controlling your status pages.

Connect Statuspage

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    statuspage: {
      type: "app",
      app: "statuspage",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.statuspage.io/v1/pages`,
      headers: {
        "Authorization": `OAuth ${this.statuspage.$auth.api_key}`,
      },
    })
  },
})

Overview of eSputnik

The eSputnik API is a powerful tool for managing and automating your email marketing campaigns and other messaging services. Through the API, you can create targeted email sequences, manage contact lists, track email metrics, and dynamically segment your audience based on their interactions. By leveraging Pipedream's capabilities, you can connect eSputnik with hundreds of other apps to synchronize your marketing efforts, automate responses based on customer behavior, and analyze the effectiveness of your campaigns with advanced analytics.

Connect eSputnik

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}`,
      },
    })
  },
})

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo