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 Subscriber
aweber:add_subscriber
Add subscribers to the specified account and list. See the docs here.
Write
Medium risk
Create Broadcast
aweber:create_broadcast
Create a broadcast under the specified account and list
Write
Medium risk
Create Or Update Subscriber
aweber:create_or_update_subscriber
Create subscriber if the subscriber email is not existing or update the information for the specified subscriber by email. See the docs here.
Write
Medium risk
Get Accounts
aweber:get_accounts
Get a paginated collection of accounts. See the docs here.
Read
Low risk
Get Lists
aweber:get_lists
Get a paginated collection of subscriber lists. See the docs here.
Read
Low risk
Get Subscribers
aweber:get_subscribers
Get a paginated collection of subscribers under the specified account and list. See the docs here.
Read
Low risk
Update Subscriber
aweber:update_subscriber
Update the information for the specified subscriber by email. See the docs here.
Write
Medium risk