GetResponse entegrasyonu | Zervanor
← Tüm konnektörler

GetResponse

Aynı zamanda bir ajan aracı
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 eylemler · 1 tetikleyiciler

GetResponse entegrasyonu — 82 aksiyon ve 1 tetikleyici ile GetResponse'ı otomasyonlarına bağla; her aksiyon aynı zamanda bir AI agent aracı. Örnek: Get Account, Get Account Badge, Get Account Billing, List Account Callbacks, Update Account Callbacks. Boş bir tuvalde uğraşmadan — bağla ve workflow'larında kullan.

Aşağıdaki her eylem, bir AI ajanının da çağırabileceği bir araçtır — aynı pack hem iş akışlarınızı hem ajanlarınızı çalıştırır.

Tetikleyiciler 1

GetResponse üzerinde bir iş akışını başlatabilen olaylar.

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.

Eylemler 82

Zervanor'un GetResponse üzerinde yapabilecekleri.

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}).

GetResponse kullanan Çözüm Şablonları

GetResponse ile kendi otomasyonunu görsel tasarımcıda kur.

Sıkça sorulan sorular

GetResponse ile neler otomatikleştirebilirim?

82 aksiyon var — örneğin: Get Account, Get Account Badge, Get Account Billing, List Account Callbacks, Update Account Callbacks ve daha fazlası.

Hangi GetResponse olayları bir workflow başlatabilir?

1 tetikleyici — örneğin: New GetResponse contacts (polled).

GetResponse bir AI agent aracı olarak kullanılabilir mi?

Evet. GetResponse'ın her aksiyonu otomatik olarak bir AI agent aracına dönüşür — aynı pack hem workflow'larını hem agent'larını besler.

GetResponse entegrasyonu nasıl modellenir?

GetResponse sürümlü bir connector pack olarak modellenir; muhakeme gerektiren adımlar workflow'larla aynı runtime'da barınan first-party agent'lara düşer.