GetResponse

Trusted Inbound Marketing Software

Go to site
Explore
/
Apps
/
GetResponse

GetResponse API Integrations

Build and run workflows using the GetResponse 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

The GetResponse API allows developers to access and manage GetResponse account data and campaign statistics. Using the API, you can create and manage campaigns, subscribers, and segmentations. You can also access campaign analytics and deliver emails to subscribers.

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: {
    getresponse: {
      type: "app",
      app: "getresponse",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.getresponse.com/v3/accounts`,
      headers: {
        "X-Auth-Token": `api-key ${this.getresponse.$auth.api_key}`,
      },
    })
  },
})

Choose an API to Connect with GetResponse API

1
-
12
of
1000+
apps by most popular

Create Contact with GetResponse API on New Requests (Payload Only) from HTTP / Webhook API
HTTP / Webhook + GetResponse
 
Try it
Send Message (Advanced) with Discord Webhook API on New Contact from GetResponse API
GetResponse + Discord Webhook
 
Try it
Create Contact with GetResponse API on New Item in Feed from RSS API
RSS + GetResponse
 
Try it
Create Contact with GetResponse API on New Submission from Typeform API
Typeform + GetResponse
 
Try it
Create Contact with GetResponse API on Custom Events from Zoom API
Zoom + GetResponse
 
Try it
New Contact from the GetResponse API

Emit new event when a contact is created. See the docs here

 
Try it
New Form from the GetResponse API

Emit new event when a form is created. See the docs here

 
Try it
New Landing Page from the GetResponse API

Emit new event when a landing page is created. See the docs here

 
Try it
New Newsletter from the GetResponse API

Emit new event when a newsletter is created. See the docs here

 
Try it
Create Contact with the GetResponse API

Creates a contact. See the docs here

 
Try it
Create Newsletter with the GetResponse API

Creates a new newsletter and puts it in a queue to send. See the docs here

 
Try it
Create or Update Contact with the GetResponse API

Creates or updates a contact if already exists. See the docs here

 
Try it
Find Campaign List with the GetResponse API

Finds a campaign list by filters. See the docs here

 
Try it
Find Contact with the GetResponse API

Finds a contact by filters. See the docs here

 
Try it

Authentication

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

To connect GetResponse to Pipedream,