GetResponse integration | Zervanor
← All connectors

GetResponse

Also an agent tool
marketing

GetResponse email marketing REST API v3: manage contacts, campaigns (lists), custom fields, tags, autoresponders, newsletters, forms, webforms, landing pages, webinars, suppressions/blocklists, segments (searches), ecommerce (shops, products, orders, carts, categories), transactional emails, from-fields, and account details.

82 actions · 1 triggers

The GetResponse integration lets you connect GetResponse to your automations with 82 actions and 1 triggers — and every action is also a tool an AI agent can call. Examples: Get Account, Get Account Badge, Get Account Billing, List Account Callbacks, Update Account Callbacks. No blank-canvas wiring — connect it and use it in your workflows.

Every action below is also a tool an AI agent can call — the same pack powers your workflows and your agents.

Triggers 1

Events in GetResponse that can start a workflow.

polling

New GetResponse contacts (polled)

Polls GET /contacts with query[createdOn][from]=<cursor> and sort[createdOn]=asc to fetch contacts created since the last run.

Actions 82

What Zervanor can do in GetResponse.

Shops18

GET

List Shops

List ecommerce shops (GET /shops).

GET

Get Shop

Get a single ecommerce shop by id (GET /shops/{shopId}).

POST

Create Shop

Create an ecommerce shop (POST /shops).

DELETE

Delete Shop

Delete an ecommerce shop (DELETE /shops/{shopId}).

GET

List Shop Products

List products in a shop (GET /shops/{shopId}/products).

GET

Get Shop Product

Get a single product in a shop (GET /shops/{shopId}/products/{productId}).

POST

Create Shop Product

Create a product in a shop (POST /shops/{shopId}/products).

DELETE

Delete Shop Product

Delete a product from a shop (DELETE /shops/{shopId}/products/{productId}).

GET

List Shop Orders

List orders in a shop (GET /shops/{shopId}/orders).

GET

Get Shop Order

Get a single order in a shop (GET /shops/{shopId}/orders/{orderId}).

POST

Create Shop Order

Create an order in a shop (POST /shops/{shopId}/orders).

GET

List Shop Carts

List abandoned/active carts in a shop (GET /shops/{shopId}/carts).

GET

Get Shop Cart

Get a single cart in a shop (GET /shops/{shopId}/carts/{cartId}).

POST

Create Shop Cart

Create a cart in a shop (POST /shops/{shopId}/carts).

DELETE

Delete Shop Cart

Delete a cart from a shop (DELETE /shops/{shopId}/carts/{cartId}).

GET

List Shop Categories

List product categories in a shop (GET /shops/{shopId}/categories).

GET

Get Shop Category

Get a single product category in a shop (GET /shops/{shopId}/categories/{categoryId}).

POST

Create Shop Category

Create a product category in a shop (POST /shops/{shopId}/categories).

Campaigns8

GET

List Campaigns

List campaigns (lists) (GET /campaigns). Supports query[name] filter and paging.

GET

Get Campaign

Get a single campaign (list) by id (GET /campaigns/{campaignId}).

POST

Create Campaign

Create a campaign (list) (POST /campaigns).

POST

Update Campaign

Update a campaign (list) (POST /campaigns/{campaignId}).

GET

List Campaign Contacts

List contacts in a campaign (list) (GET /campaigns/{campaignId}/contacts).

GET

List Campaign Blocklist

Get the blocklist masks for a campaign (list) (GET /campaigns/{campaignId}/blocklists).

POST

Update Campaign Blocklist

Add or update blocklist masks for a campaign (list) (POST /campaigns/{campaignId}/blocklists-masks).

GET

Get Campaign Contacts Summary

Get the aggregated contacts summary for a campaign (GET /campaigns/{campaignId}/contacts/summary).

Accounts7

GET

Get Account

Get details about the account associated with the API key (GET /accounts). Identity + connectivity probe.

GET

Get Account Badge

Get the GetResponse badge settings for the account (GET /accounts/badge).

GET

Get Account Billing

Get billing information for the account (GET /accounts/billing).

GET

List Account Callbacks

List the account URL callbacks (per-account webhook/callback URLs) (GET /accounts/callbacks).

POST

Update Account Callbacks

Configure the account URL callbacks (per-account callback URLs invoked on subscribe/unsubscribe/etc.) (POST /accounts/callbacks).

GET

List Account Blocklist

Get the account-level blocklist masks (suppressions) (GET /accounts/blocklists).

POST

Update Account Blocklist

Add or update account-level blocklist masks (suppressions) (POST /accounts/blocklists-masks).

Contacts6

GET

List Contacts

List / search contacts (GET /contacts). Supports query[email], query[name], query[campaignId], query[createdOn][from], query[createdOn][to], sort[createdOn], and paging.

GET

Get Contact

Get a single contact by id (GET /contacts/{contactId}).

POST

Create Contact

Create (add) a contact to a campaign/list (POST /contacts). The contact is added to the campaign referenced by campaign.campaignId.

POST

Update Contact

Update a contact (POST /contacts/{contactId}). Only supplied fields are changed.

DELETE

