Responsys: Difference between revisions

2 bytes removed ,  29 October 2010
(Created page with "== Registration Forms == There are few different ways of getting subscription data into Responsys. You can set up a Responsys hosted form, build your own form and POST data to R...")
 
Line 5: Line 5:


# Build your form HTML.  Here's an [http://www.mozilla.com/en-US/newsletter/ example]
# Build your form HTML.  Here's an [http://www.mozilla.com/en-US/newsletter/ example]
# Send a POST request to Responsys with your subscription data.  The [http://svn.mozilla.org/projects/mozilla.com/trunk/includes/email/responsys.php example form uses Curl] to send this request.
# Send a POST request to Responsys with your subscription data.  The [http://svn.mozilla.org/projects/mozilla.com/trunk/includes/email/responsys.php example form uses Curl] to send this request.
## POST to this URL:  http://awesomeness.mozilla.org/pub/rf
## POST to this URL:  http://awesomeness.mozilla.org/pub/rf
## Include the following in your POST data...
## Include the following in your POST data...
Confirmed users
709

edits