Questions tagged [aweber]

AWeber's API is a REST and OAuth 1.0 based API that allows developers to construct their own applications for displaying and managing AWeber customer accounts.

AWeber is a web-based service provider of email marketing software that handles editing messages, delivery, analytics, and collection of mailing list subscribers.

AWeber's API is a REST-based API that allows developers to construct their own applications for displaying and managing AWeber customer accounts. The API uses OAuth 1.0a for authentication and returns all requested data in JSON format.

AWeber provides several API client libraries, supporting PHP, Ruby, and Python.

103 questions
1
vote
1 answer

Aweber Custom Template Coding

i am expert email coder and know very well how to code email templates , now i have to code Aweber templates i have been Doing mailchimp ,but unfortunately i am unable to understand it , I went through This Tutorial but still i am confused , …
Sikander
  • 2,799
  • 12
  • 48
  • 100
1
vote
2 answers

Integrating AWeber Issue

I am integrating AWeber on my site but i found problem and must say the documentation is not too clear .
Vaibhav Agarwal
  • 238
  • 5
  • 19
1
vote
1 answer

How to get all users from aweber list in asp.net?

I am developing web application (using VS2010 and asp.net,c#) that gets all aweber users list. I am using following code to achieve it. i am using this useful document. as per this document i did following things.. created account in aweber labs…
immayankmodi
  • 8,210
  • 9
  • 38
  • 55
1
vote
1 answer

Passing aweber API info via a function in CodeIgniter?

So, I am trying to connect to the Aweber API in codeigniter. I have a function that retrieves all relevant data for an account, but I still have to put these three lines at the beginning of every function using the API list ($consumerKey,…
1
vote
1 answer

AWEBER javascript integration

i have 2 raw aweber html code, they are in separate accounts. now i want to have 1 sign up form for this two raw codes. Means when someone sign up on my form, the email should the be saved on my two list. but i got problem on how to integrate this…
1
vote
0 answers

Submit One form to 2 apis

I'm trying to create a form that will submit data to 2 different API's based on a check box and one submit button. Basically, I'm working on creating a form that allows a site vistor to register for a gotomeeting event. That's the main function of…
1
vote
1 answer

Aweber PHP API: Pass meta_web_form_id when creating new subscriber

Need help with Aweber PHP API. https://labs.aweber.com/docs/reference/1.0#subscribers as you can see I can't pass meta_web_form_id into CREATE function, so how can I track which form was submited? Regards.
DrunkCoder
  • 11
  • 1
1
vote
1 answer

Aweber authorization code not working

Here is weird problem: when I authorize my Aweber app, the authorization code works the first time. However when I refresh the page I get an error: AWeberAPIException: Type: UnauthorizedError Msg : RequestToken key is invalid. …
Jean Paul
  • 912
  • 9
  • 18
1
vote
1 answer

Aweber API for C#

I want to access my Aweber account details and my email list in a C# windows application. So, please let me know how can I make it possible? I got http://thecodenode.com/AweberCSharpNetSample.aspx but I am still waiting for the mail with source…
waghekapil
  • 321
  • 1
  • 5
  • 22
0
votes
1 answer

aweber form submission on backend via ajax

I'm trying to submit an Aweber form from my signup page. The Aweber submission works perfectly when I submit my page data via POST using the form action and submit button. But with same values when I used ajax, the Aweber request callback gives an…
Manish Shrivastava
  • 30,617
  • 13
  • 97
  • 101
0
votes
1 answer

Accessing URL variables in Aweber generated URL string

I use the Aweber API to add members to a list - and the settings are configured to pass variables back to my page for processing. That all works fine - but the issue I'm having is with the url - the url is appended as…
Simon
  • 227
  • 2
  • 3
  • 15
0
votes
3 answers

Integrating aweber In codeigniter

How can I integrate aweber with codeigniter? Iam new to the aweber. I dont know how it coded? I alreday integrated mailchimp with codeigniter. But i dont know aweber integration in codeigniter.
Kichu
  • 3,284
  • 15
  • 69
  • 135
0
votes
2 answers

Automatically add into aweber list

I created a registration form containing some personal details on users. What I want to do is once the form submitted and passed the validation, the name and email added automatically to aweber list. Anyone can show some 'hint' how to achieve this?
Zhaf
  • 1,804
  • 5
  • 19
  • 16
0
votes
1 answer

Aweber Wordpress Widget Wont work

Im using the Aweber Wordpress plugin and every time I try to hit the submit button on the form, all it does is refresh the page without actually submitting. The form is supposed to behave like…
WillingLearner
  • 7,106
  • 6
  • 34
  • 51
0
votes
1 answer

Aweber API - /subscribers endpoint not working

I have a problem reaching the /subscribers endpoint of the Aweber API, when I try to use it, I get this as a result: which usually speaks for itself and it means the access token is ivalid or expired, but when I try to access the /accounts endpoint…
Chrissisbeast
  • 151
  • 1
  • 8