ListMailPRO Email Marketing Software Forums

ListMailPRO Email Marketing Software Forums => General Help & How-To => Topic started by: bingham on April 14, 2008, 08:55:44 am

Title: Integration with GetResponse / AWeber etc.
Post by: bingham on April 14, 2008, 08:55:44 am
Can I execute an unseen PHP program on prospect confirm?  If so, can I integrate a mail form from GetResponse or AWeber and use the !tags / !variables in it?

What I want to do is transfer name, address, phone, etc. data from my imported database to GetResponse, for example, using the !variables when the prospect confirms acceptance of my offer.  

If there is another way of doing this, apart from having the prospect fill in the form themselves, could someone give me a clue?

Best regards,

Gren. Bingham
Title: Integration with GetResponse / AWeber etc.
Post by: AlanT on April 15, 2008, 05:32:52 am
I think there's a BIG question as to WHY would you want to do that?  Why not use ONE mailing list manager for everything?
Title: Integration with GetResponse / AWeber etc.
Post by: DW on April 18, 2008, 08:29:16 am
There is a script in the "xtra" folder named "signup-xtra.php".  Copied to your main ListMail folder this script will run after signup or optionally on manual addition and import.

Some code to get you started might look like as follows:
Code: [Select]
if($list==2){
 // code here
}

A list of available variables from signup/addition can be found at the top of the file.

Regards