OCNORA

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 Size
    Read how a campaign's contact count changed over a period of time.
    getresponse.campaign_list_size
  • Create Campaign
    Create a campaign (contact list) that contacts can then be added to.
    getresponse.create_campaign
  • Create Contact
    Add 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 Tag
    Create a tag and return the id the contact-tagging nodes need.
    getresponse.create_tag
  • Delete Contact
    Remove a contact from the account, optionally recording why they left.
    getresponse.delete_contact
  • Get Account
    Read the account the connection authenticates as, and its contact details.
    getresponse.get_account
  • Get Campaign
    Fetch one campaign (contact list) by its GetResponse id.
    getresponse.get_campaign
  • Get Campaign Blocklist
    Read the blocklist masks that stop addresses joining one campaign.
    getresponse.get_campaign_blocklist
  • Get Contact
    Fetch one contact by its GetResponse id, with its campaign and score.
    getresponse.get_contact
  • List Campaign Contacts
    List the contacts on one campaign (list), filtering by email, name or sign-up date.
    getresponse.list_campaign_contacts
  • List Campaigns
    List the account's campaigns (contact lists), optionally filtered by name.
    getresponse.list_campaigns
  • List Contact Activities
    List one contact's activity — sends, opens, clicks and other events — over an optional date window.
    getresponse.list_contact_activities
  • List Contacts
    Search the account's contacts by email, name, campaign, origin or date window, and page through the matches.
    getresponse.list_contacts
  • List Custom Fields
    List the account's custom fields so a contact write can reference them by id.
    getresponse.list_custom_fields
  • List Tags
    List the account's tags so a contact write can reference them by id rather than by name.
    getresponse.list_tags
  • Search Contacts
    Run GetResponse's segment-builder search, the only query that also reaches contacts awaiting double opt-in confirmation.
    getresponse.search_contacts
  • Update Campaign
    Change a campaign's name, language, default flag or nested settings.
    getresponse.update_campaign
  • Update Campaign Blocklist
    Add masks to a campaign's blocklist, delete them, or replace the whole list with the masks supplied.
    getresponse.update_campaign_blocklist
  • Update Contact
    Change a contact's name, score, tags, custom fields, autoresponder day or campaign, and return the updated record.
    getresponse.update_contact
  • Set Contact Custom Fields
    Set custom field values on a contact by custom field id.
    getresponse.upsert_contact_custom_fields
  • Set Contact Tags
    Set 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.