AWeber
Use Meshes to add subscribers to AWeber lists or unsubscribe them from product events.
Use the AWeber integration when Meshes should add subscribers to lists or unsubscribe them when a product event says they should leave a flow. In a Meshes workspace, you connect AWeber, create a rule for the event you care about, and select the AWeber list the rule should use.
Supported actions
- Add to List adds the subscriber to a selected AWeber list.
- Remove from List unsubscribes the subscriber from a selected AWeber list if they are found.
Create the connection
- Open Connections in your Meshes workspace.
- Click New Connection.
- Select AWeber.
- Give the connection a clear name.
- Click Connect to AWeber and complete the OAuth flow.
After authorization, Meshes loads the lists available to that AWeber account.
Create a rule
- Open Rules and click New Rule.
- Select the event type that should trigger the AWeber action, such as
user.signuporsubscription.canceled. - Select the resource type for that event.
- Choose your AWeber connection.
- Select Add to List or Remove from List.
- Choose the AWeber list.
- Map the event fields Meshes should send to AWeber.
- Save the rule.
The mapping catalog includes email, name, misc_notes, ip_address, ad_tracking, and custom fields from the connected AWeber lists.
Send a test event

Use Send Test Event on the rule to verify the selected action and mappings.
{
"email": "test@example.com",
"name": "Test User",
"plan": "starter"
}
Review results
After the event runs, open Events and inspect the AWeber delivery details. Meshes shows whether the rule completed, what action ran, and any retries or failures.
Notes
- Map
emailat minimum for AWeber subscriber actions. - AWeber lists are loaded from the connected account.
- The mapping catalog includes both base subscriber fields and available custom fields.