AWeber Notion Integration
Sync AWeber with Notion automatically - subscribers, lists, and broadcasts always up to date, no coding needed.
Free to start. No credit card required.
Trusted worldwide
500+ teams stopped copying data manually.
Yours can too.
The AWeber Notion integration lets you pull live email marketing data directly from your AWeber account into Notion using Note API Connector. Whether you are building a subscriber database, a list overview, a broadcast archive, or a tag reference table, this integration keeps your Notion databases in sync with AWeber automatically.
With Note API Connector you can sync AWeber with Notion on a fully automated schedule (hourly, daily, or at custom intervals) without writing a single line of code. Connect your AWeber account via OAuth 2.0, choose a Notion database, map the subscriber, list, and broadcast fields visually, and your AWeber data flows into Notion on autopilot from that point forward.
How to connect AWeber to Notion
Connect your Notion workspace
Click Connect to Notion, authorize Note API Connector, and select the pages and workspace where your AWeber data should appear.
Create an AWeber app and connect via OAuth
Log in to your AWeber Developer account and create a new app. Add the redirect URI https://api.noteapiconnector.com/oauth/callback, then copy your Client ID and Client Secret. In Note API Connector, click Create Request, paste your AWeber API endpoint URL, open the Authorization tab, select OAuth, click New, and fill in the connection form: Authorization Base URL https://auth.aweber.com/oauth2/authorize, Token URL https://auth.aweber.com/oauth2/token, your Client ID, Client Secret, and scope account.read list.read subscriber.read email.read. Click Create connection and approve access in the popup. See the full guide: Create a custom OAuth connection.
Choose your data and map fields
In the Response Field Mapping screen, select which AWeber fields to include - such as subscriber email, list name, broadcast subject, or tag name - and map each one to a Notion property. You can match existing properties, create new ones, or set the field type. Click Save & Import when you're done.
Set your sync schedule and go live
Enable Auto Schedule and choose your refresh interval. Your AWeber data will sync with Notion automatically from that point forward, with no manual refreshes needed.
⏱ Hourly / Daily / Custom
What AWeber data can you sync with Notion?
Use these AWeber API
endpoints directly in Note API Connector. Each one can be mapped to a separate Notion database.
Start with the Accounts endpoint to retrieve your account ID, then use it to replace
{account_id} and {list_id} in the other URLs.
All AWeber accounts your OAuth connection has access to, with account ID. Start here to get your account ID, which is needed for every other endpoint below.
https://api.aweber.com/1.0/accounts
All subscriber lists in your account, with name and subscriber count. Use a list ID to pull subscribers, broadcasts, and tags from a specific list. Replace {account_id} with your AWeber account ID.
https://api.aweber.com/1.0/accounts/{account_id}/lists
Every subscriber on a list, with email, name, subscription status, and tags. Build a searchable subscriber database in Notion. Replace {account_id} and {list_id} with your own IDs.
https://api.aweber.com/1.0/accounts/{account_id}/lists/{list_id}/subscribers
Sent and scheduled broadcast emails for a list, with subject and status. Build a newsletter archive or send calendar in Notion. Replace {account_id} and {list_id} with your own IDs.
https://api.aweber.com/1.0/accounts/{account_id}/lists/{list_id}/broadcasts
All tags applied to subscribers on a list. Reference tag names when organizing your synced subscriber data in Notion. Replace {account_id} and {list_id} with your own IDs.
https://api.aweber.com/1.0/accounts/{account_id}/lists/{list_id}/tags
Custom subscriber fields defined for a list, with name and field type. Useful for mapping additional subscriber data into Notion. Replace {account_id} and {list_id} with your own IDs.
https://api.aweber.com/1.0/accounts/{account_id}/lists/{list_id}/custom_fields
See how it works
Why sync AWeber with Notion?
Always up to date
Scheduled sync runs automatically. Your Notion database reflects live AWeber data without any manual work.
No coding required
Point, click, and map fields. Connect AWeber to Notion in minutes without any programming knowledge.
Custom schedule
Choose hourly, daily, or custom intervals. You control exactly when Notion pulls fresh data from AWeber.
Conclusion
With Note API Connector, setting up a complete AWeber Notion integration takes minutes, not days. Your subscriber, list, and broadcast data sync automatically into Notion on your chosen schedule, with no code and no manual copy and paste.
Whether you are building a subscriber growth dashboard, a newsletter archive, or a tag reference table for your marketing team, connecting AWeber to Notion gives you the flexibility of Notion's interface with the accuracy of your email marketing data.
Frequently Asked Questions
Yes. AWeber provides a REST API that exposes accounts, lists, subscribers, broadcasts, tags, and custom fields. Note API Connector connects to this API using OAuth 2.0 to pull your AWeber data into Notion on a scheduled basis.
Create an app in your AWeber Developer account at labs.aweber.com/apps, add the redirect URL https://api.noteapiconnector.com/oauth/callback, and copy your Client ID and Client Secret. In Note API Connector, connect your Notion workspace, click Create Request, paste an AWeber API endpoint URL, open the Authorization tab, select OAuth, and fill in the connection form with AWeber's Authorization Base URL, Token URL, your credentials, and the read scopes you need. Approve the popup to complete the connection.
Yes. Enable Auto Schedule in Note API Connector and choose your refresh interval: hourly, daily, or custom. Your AWeber data will sync into Notion automatically on that schedule with no manual action required.
Call the accounts endpoint (https://api.aweber.com/1.0/accounts) in Note API Connector first. The response lists the accounts your OAuth connection has access to along with their account ID. Copy that ID and use it to replace {account_id} in the other endpoint URLs.
Call the lists endpoint (https://api.aweber.com/1.0/accounts/{account_id}/lists) after replacing {account_id} with your account ID. Each list in the response includes its own ID. Use that ID to replace {list_id} in the subscribers, broadcasts, tags, and custom fields endpoint URLs.
You can sync accounts, lists, subscribers, broadcasts, tags, and custom fields. Each AWeber API endpoint can be mapped to a separate Notion database, so you can build a complete email marketing overview inside Notion.
No. Note API Connector is a no-code tool. You paste your AWeber API endpoint URL, set up the OAuth connection using the Authorization tab, select your Notion database, and map fields visually. No programming knowledge is needed.
Yes. Note API Connector connects to AWeber using OAuth 2.0 with read only scopes. Note API Connector never writes or modifies any data in your AWeber account.