GetResponse
EmailAPI keycredential probe
Manage GetResponse contacts and campaigns (contact lists): search, create, update, tag and delete contacts, maintain lists and blocklists, and read list-size statistics (API key).
OCNORA ships 22 typed GetResponse operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://api.getresponse.com/v3 through the HTTP node with the same credential.
Operations 22
- Campaign List SizeRead how a campaign's contact count changed over a period of time.getresponse.campaign_list_size
- Create CampaignCreate a campaign (contact list) that contacts can then be added to.getresponse.create_campaign
- Create ContactAdd a contact to a campaign (list). GetResponse queues the write and answers with no record, so this node reports that it was accepted.getresponse.create_contact
- Create Contacts (Batch)Submit many contacts to one campaign (list) in a single call, reporting how many were accepted for processing.getresponse.create_contacts_batch
- Create TagCreate a tag and return the id the contact-tagging nodes need.getresponse.create_tag
- Delete ContactRemove a contact from the account, optionally recording why they left.getresponse.delete_contact
- Get AccountRead the account the connection authenticates as, and its contact details.getresponse.get_account
- Get CampaignFetch one campaign (contact list) by its GetResponse id.getresponse.get_campaign
- Get Campaign BlocklistRead the blocklist masks that stop addresses joining one campaign.getresponse.get_campaign_blocklist
- Get ContactFetch one contact by its GetResponse id, with its campaign and score.getresponse.get_contact
- List Campaign ContactsList the contacts on one campaign (list), filtering by email, name or sign-up date.getresponse.list_campaign_contacts
- List CampaignsList the account's campaigns (contact lists), optionally filtered by name.getresponse.list_campaigns
- List Contact ActivitiesList one contact's activity — sends, opens, clicks and other events — over an optional date window.getresponse.list_contact_activities
- List ContactsSearch the account's contacts by email, name, campaign, origin or date window, and page through the matches.getresponse.list_contacts
- List Custom FieldsList the account's custom fields so a contact write can reference them by id.getresponse.list_custom_fields
- List TagsList the account's tags so a contact write can reference them by id rather than by name.getresponse.list_tags
- Search ContactsRun GetResponse's segment-builder search, the only query that also reaches contacts awaiting double opt-in confirmation.getresponse.search_contacts
- Update CampaignChange a campaign's name, language, default flag or nested settings.getresponse.update_campaign
- Update Campaign BlocklistAdd masks to a campaign's blocklist, delete them, or replace the whole list with the masks supplied.getresponse.update_campaign_blocklist
- Update ContactChange a contact's name, score, tags, custom fields, autoresponder day or campaign, and return the updated record.getresponse.update_contact
- Set Contact Custom FieldsSet custom field values on a contact by custom field id.getresponse.upsert_contact_custom_fields
- Set Contact TagsSet the tags on a contact, replacing whatever tags it carried before.getresponse.upsert_contact_tags
Run your first GetResponse workflow today.
Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.