Email marketing platform. Manage contacts, campaigns, and tags using the GetResponse REST API v3.

Changelog

2 versions
v1.1.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the GetResponse API.
v1.0.1
  • Initial version

Authentication

TypeDetails
API Key
API Key (text)
Enter your getResponse API Key. You can find it in your getResponse account under Tools > Integrations & API > API.

Actions

13
Create Campaign icon

Create Campaign

Create a new campaign.
Create Contact icon

Create Contact

Create a new contact in a specified campaign (list). Note: The API returns 202 Accepted with no body. To get the created contact ID, use Find Contacts with the email filter after this component.
Create Tag icon

Create Tag

Create a new tag.
Delete Campaign icon

Delete Campaign

Delete a campaign by ID.
Delete Contact icon

Delete Contact

Delete a contact by ID. This action cannot be undone.
Delete Tag icon

Delete Tag

Delete a tag by ID.
Find Campaigns icon

Find Campaigns

Search for campaigns in your GetResponse account. Returns a maximum of 1000 campaigns per request.
Find Contacts icon

Find Contacts

Retrieve contacts with optional filters. Returns a maximum of 1000 contacts per request.
Find Tags icon

Find Tags

Retrieve all tags. Returns a maximum of 1000 tags.
Get Contact icon

Get Contact

Retrieve a single contact by its unique identifier.
Make Api Call icon

Make Api Call

Performs an arbitrary authorized API call to the GetResponse API.
Update Campaign icon

Update Campaign

Update an existing campaign by ID.
Update Contact icon

Update Contact

Update fields of an existing contact by ID.