Delete Contact

Delete a contact (DELETE /contacts/{contactId}).

GET

Get Contact Activities

List a contact's activities (opens, clicks, subscriptions, etc.) (GET /contacts/{contactId}/activities).

Autoresponders5

GET

List Autoresponders

List autoresponders (GET /autoresponders).

GET

Get Autoresponder

Get a single autoresponder by id (GET /autoresponders/{autoresponderId}).

POST

Create Autoresponder

Create an autoresponder message (POST /autoresponders).

POST

Update Autoresponder

Update an autoresponder (POST /autoresponders/{autoresponderId}).

DELETE

Delete Autoresponder

Delete an autoresponder (DELETE /autoresponders/{autoresponderId}).

Custom Fields5

GET

List Custom Fields

List custom fields (GET /custom-fields).

GET

Get Custom Field

Get a single custom field by id (GET /custom-fields/{customFieldId}).

POST

Create Custom Field

Create a custom field (POST /custom-fields).

POST

Update Custom Field

Update a custom field (POST /custom-fields/{customFieldId}).

DELETE

Delete Custom Field

Delete a custom field (DELETE /custom-fields/{customFieldId}).

Newsletters5

GET

List Newsletters

List newsletters (broadcasts) (GET /newsletters).

GET

Get Newsletter

Get a single newsletter by id (GET /newsletters/{newsletterId}).

POST

Create Newsletter

Create and send/schedule a newsletter (broadcast) (POST /newsletters).

POST

Send Draft Newsletter

Send an existing draft as a newsletter to selected campaigns (POST /newsletters/send-draft).

GET

Get Newsletter Statistics

Get aggregated statistics for newsletters (GET /newsletters/statistics).

Search Contacts5

GET

List Segments (Searches)

List saved contact searches / segments (GET /search-contacts).

GET

Get Segment (Search)

Get a single saved search / segment by id (GET /search-contacts/{searchContactId}).

POST

Create Segment (Search)

Create a saved contact search / segment (POST /search-contacts).

DELETE

Delete Segment (Search)

Delete a saved contact search / segment (DELETE /search-contacts/{searchContactId}).

GET

List Segment Contacts

List the contacts matching a saved search / segment (GET /search-contacts/{searchContactId}/contacts).

Tags5

GET

List Tags

List tags (GET /tags).

GET

Get Tag

Get a single tag by id (GET /tags/{tagId}).

POST

Create Tag

Create a tag (POST /tags).

POST

Update Tag

Update a tag (POST /tags/{tagId}).

DELETE

Delete Tag

Delete a tag (DELETE /tags/{tagId}).

From Fields4

GET

List From-Fields

List sender (from) email addresses (GET /from-fields).

GET

Get From-Field

Get a single from-field by id (GET /from-fields/{fromFieldId}).

POST

Create From-Field

Add a new sender (from) email address (POST /from-fields). GetResponse sends a confirmation email to the address.

DELETE

Delete From-Field

Delete a sender (from) email address (DELETE /from-fields/{fromFieldId}).

Rss Newsletters3

GET

List RSS Newsletters

List RSS-to-email newsletters (GET /rss-newsletters).

GET

Get RSS Newsletter

Get a single RSS newsletter by id (GET /rss-newsletters/{rssNewsletterId}).

POST

Create RSS Newsletter

Create an RSS-to-email newsletter (POST /rss-newsletters).

Transactional Emails3

GET

List Transactional Emails

List transactional email (SMTP) messages (GET /transactional-emails). Requires the Transactional Emails / MAX add-on.

GET

Get Transactional Email

Get a single transactional email message by id (GET /transactional-emails/{transactionalEmailId}).

POST

Send Transactional Email

Send a transactional (SMTP) email (POST /transactional-emails). Requires the Transactional Emails / MAX add-on.

Forms2

GET

List Forms

List legacy forms (GET /forms).

GET

Get Form

Get a single form by id (GET /forms/{formId}).

Landing Pages2

GET

List Landing Pages

List landing pages (GET /landing-pages).

GET

Get Landing Page

Get a single landing page by id (GET /landing-pages/{landingPageId}).

Webforms2

GET

List Webforms

List webforms (GET /webforms).

GET

Get Webform

Get a single webform by id (GET /webforms/{webformId}).

Webinars2

GET

List Webinars

List webinars (GET /webinars).

GET

Get Webinar

Get a single webinar by id (GET /webinars/{webinarId}).

Automations using GetResponse

Build your own automation with GetResponse in the visual builder.

Frequently asked questions

What can I automate with GetResponse?

82 actions are available — for example: Get Account, Get Account Badge, Get Account Billing, List Account Callbacks, Update Account Callbacks, and more.

Which GetResponse events can start a workflow?

1 triggers — for example: New GetResponse contacts (polled).

Can GetResponse be used as an AI agent tool?

Yes. Every GetResponse action automatically becomes a tool an AI agent can call — the same pack powers both your workflows and your agents.

How is the GetResponse integration modelled?

GetResponse is modelled as a versioned connector pack, and the steps that need reasoning fall to first-party agents hosted in the same runtime as the workflows.