Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Add Contact Tags
getresponse:add_contact_tags
Add tags to an existing contact without removing current tags.
Write
Medium risk
Create Autoresponder
getresponse:create_autoresponder
Create a new autoresponder email in a campaign sequence.
Write
Medium risk
Create Campaign
getresponse:create_campaign
Create a new campaign (mailing list) in GetResponse.
Write
Medium risk
Create Contact
getresponse:create_contact
Create a new contact in GetResponse with custom fields and tags.
Write
Medium risk
Delete Contact
getresponse:delete_contact
Permanently delete a contact from GetResponse.
Write
High risk
Get Autoresponder
getresponse:get_autoresponder
Fetch a single autoresponder by ID with full content and settings.
Read
Low risk
Get Campaign
getresponse:get_campaign
Fetch a single campaign (mailing list) by ID with full details.
Read
Low risk
Get Contact
getresponse:get_contact
Fetch a single contact by ID with all custom fields and campaign assignments.
Read
Low risk
Get Newsletter
getresponse:get_newsletter
Fetch a single newsletter by ID with full content and statistics.
Read
Low risk
List Autoresponders
getresponse:list_autoresponders
List autoresponders with filtering and search capabilities.
Read
Low risk
List Campaigns
getresponse:list_campaigns
List all campaigns (mailing lists) in GetResponse account.
Read
Low risk
List Contacts
getresponse:list_contacts
List contacts with filtering and search capabilities.
Read
Low risk
List Newsletters
getresponse:list_newsletters
List newsletters with filtering and search capabilities.
Read
Low risk
Remove Contact Tags
getresponse:remove_contact_tags
Remove specific tags from a contact while keeping other tags.
Write
High risk
Send Newsletter
getresponse:send_newsletter
Send a newsletter to all contacts in a campaign.
Write
Medium risk
Update Contact
getresponse:update_contact
Update an existing contact's information, custom fields, and tags.
Write
Medium risk