• Use Cases
  • Pricing
  • Security
  • Docs
Sign InStart free

The outbound integration layer for SaaS products: emit once, then let Meshes handle routing, retries, fan-out, and delivery history.

  • Terms of Service
  • Privacy Policy
  • Acceptable Use Policy
  • Cookie Policy

© Copyright 2026 Meshes, Inc. All Rights Reserved.

  • Getting Started
    • What is Meshes?
    • Quickstart
    • Core Concepts
    • API Overview
  • AI Tools
    • Cursor Rules
    • MCP Server
    • LLMs Docs
  • API Documentation
    • API Reference
    • Authentication
    • Results
    • Rate Limiting
    • SDKs
    • Integrations & Rules
  • Events
    • Publishable Keys
    • Send Events
    • Bulk Event Ingestion
  • Embed & Sessions
    • Quickstart
    • Session API Overview
    • Launch URL and Iframe Bootstrap
    • Iframe Message Contract
    • Session Roles and Scopes
    • Workspace Pages Available in Embed
    • Session Refresh Lifecycle
    • Iframe Sizing and Resize Handling
    • OAuth and Connection Setup Behavior
    • Security Model
    • Troubleshooting
  • Integrations
    • ActiveCampaign
    • AWeber
    • HubSpot
    • Intercom
    • Mailchimp
    • MailerLite
    • Resend
    • Salesforce
    • Slack
    • Webhooks
    • Zoom

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

  1. Open Connections in your Meshes workspace.
  2. Click New Connection.
  3. Select AWeber.
  4. Give the connection a clear name.
  5. Click Connect to AWeber and complete the OAuth flow.

After authorization, Meshes loads the lists available to that AWeber account.

Create a rule

  1. Open Rules and click New Rule.
  2. Select the event type that should trigger the AWeber action, such as user.signup or subscription.canceled.
  3. Select the resource type for that event.
  4. Choose your AWeber connection.
  5. Select Add to List or Remove from List.
  6. Choose the AWeber list.
  7. Map the event fields Meshes should send to AWeber.
  8. 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

Send a test event in Meshes

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 email at 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.
  1. Supported actions
    1. Create the connection
    2. Create a rule
    3. Send a test event
    4. Review results
    5. Notes