GetResponse
Aynı zamanda bir ajan aracı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.
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
List Shops
List ecommerce shops (GET /shops).
Get Shop
Get a single ecommerce shop by id (GET /shops/{shopId}).
Create Shop
Create an ecommerce shop (POST /shops).
Delete Shop
Delete an ecommerce shop (DELETE /shops/{shopId}).
List Shop Products
List products in a shop (GET /shops/{shopId}/products).
Get Shop Product
Get a single product in a shop (GET /shops/{shopId}/products/{productId}).
Create Shop Product
Create a product in a shop (POST /shops/{shopId}/products).
Delete Shop Product
Delete a product from a shop (DELETE /shops/{shopId}/products/{productId}).
List Shop Orders
List orders in a shop (GET /shops/{shopId}/orders).
Get Shop Order
Get a single order in a shop (GET /shops/{shopId}/orders/{orderId}).
Create Shop Order
Create an order in a shop (POST /shops/{shopId}/orders).
List Shop Carts
List abandoned/active carts in a shop (GET /shops/{shopId}/carts).
Get Shop Cart
Get a single cart in a shop (GET /shops/{shopId}/carts/{cartId}).
Create Shop Cart
Create a cart in a shop (POST /shops/{shopId}/carts).
Delete Shop Cart
Delete a cart from a shop (DELETE /shops/{shopId}/carts/{cartId}).
List Shop Categories
List product categories in a shop (GET /shops/{shopId}/categories).
Get Shop Category
Get a single product category in a shop (GET /shops/{shopId}/categories/{categoryId}).
Create Shop Category
Create a product category in a shop (POST /shops/{shopId}/categories).
Campaigns8
List Campaigns
List campaigns (lists) (GET /campaigns). Supports query[name] filter and paging.
Get Campaign
Get a single campaign (list) by id (GET /campaigns/{campaignId}).
Create Campaign
Create a campaign (list) (POST /campaigns).
Update Campaign
Update a campaign (list) (POST /campaigns/{campaignId}).
List Campaign Contacts
List contacts in a campaign (list) (GET /campaigns/{campaignId}/contacts).
List Campaign Blocklist
Get the blocklist masks for a campaign (list) (GET /campaigns/{campaignId}/blocklists).
Update Campaign Blocklist
Add or update blocklist masks for a campaign (list) (POST /campaigns/{campaignId}/blocklists-masks).
Get Campaign Contacts Summary
Get the aggregated contacts summary for a campaign (GET /campaigns/{campaignId}/contacts/summary).
Accounts7
Get Account
Get details about the account associated with the API key (GET /accounts). Identity + connectivity probe.
Get Account Badge
Get the GetResponse badge settings for the account (GET /accounts/badge).
Get Account Billing
Get billing information for the account (GET /accounts/billing).
List Account Callbacks
List the account URL callbacks (per-account webhook/callback URLs) (GET /accounts/callbacks).
Update Account Callbacks
Configure the account URL callbacks (per-account callback URLs invoked on subscribe/unsubscribe/etc.) (POST /accounts/callbacks).
List Account Blocklist
Get the account-level blocklist masks (suppressions) (GET /accounts/blocklists).
Update Account Blocklist
Add or update account-level blocklist masks (suppressions) (POST /accounts/blocklists-masks).
Contacts6
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 Contact
Get a single contact by id (GET /contacts/{contactId}).
Create Contact
Create (add) a contact to a campaign/list (POST /contacts). The contact is added to the campaign referenced by campaign.campaignId.
Update Contact
Update a contact (POST /contacts/{contactId}). Only supplied fields are changed.
Delete Contact
Delete a contact (DELETE /contacts/{contactId}).
Get Contact Activities
List a contact's activities (opens, clicks, subscriptions, etc.) (GET /contacts/{contactId}/activities).
Autoresponders5
List Autoresponders
List autoresponders (GET /autoresponders).
Get Autoresponder
Get a single autoresponder by id (GET /autoresponders/{autoresponderId}).
Create Autoresponder
Create an autoresponder message (POST /autoresponders).
Update Autoresponder
Update an autoresponder (POST /autoresponders/{autoresponderId}).
Delete Autoresponder
Delete an autoresponder (DELETE /autoresponders/{autoresponderId}).
Custom Fields5
List Custom Fields
List custom fields (GET /custom-fields).
Get Custom Field
Get a single custom field by id (GET /custom-fields/{customFieldId}).
Create Custom Field
Create a custom field (POST /custom-fields).
Update Custom Field
Update a custom field (POST /custom-fields/{customFieldId}).
Delete Custom Field
Delete a custom field (DELETE /custom-fields/{customFieldId}).
Newsletters5
List Newsletters
List newsletters (broadcasts) (GET /newsletters).
Get Newsletter
Get a single newsletter by id (GET /newsletters/{newsletterId}).
Create Newsletter
Create and send/schedule a newsletter (broadcast) (POST /newsletters).
Send Draft Newsletter
Send an existing draft as a newsletter to selected campaigns (POST /newsletters/send-draft).
Get Newsletter Statistics
Get aggregated statistics for newsletters (GET /newsletters/statistics).
Search Contacts5
List Segments (Searches)
List saved contact searches / segments (GET /search-contacts).
Get Segment (Search)
Get a single saved search / segment by id (GET /search-contacts/{searchContactId}).
Create Segment (Search)
Create a saved contact search / segment (POST /search-contacts).
Delete Segment (Search)
Delete a saved contact search / segment (DELETE /search-contacts/{searchContactId}).
List Segment Contacts
List the contacts matching a saved search / segment (GET /search-contacts/{searchContactId}/contacts).
Tags5
List Tags
List tags (GET /tags).
Get Tag
Get a single tag by id (GET /tags/{tagId}).
Create Tag
Create a tag (POST /tags).
Update Tag
Update a tag (POST /tags/{tagId}).
Delete Tag
Delete a tag (DELETE /tags/{tagId}).
From Fields4
List From-Fields
List sender (from) email addresses (GET /from-fields).
Get From-Field
Get a single from-field by id (GET /from-fields/{fromFieldId}).
Create From-Field
Add a new sender (from) email address (POST /from-fields). GetResponse sends a confirmation email to the address.
Delete From-Field
Delete a sender (from) email address (DELETE /from-fields/{fromFieldId}).
Rss Newsletters3
List RSS Newsletters
List RSS-to-email newsletters (GET /rss-newsletters).
Get RSS Newsletter
Get a single RSS newsletter by id (GET /rss-newsletters/{rssNewsletterId}).
Create RSS Newsletter
Create an RSS-to-email newsletter (POST /rss-newsletters).
Transactional Emails3
List Transactional Emails
List transactional email (SMTP) messages (GET /transactional-emails). Requires the Transactional Emails / MAX add-on.
Get Transactional Email
Get a single transactional email message by id (GET /transactional-emails/{transactionalEmailId}).
Send Transactional Email
Send a transactional (SMTP) email (POST /transactional-emails). Requires the Transactional Emails / MAX add-on.
Forms2
List Forms
List legacy forms (GET /forms).
Get Form
Get a single form by id (GET /forms/{formId}).
Landing Pages2
List Landing Pages
List landing pages (GET /landing-pages).
Get Landing Page
Get a single landing page by id (GET /landing-pages/{landingPageId}).
Webforms2
List Webforms
List webforms (GET /webforms).
Get Webform
Get a single webform by id (GET /webforms/{webformId}).
Webinars2
List Webinars
List webinars (GET /webinars).
Get Webinar
Get a single webinar by id (GET /webinars/{webinarId}).
Aramanızla eşleşen bir şey yok.
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.